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

1 2 3 4 56 7 8

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 35 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
431 UnicodeString jamoString(FALSE, jamoRanges, ARRAY_SIZE(jamoRanges));
csdetest.cpp 28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 47 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(*(a)))
469 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf);
497 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf);
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mltypes.h 142 #ifndef ARRAY_SIZE
144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mltypes.h 142 #ifndef ARRAY_SIZE
144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h 142 #ifndef ARRAY_SIZE
144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 32 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
68 for (index = 0; index < ARRAY_SIZE(profile->formats); index++) {
72 for (index = 0; index < ARRAY_SIZE(profile->sample_rates); index++) {
76 for (index = 0; index < ARRAY_SIZE(profile->channel_counts); index++) {
229 for (index = 0; index < ARRAY_SIZE(std_sample_rates) &&
230 num_entries < ARRAY_SIZE(profile->sample_rates) - 1;
243 const int num_slots = ARRAY_SIZE(mask->bits);
246 const int table_size = ARRAY_SIZE(pcm_format_value_map);
262 if (num_written == ARRAY_SIZE(profile->formats) - 1) {
287 ? ARRAY_SIZE(std_out_channel_counts) : ARRAY_SIZE(std_in_channel_counts)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 40 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
468 ARRAY_SIZE(mImageCapRes),
494 ARRAY_SIZE(mPreviewRes),
520 ARRAY_SIZE(mPreviewRes),
546 ARRAY_SIZE(mThumbRes),
575 ARRAY_SIZE(mZoomStages),
606 ARRAY_SIZE(mPixelformats),
637 ARRAY_SIZE(mPixelformats),
669 ARRAY_SIZE(mFramerates),
695 ARRAY_SIZE(mVarFramerates)
    [all...]
  /system/core/logwrapper/
logwrap.c 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))
351 if (TEMP_FAILURE_RETRY(poll(poll_fds, ARRAY_SIZE(poll_fds), -1)) < 0) {
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 37 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
colldata.cpp 37 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
778 UnicodeString hanString = UnicodeString::fromUTF32(hanRanges, ARRAY_SIZE(hanRanges));
779 UnicodeString jamoString(FALSE, jamoRanges, ARRAY_SIZE(jamoRanges));
plurrule.cpp 40 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
380 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 77 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 261 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 77 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /external/wpa_supplicant_8/src/utils/
common.h 535 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 90 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
533 for (j = 0; j < ARRAY_SIZE(channel_list_table); j++) {
  /hardware/invensense/60xx/mlsdk/platform/include/
mltypes.h 127 #ifndef ARRAY_SIZE
129 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
  /hardware/invensense/6515/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 64 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /system/core/healthd/
healthd_mode_charger.cpp 61 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
166 .num_frames = ARRAY_SIZE(batt_anim_frames),
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 119 final int ARRAY_SIZE = 100;
120 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE;
123 int[] test = new int[ARRAY_SIZE];

Completed in 1981 milliseconds

1 2 3 4 56 7 8