Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/
Dcpupower.c26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/tools/perf/util/
Dutil.h28 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/tools/vm/
Dpage-types.c199 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro