Home
last modified time | relevance | path

Searched defs:ARRAY_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libsamplerate/
H A Dcommon.h38 #define ARRAY_LEN(x) ((int) (sizeof (x) / sizeof ((x) [0]))) macro
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c13 #define ARRAY_LEN(x) (sizeof(x)/sizeof((x)[0])) macro