Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Danalytics.c142 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
H A Dvm_resident.c9302 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
/xnu-10063.141.1/tests/
H A Dproc_info.c2162 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAM.cpp51 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro