Searched defs:ARRAY_SIZE (Results 76 - 100 of 113) sorted by relevance

12345

/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp39 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
H A Dwindtfmt.cpp48 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
73 return new UnicodeString(defaultPattern, ARRAY_SIZE(defaultPattern));
H A Dcsrsbcs.cpp18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
886 for (i=0; i < ARRAY_SIZE(ngrams_8859_1) ; i++) {
913 for (i=0; i < ARRAY_SIZE(ngrams_8859_2) ; i++) {
H A Dplurrule.cpp54 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0]) macro
1089 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c19 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars);
403 for (idx = 0; idx < ARRAY_SIZE(testStrings); idx++) {
473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp35 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) macro
431 UnicodeString jamoString(FALSE, jamoRanges, ARRAY_SIZE(jamoRanges));
H A Dcsdetest.cpp28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c705 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
751 for (color = 0; color < ARRAY_SIZE(fb_format); color++) {
757 ARRAY_SIZE(depth_bits),
759 ARRAY_SIZE(back_buffer_modes),
761 ARRAY_SIZE(msaa_samples_array),
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c705 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
751 for (color = 0; color < ARRAY_SIZE(fb_format); color++) {
757 ARRAY_SIZE(depth_bits),
759 ARRAY_SIZE(back_buffer_modes),
761 ARRAY_SIZE(msaa_samples_array),
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrsbcs.cpp18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
886 for (i=0; i < ARRAY_SIZE(ngrams_8859_1) ; i++) {
913 for (i=0; i < ARRAY_SIZE(ngrams_8859_2) ; i++) {
H A Dplurrule.cpp37 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0]) macro
986 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
H A Dssearch.cpp43 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
618 int32_t testCount = ARRAY_SIZE(test);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h77 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h261 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h77 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h535 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h535 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h535 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h62 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp31 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
941 static const le_int32 languageMapCount = ARRAY_SIZE(languageMap);
/external/iptables/include/
H A Dxtables.h552 # ifndef ARRAY_SIZE
553 # define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/external/iputils/
H A Dping_common.c67 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/external/mesa3d/src/glx/
H A Dglxclient.h62 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/external/tinyalsa/
H A Dpcm.c62 #ifndef ARRAY_SIZE
63 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
743 if (element >= ARRAY_SIZE(m->bits))
781 "Access", access_lookup, ARRAY_SIZE(access_lookup));
785 "Format", format_lookup, ARRAY_SIZE(format_lookup));
789 "Subformat", subformat_lookup, ARRAY_SIZE(subformat_lookup));

Completed in 1700 milliseconds

12345