Searched defs:NELEM (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A Dmisc.h27 #ifndef NELEM
28 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/frameworks/native/opengl/libs/
H A Dhooks.h38 #undef NELEM macro
39 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro
/frameworks/native/opengl/libagl/
H A Degl.cpp49 #undef NELEM macro
50 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro
1014 { config_0_attribute_list, NELEM(config_0_attribute_list) },
1015 { config_1_attribute_list, NELEM(config_1_attribute_list) },
1016 { config_2_attribute_list, NELEM(config_2_attribute_list) },
1017 { config_3_attribute_list, NELEM(config_3_attribute_list) },
1018 { config_4_attribute_list, NELEM(config_4_attribute_list) },
1019 { config_5_attribute_list, NELEM(config_5_attribute_list) },
1020 { config_6_attribute_list, NELEM(config_6_attribute_list) },
1021 { config_7_attribute_list, NELEM(config_7_attribute_lis
[all...]

Completed in 86 milliseconds