Home
last modified time | relevance | path

Searched refs:__min_size (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256.h85 void SHA256_Final(unsigned char [__min_size(SHA256_DIGEST_LENGTH)],
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h327 * is allowed in C99 but not in C++. Define __min_size appropriately so
329 * void bar(int myArray[__min_size(10)]);
334 #define __min_size(x) static (x) macro
336 #define __min_size(x) (x) macro

Completed in 4 milliseconds