Home
last modified time | relevance | path

Searched refs:vector_expand (Results 1 – 2 of 2) sorted by relevance

/src/contrib/bearssl/tools/
H A Dbrssl.h119 (vec).buf = vector_expand((vec).buf, sizeof *((vec).buf), \
129 (vec).buf = vector_expand((vec).buf, sizeof *((vec).buf), \
154 void *vector_expand(void *buf,
H A Dvector.c43 vector_expand(void *buf, in vector_expand() function