HomeSort by relevance Sort by last modified time
    Searched defs:NELEM (Results 1 - 13 of 13) sorted by null

  /system/core/include/utils/
misc.h 26 #ifndef NELEM
27 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /external/conscrypt/src/compat/native/
JNIHelp.h 32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /libnativehelper/include/nativehelper/
JNIHelp.h 32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /frameworks/native/opengl/libs/
hooks.h 38 #undef NELEM
39 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 34 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
118 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
draw_gl_functor.cpp 33 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
69 COMPILE_ASSERT(NELEM(aw_info.transform) == NELEM(gl_info->transform),
71 for (int i = 0; i < NELEM(aw_info.transform); ++i) {
150 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /frameworks/webview/chromium/loader/
loader.cpp 36 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
197 env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /dalvik/vm/
Common.h 146 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
  /external/jhead/
main.c 47 #ifndef NELEM
48 #define NELEM(x) ((int)(sizeof(x) / sizeof((x)[0])))
808 methods, NELEM(methods));
  /frameworks/native/cmds/atrace/
atrace.cpp 41 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
152 static bool g_categoryEnables[NELEM(k_categories)] = {};
458 for (int i = 0; i < NELEM(k_categories); i++) {
568 for (int i = 0; i < NELEM(k_categories); i++) {
583 for (int i = 0; i < NELEM(k_categories); i++) {
754 for (int i = 0; i < NELEM(k_categories); i++) {
778 for (int i = 0; i < NELEM(k_categories); i++) {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 33 #define NELEM(m) (sizeof(m) / sizeof((m)[0]))
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 49 #undef NELEM
50 #define NELEM(x) (sizeof(x)/sizeof(*(x)))
    [all...]
  /external/mksh/src/
sh.h 437 #define NELEM(a) (sizeof(a) / sizeof((a)[0]))
    [all...]

Completed in 784 milliseconds