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

<<11121314151617181920>>

  /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 103 : voe_(kAudioCodecs, ARRAY_SIZE(kAudioCodecs)),
104 voe_sc_(kAudioCodecs, ARRAY_SIZE(kAudioCodecs)),
363 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
369 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
481 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
487 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname),
509 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
    [all...]
  /external/chromium_org/v8/src/
execution.cc 604 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/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...]
intel_blit.c 369 ARRAY_SIZE(aper_array)) != 0) {
588 ARRAY_SIZE(aper_array)) != 0) {
  /external/chromium_org/third_party/mongoose/
mongoose.c 227 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0]))
992 to_unicode(oldname, woldbuf, ARRAY_SIZE(woldbuf));
993 to_unicode(newname, wnewbuf, ARRAY_SIZE(wnewbuf));
1002 to_unicode(path, wbuf, ARRAY_SIZE(wbuf));
1003 MultiByteToWideChar(CP_UTF8, 0, mode, -1, wmode, ARRAY_SIZE(wmode));
1013 to_unicode(path, wbuf, ARRAY_SIZE(wbuf));
1029 to_unicode(path, wbuf, ARRAY_SIZE(wbuf));
1057 to_unicode(name, wpath, ARRAY_SIZE(wpath));
    [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 91 int array_size = local
94 Object* obj = HEAP->AllocateFixedArray(array_size)->ToObjectChecked();
157 const int ARRAY_SIZE = 100;
161 maybe_array = HEAP->AllocateFixedArray(ARRAY_SIZE);
165 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,
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode_unittest.cc 68 memset(buffer, 0x01, ARRAY_SIZE(buffer));
76 ARRAY_SIZE(buffer) - kTests[i].enclen));
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 628 ARRAY_SIZE(kCricketFormatToSampleSizeTable));
684 ARRAY_SIZE(kCricketFormatToAlsaFormatTable));

Completed in 917 milliseconds

<<11121314151617181920>>