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

1 2 3 4 5 67 8

  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 62 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /external/icu/icu4c/source/i18n/
plurrule.cpp 54 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
    [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 31 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
941 static const le_int32 languageMapCount = ARRAY_SIZE(languageMap);
    [all...]
  /external/iptables/include/
xtables.h 552 # ifndef ARRAY_SIZE
553 # define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))
  /external/iputils/
ping_common.c 67 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
ping6.c 446 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0]))
584 lastdnptr = &dnptrs[ARRAY_SIZE(dnptrs)];
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 62 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /external/tinyalsa/
pcm.c 62 #ifndef ARRAY_SIZE
63 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
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));
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 68 #ifndef ARRAY_SIZE
69 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
346 memcpy_by_index_array_initialization(mIdxAry, ARRAY_SIZE(mIdxAry),
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 88 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 37 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
206 numScalerResolution = ARRAY_SIZE(scalerResolutionS5K4E5)/2;
208 numJpegResolution = ARRAY_SIZE(jpegResolutionS5K4E5)/2;
215 numAvailableAfModes = ARRAY_SIZE(availableAfModesS5K4E5);
217 numSceneModeOverrides = ARRAY_SIZE(sceneModeOverridesS5K4E5);
219 numAvailableAeModes = ARRAY_SIZE(availableAeModesS5K4E5);
297 numScalerResolution = ARRAY_SIZE(scalerResolutionS5K6A3)/2;
299 numJpegResolution = ARRAY_SIZE(jpegResolutionS5K6A3)/2;
306 numAvailableAfModes = ARRAY_SIZE(availableAfModesS5K6A3);
308 numSceneModeOverrides = ARRAY_SIZE(sceneModeOverridesS5K6A3)
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 36 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
211 ARRAY_SIZE(mFrameLayout),
327 ARRAY_SIZE(mAutoConvergence),
337 ARRAY_SIZE(mBracketingModes),
631 ARRAY_SIZE(mImageCapRes),
649 ARRAY_SIZE(mImageCapResTB),
670 ARRAY_SIZE(mImageCapResSS),
691 ARRAY_SIZE(mImageCapRes),
743 ARRAY_SIZE(mPreviewRes),
755 ARRAY_SIZE(mPreviewPortraitRes)
    [all...]
  /system/core/adb/
adb.c 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
301 static const int num_cnxn_props = ARRAY_SIZE(cnxn_props);
    [all...]
  /system/core/fastboot/
fastboot.c 58 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(*(a)))
762 for (i = 0; i < ARRAY_SIZE(images); i++) {
819 for (i = 0; i < ARRAY_SIZE(images); i++) {
    [all...]
  /system/core/lmkd/
lmkd.c 49 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))
299 if (ntargets > (int)ARRAY_SIZE(lowmem_adj))
377 if (nargs & 0x1 || targets > (int)ARRAY_SIZE(lowmem_adj))
  /device/htc/flounder/audio/hal/
audio_hw.h 206 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 59 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
  /device/samsung/manta/audio/
audio_hw.c 68 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 58 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
386 int32_t testCount = ARRAY_SIZE(testCases);
970 int32_t testCount = ARRAY_SIZE(test);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 350 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 59 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
    [all...]
  /external/fio/
fio.h 622 #define ARRAY_SIZE(x) (sizeof((x)) / (sizeof((x)[0])))
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 43 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
618 int32_t testCount = ARRAY_SIZE(test);
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 246 #define ARRAY_SIZE(a) ((sizeof a)/(sizeof a[0]))
247 #define TTABLE_SIZE ARRAY_SIZE(transform_info)
275 for (i=0; i<ARRAY_SIZE(known_bad_combos); ++i)
    [all...]

Completed in 2432 milliseconds

1 2 3 4 5 67 8