HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY_SIZE (Results 451 - 475 of 550) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 959 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
    [all...]
  /external/icu4c/i18n/
plurrule.cpp 34 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
453 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 43 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
618 int32_t testCount = ARRAY_SIZE(test);
    [all...]
  /external/iputils/
ping6.c 446 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0]))
584 lastdnptr = &dnptrs[ARRAY_SIZE(dnptrs)];
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 824 assert(num_attribs <= ARRAY_SIZE(ctx_attribs));
    [all...]
  /system/core/adb/
adb.c 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
298 static const int num_cnxn_props = ARRAY_SIZE(cnxn_props);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvoiceengine.cc 188 for (size_t i = 0; i < ARRAY_SIZE(kCodecPrefs); ++i) {
438 for (size_t j = 0; j < ARRAY_SIZE(kCodecPrefs); ++j) {
452 ARRAY_SIZE(kCodecPrefs) - (pref - kCodecPrefs));
    [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/v8/src/
jsregexp.cc 73 return Execution::New(constructor, ARRAY_SIZE(argv), argv,
    [all...]
serialize.cc 188 for (size_t i = 0; i < ARRAY_SIZE(ref_table); ++i) {
234 for (size_t i = 0; i < ARRAY_SIZE(stats_ref_table); ++i) {
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 68 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc     [all...]
  /external/linux-tools-perf/
builtin-sched.c     [all...]
  /external/qemu/
gdbstub.c 240 for (i = 0; i < ARRAY_SIZE (gdb_signal_table); i++)
249 if (sig < ARRAY_SIZE (gdb_signal_table))
    [all...]
  /external/qemu/target-i386/
helper.c 324 for (i = 0; i < ARRAY_SIZE(x86_defs); i++) {
415 for (i = 0; i < ARRAY_SIZE(x86_defs); i++)
    [all...]
  /external/v8/src/
factory.cc 689 ARRAY_SIZE(argv),
714 ARRAY_SIZE(argv),
    [all...]
serialize.cc 186 for (size_t i = 0; i < ARRAY_SIZE(ref_table); ++i) {
232 for (size_t i = 0; i < ARRAY_SIZE(stats_ref_table); ++i) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 584 StreamResult result = Flow(stream.get(), buffer, ARRAY_SIZE(buffer),
httpcommon.cc 396 if (!find_string(zindex, zone, kTimeZones, ARRAY_SIZE(kTimeZones))) {
proxydetect.cc 411 ARRAY_SIZE(buffer))) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 200 len += talk_base::sprintfn(buffer, ARRAY_SIZE(buffer), "%s%s:%d",
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 617 StreamResult result = Flow(stream.get(), buffer, ARRAY_SIZE(buffer),
httpcommon.cc 396 if (!find_string(zindex, zone, kTimeZones, ARRAY_SIZE(kTimeZones))) {

Completed in 808 milliseconds

<<11121314151617181920>>