HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY_SIZE (Results 76 - 100 of 185) sorted by null

1 2 34 5 6 7 8

  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 84 #define ARRAY_SIZE(_arr) \
  /external/vixl/test/examples/
test-examples.cc 38 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0]))
274 simulator.set_xreg(1, ARRAY_SIZE(Array)); \
276 assert(regs.xreg(0) == SumArrayC(Array, ARRAY_SIZE(Array))); \
294 for (unsigned int i = 0; i < ARRAY_SIZE(data3); ++i)
  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
49 EXPECT_TRUE(ContainsTag(a, ARRAY_SIZE(a), t))
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /hardware/libhardware/modules/camera/
ExampleCamera.cpp 29 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
52 ARRAY_SIZE(android_control_ae_available_target_fps_ranges),
57 ARRAY_SIZE(android_control_ae_compensation_range),
62 ARRAY_SIZE(android_control_ae_compensation_step),
67 ARRAY_SIZE(android_control_max_regions),
73 ARRAY_SIZE(android_jpeg_available_thumbnail_sizes),
78 ARRAY_SIZE(android_jpeg_max_size),
84 ARRAY_SIZE(android_lens_info_available_focal_lengths),
90 ARRAY_SIZE(android_request_max_num_output_streams),
104 ARRAY_SIZE(android_scaler_available_formats)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /system/core/libmemtrack/
memtrack.c 25 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
162 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0);
168 return memtrack_proc_sum(p, types, ARRAY_SIZE(types),
175 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0);
181 return memtrack_proc_sum(p, types, ARRAY_SIZE(types),
190 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0);
198 return memtrack_proc_sum(p, types, ARRAY_SIZE(types),
  /system/extras/puncture_fs/
puncture_fs.c 30 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
188 if (android_fork_execvp_ext(ARRAY_SIZE(rm_bin_argv), rm_bin_argv,
  /system/media/audio_utils/tests/
primitives_tests.cpp 27 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
91 for (size_t i = 0; i < ARRAY_SIZE(testArray); ++i) {
94 for (size_t i = 0; i < ARRAY_SIZE(testArray); ++i) {
  /device/htc/flounder/sensor_hub/libsensors/
sensors.h 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /external/chromium_org/third_party/icu/source/common/
usc_impl.c 20 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
159 int32_t pairedCharCount = ARRAY_SIZE(pairedChars);
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
130 int32_t rCount = ARRAY_SIZE(tempArray);
csrmbcs.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
272 return match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
371 return match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
391 return match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
441 return match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
515 return match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
windtfmt.cpp 48 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
73 return new UnicodeString(defaultPattern, ARRAY_SIZE(defaultPattern));
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 19 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
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/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.cpp 36 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
winnmtst.cpp 47 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.c 705 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
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/icu/icu4c/source/common/
usc_impl.c 20 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
159 int32_t pairedCharCount = ARRAY_SIZE(pairedChars);
  /external/icu/icu4c/source/i18n/
csdetect.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
121 int32_t rCount = ARRAY_SIZE(tempArray);
csrmbcs.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
ucoleitr.cpp 39 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
windtfmt.cpp 48 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
73 return new UnicodeString(defaultPattern, ARRAY_SIZE(defaultPattern));
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 19 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
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);

Completed in 742 milliseconds

1 2 34 5 6 7 8