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

1 2 3 4 5 67 8 91011>>

  /external/iptables/extensions/
libipt_LOG.c 119 for (i = 0; i < ARRAY_SIZE(ipt_log_names); ++i)
124 if (i == ARRAY_SIZE(ipt_log_names))
libxt_iprange.c 55 for (i = 0; i < ARRAY_SIZE(spec); ++i) {
63 for (i = 0; i < ARRAY_SIZE(spec); ++i) {
346 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
  /external/qemu/
osdep.h 62 #ifndef ARRAY_SIZE
63 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /system/vold/
Fat.cpp 69 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
197 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
Ext4.cpp 81 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status, false,
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker_unittest.cc 68 ARRAY_SIZE(window_title));
unixfilesystem.cc 172 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
299 for (size_t i = 0; i < ARRAY_SIZE(kTempPrefixes); ++i) {
368 size_t len = readlink("/proc/self/exe", buffer, ARRAY_SIZE(buffer) - 1);
390 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
476 sprintfn(buffer, ARRAY_SIZE(buffer), "-%d-%d",
common.h 74 #define ARRAY_SIZE(x) (static_cast<int>(sizeof(x) / sizeof(x[0])))
win32windowpicker.cc 55 GetWindowText(hwnd, window_title, ARRAY_SIZE(window_title));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.h 116 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 231 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
288 static struct sigaction old_sigactions[ARRAY_SIZE(kUnblockedSignals)];
301 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
356 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.h 116 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment));
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 118 final int ARRAY_SIZE = 100;
119 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE;
122 int[] test = new int[ARRAY_SIZE];
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 179 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
301 for (size_t i = 0; i < ARRAY_SIZE(kTempPrefixes); ++i) {
370 size_t len = readlink("/proc/self/exe", buffer, ARRAY_SIZE(buffer) - 1);
392 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
464 sprintfn(buffer, ARRAY_SIZE(buffer), "-%d-%d",
common.h 63 #define ARRAY_SIZE(x) (static_cast<int>((sizeof(x)/sizeof(x[0]))))
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 571 RunProfiler(env, function, args, ARRAY_SIZE(args), 200);
572 function->Call(env->Global(), ARRAY_SIZE(args), args);
589 CheckSimpleBranch(fooNode, barBranch, ARRAY_SIZE(barBranch));
591 CheckSimpleBranch(fooNode, bazBranch, ARRAY_SIZE(bazBranch));
593 CheckSimpleBranch(fooNode, delayBranch, ARRAY_SIZE(delayBranch));
636 RunProfiler(env, function, args, ARRAY_SIZE(args), 100);
748 RunProfiler(env, function, args, ARRAY_SIZE(args), 180);
791 function->Call(env->Global(), ARRAY_SIZE(args), args);
798 RunProfiler(env, function, args, ARRAY_SIZE(args), 200);
843 RunProfiler(env, function, args, ARRAY_SIZE(args), 100)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
272 return match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
371 return match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
391 return match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
441 return match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
515 return match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
inputext.cpp 23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
ucsdet.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/icu4c/i18n/
csrmbcs.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
  /external/icu4c/test/intltest/
dtifmtts.cpp 38 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 263 num_atoms = ARRAY_SIZE(gen7_atoms);
266 num_atoms = ARRAY_SIZE(gen6_atoms);
269 num_atoms = ARRAY_SIZE(gen4_atoms);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 263 num_atoms = ARRAY_SIZE(gen7_atoms);
266 num_atoms = ARRAY_SIZE(gen6_atoms);
269 num_atoms = ARRAY_SIZE(gen4_atoms);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 138 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 66 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {
80 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++)
162 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {
188 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {

Completed in 465 milliseconds

1 2 3 4 5 67 8 91011>>