Home
last modified time | relevance | path

Searched defs:NELEM (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A Dmisc.h29 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp14/frameworks/base/native/webview/plat_support/
H A Dgraphics_utils.cpp32 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
H A Ddraw_gl_functor.cpp31 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
H A Ddraw_functor.cpp23 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp14/frameworks/base/cmds/gpu_counter_producer/
H A Dmain.cpp37 #define NELEM(x) (sizeof(x) / sizeof(x[0])) macro
/aosp14/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp22 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp14/frameworks/base/native/webview/loader/
H A Dloader.cpp38 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro