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

1 2 3 45 6 7 8

  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp 38 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
winnmtst.cpp 47 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/iputils/ninfod/
ninfod_core.c 115 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
167 if (code >= ARRAY_SIZE(subjinfo_table))
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table))
309 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
317 if (w >= ARRAY_SIZE(suptypes)) {
423 for (i=0; i < ARRAY_SIZE(subjinfo_table); i++) {
430 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
  /external/mesa3d/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/sqlite/android/
PhoneNumberUtils.cpp 61 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
70 ccc_candidate < (int)ARRAY_SIZE(two_length_country_code_map) &&
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 42 #define ARRAY_SIZE(array) \
46 buildTagMap(TIFF_EP_TAG_DEFINITIONS, ARRAY_SIZE(TIFF_EP_TAG_DEFINITIONS)),
47 buildTagMap(DNG_TAG_DEFINITIONS, ARRAY_SIZE(DNG_TAG_DEFINITIONS)),
48 buildTagMap(EXIF_2_3_TAG_DEFINITIONS, ARRAY_SIZE(EXIF_2_3_TAG_DEFINITIONS)),
49 buildTagMap(TIFF_6_TAG_DEFINITIONS, ARRAY_SIZE(TIFF_6_TAG_DEFINITIONS))
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
327 ARRAY_SIZE(gEqualizerPresets));
  /frameworks/av/services/audioflinger/tests/
test_utils.h 22 #ifndef ARRAY_SIZE
23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 62 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
72 for (i = 0; i < ARRAY_SIZE(res##_names); i++) { \
587 for (i = 0; i < ARRAY_SIZE(modules); i++) {
598 if (i == ARRAY_SIZE(modules)) {
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /hardware/qcom/audio/post_proc/
effect_api.c 27 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
157 mixer_ctl_set_array(ctl, param_values, ARRAY_SIZE(param_values));
248 mixer_ctl_set_array(ctl, param_values, ARRAY_SIZE(param_values));
348 mixer_ctl_set_array(ctl, param_values, ARRAY_SIZE(param_values));
596 mixer_ctl_set_array(ctl, param_values, ARRAY_SIZE(param_values));
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 44 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
261 for (unsigned int i = 0; i < ARRAY_SIZE(degress_to_exif_lut); i++) {
404 MIN(ARRAY_SIZE(ImageInfo.DateTime), value_length + 1));
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 36 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
110 for (unsigned int j = 0; j < ARRAY_SIZE(mPixelformats); j++) {
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 46 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
204 for (unsigned int i = 0; i < ARRAY_SIZE(degress_to_exif_lut); i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 647 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /system/core/fastboot/
engine.c 52 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
  /system/core/fs_mgr/
fs_mgr.c 57 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))
132 ret = android_fork_execvp_ext(ARRAY_SIZE(e2fsck_argv), e2fsck_argv,
148 ret = android_fork_execvp_ext(ARRAY_SIZE(f2fs_fsck_argv), f2fs_fsck_argv,
598 err = android_fork_execvp_ext(ARRAY_SIZE(mkswap_argv), mkswap_argv,
  /system/core/libcutils/tests/
PropertiesTest.cpp 31 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
88 for (size_t i = 0; i < ARRAY_SIZE(mValue); ++i) {
180 for (size_t i = 0; i < ARRAY_SIZE(valuesTrue); ++i) {
190 for (size_t i = 0; i < ARRAY_SIZE(valuesFalse); ++i) {
203 for (size_t i = 0; i < ARRAY_SIZE(valuesNeither); ++i) {
252 ASSERT_EQ(ARRAY_SIZE(setValues), ARRAY_SIZE(getValues));
254 for (size_t i = 0; i < ARRAY_SIZE(setValues); ++i) {
299 ASSERT_EQ(ARRAY_SIZE(setValues), ARRAY_SIZE(getValues))
    [all...]
  /system/core/toolbox/
mount.c 16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
120 for (i = 0, res = 1; i < ARRAY_SIZE(options); i++) {
  /system/extras/tests/fstest/
recovery_test.cpp 39 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
224 return android_fork_execvp_ext(ARRAY_SIZE(umount_argv), umount_argv,
235 return android_fork_execvp_ext(ARRAY_SIZE(mountall_argv), mountall_argv,
  /system/media/camera/tests/
camera_metadata_tests.cpp 33 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
267 colorCorrectionGains, ARRAY_SIZE(colorCorrectionGains));
271 ARRAY_SIZE(colorCorrectionGains));
286 colorTransform, ARRAY_SIZE(colorTransform));
290 ARRAY_SIZE(colorTransform));
336 EXPECT_EQ(ARRAY_SIZE(colorCorrectionGains), entry.count);
348 EXPECT_EQ(ARRAY_SIZE(colorTransform), entry.count);
983 colorTransform, ARRAY_SIZE(colorTransform));
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 161 private static final int ARRAY_SIZE = 40960;
167 String strings[] = new String[ARRAY_SIZE];
173 if (idx % (ARRAY_SIZE / 4) == 0) {
178 idx = (idx + 1) % ARRAY_SIZE;
  /external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp 34 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 141 const int ARRAY_SIZE = 100;
144 allocation = heap->AllocateFixedArray(ARRAY_SIZE);
147 heap->AllocateFixedArray(ARRAY_SIZE).ToObjectChecked();

Completed in 1057 milliseconds

1 2 3 45 6 7 8