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

<<11121314151617181920>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 203 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name), &prot)) {
280 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
  /external/icu4c/common/
usc_impl.c 20 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
159 int32_t pairedCharCount = ARRAY_SIZE(pairedChars);
  /external/icu4c/i18n/
windtfmt.cpp 48 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
73 return new UnicodeString(defaultPattern, ARRAY_SIZE(defaultPattern));
  /external/iptables/extensions/
libxt_tcp.c 90 for (i = 0; i < ARRAY_SIZE(tcp_flag_names); ++i)
95 if (i == ARRAY_SIZE(tcp_flag_names))
  /external/iptables/iptables/
xtoptions.c 238 if (cb->nvals >= ARRAY_SIZE(cb->val.u32_range))
296 maxiter = ARRAY_SIZE(cb->val.u32_range);
479 e = bsearch(cb->arg, log_names, ARRAY_SIZE(log_names),
629 maxiter = 2; /* ARRAY_SIZE(cb->val.port_range) */
655 if (cb->nvals < ARRAY_SIZE(cb->val.port_range))
758 for (i = 0; i < ARRAY_SIZE(cb->val.ethermac) - 1; ++i) {
764 i = ARRAY_SIZE(cb->val.ethermac) - 1;
829 if (entry->type <= ARRAY_SIZE(xtopt_subparse) &&
852 if (entry->type >= ARRAY_SIZE(xtopt_psize) ||
  /external/linux-tools-perf/
builtin-help.c 282 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) {
288 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 313 for (unsigned int i = 0; i < ARRAY_SIZE(buffer_bits); ++i) {
771 for (unsigned i = 0; i < ARRAY_SIZE(texture_data); ++i) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 366 kH263ProfileLevels, ARRAY_SIZE(kH263ProfileLevels),
371 kM4VProfileLevels, ARRAY_SIZE(kM4VProfileLevels),
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 106 : voe_(kAudioCodecs, ARRAY_SIZE(kAudioCodecs)),
107 voe_sc_(kAudioCodecs, ARRAY_SIZE(kAudioCodecs)),
385 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
391 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
503 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
509 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
531 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
    [all...]
  /external/chromium_org/v8/src/
execution.cc 635 ARRAY_SIZE(argv), argv, \
724 ARRAY_SIZE(index_arg),
751 ARRAY_SIZE(args),
784 ARRAY_SIZE(args),
801 ARRAY_SIZE(args),
816 ARRAY_SIZE(args),
  /external/v8/src/
execution.cc 588 ARRAY_SIZE(argv), argv, \
687 ARRAY_SIZE(index_arg),
711 ARRAY_SIZE(args),
743 ARRAY_SIZE(args),
759 ARRAY_SIZE(args),
774 ARRAY_SIZE(args),
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 598 ASSERT(signum < ARRAY_SIZE(received_signal_));
599 if (signum < ARRAY_SIZE(received_signal_)) {
608 ASSERT(signum < ARRAY_SIZE(received_signal_));
609 if (signum < ARRAY_SIZE(received_signal_)) {
624 if (signum >= ARRAY_SIZE(received_signal_)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 492 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
937 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
961 ARRAY_SIZE(back_buffer_modes),
970 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
1002 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 492 for (i = 0; i < ARRAY_SIZE(intel_image_formats); i++) {
937 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
961 ARRAY_SIZE(back_buffer_modes),
970 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
1002 for (int i = 0; i < ARRAY_SIZE(fb_format); i++) {
    [all...]
  /external/qemu/
kvm-all.c 74 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
92 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
274 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
424 for (i = 0; i < ARRAY_SIZE(s->slots); i++)
  /frameworks/av/media/libmedia/
autodetect.cpp 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
875 if (charMatchesEncoding(ch, kShiftJISRanges, ARRAY_SIZE(kShiftJISRanges)))
877 if (charMatchesEncoding(ch, kGBKRanges, ARRAY_SIZE(kGBKRanges)))
879 if (charMatchesEncoding(ch, kBig5Ranges, ARRAY_SIZE(kBig5Ranges)))
881 if (charMatchesEncoding(ch, kEUCKRRanges, ARRAY_SIZE(kEUCKRRanges)))
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 116 if (att >= ARRAY_SIZE(dri2_surf->local_buffers))
135 for (i = 0; i < ARRAY_SIZE(dri2_surf->local_buffers); i++) {
395 assert(num_buffers < ARRAY_SIZE(dri2_surf->buffers));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.c 133 assert(p->decl <= p->declarations + ARRAY_SIZE(p->declarations));
190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 138 const int ARRAY_SIZE = 100;
142 maybe_array = heap->AllocateFixedArray(ARRAY_SIZE);
146 array = heap->AllocateFixedArray(ARRAY_SIZE)->ToObjectChecked();
  /external/libsepol/src/
avtab.c 392 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
436 for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
466 for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 116 if (att >= ARRAY_SIZE(dri2_surf->local_buffers))
135 for (i = 0; i < ARRAY_SIZE(dri2_surf->local_buffers); i++) {
395 assert(num_buffers < ARRAY_SIZE(dri2_surf->buffers));
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 133 assert(p->decl <= p->declarations + ARRAY_SIZE(p->declarations));
190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
  /external/v8/test/cctest/
test-mark-compact.cc 96 int array_size = local
99 Object* obj = HEAP->AllocateFixedArray(array_size)->ToObjectChecked();
164 const int ARRAY_SIZE = 100;
168 maybe_array = HEAP->AllocateFixedArray(ARRAY_SIZE);
172 array = HEAP->AllocateFixedArray(ARRAY_SIZE)->ToObjectChecked();
  /system/core/fastboot/
engine.c 49 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
165 for (i = 0; i < ARRAY_SIZE(generators); i++) {
323 for (i = 0; i < ARRAY_SIZE(generators); i++) {
  /system/core/fs_mgr/
fs_mgr.c 60 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))
492 ret = android_fork_execvp_ext(ARRAY_SIZE(e2fsck_argv), e2fsck_argv,
810 err = android_fork_execvp_ext(ARRAY_SIZE(mkswap_argv), mkswap_argv,

Completed in 5048 milliseconds

<<11121314151617181920>>