Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance

/samples/bpf/
Dtracex3_user.c20 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
Dcookie_uid_helper_example.c34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/samples/mic/mpssd/
Dmpssd.c51 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro