Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/include/utils/
H A Dmisc.h29 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp12/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
/aosp12/frameworks/native/opengl/libs/
H A Dhooks.h40 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro
/aosp12/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp19 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp12/frameworks/base/native/webview/loader/
H A Dloader.cpp38 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp12/art/benchmark/micro-native/
H A Dmicro_native.cc24 #define NELEM(x) (sizeof(x)/sizeof((x)[0])) macro
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h41 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp12/frameworks/minikin/tests/unittest/
H A DHyphenatorTest.cpp24 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
H A DWordBreakerTests.cpp28 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp38 #define NELEM(m) (sizeof(m) / sizeof((m)[0])) macro
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp21 #define NELEM(m) (sizeof(m) / sizeof((m)[0])) macro