HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 276 - 300 of 394) sorted by null

<<111213141516

  /external/iptables/extensions/
libxt_hashlimit.c 324 for (i = 1; i < ARRAY_SIZE(rates); ++i)
546 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
libxt_multiport.c 533 xtables_register_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
libxt_owner.c 541 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
libxt_policy.c 407 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
libxt_time.c 244 for (i = 1; i < ARRAY_SIZE(week_days); ++i)
  /external/linux-tools-perf/
builtin-lock.c 967 rec_argc = ARRAY_SIZE(record_args) + argc - 1;
973 for (i = 0; i < ARRAY_SIZE(record_args); i++)
builtin-timechart.c 1059 unsigned int record_elems = ARRAY_SIZE(record_new_args);
1066 record_elems = ARRAY_SIZE(record_old_args);
builtin-test.c 476 #define nsyscalls ARRAY_SIZE(syscall_names)
perf.c 362 for (i = 0; i < ARRAY_SIZE(commands); i++) {
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
328 ARRAY_SIZE(gEqualizerPresets));
  /system/core/charger/
charger.c 58 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
177 .num_frames = ARRAY_SIZE(batt_anim_frames),
  /system/core/fs_mgr/
fs_mgr.c 43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))
467 ret = android_fork_execvp_ext(ARRAY_SIZE(e2fsck_argv), e2fsck_argv,
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 684 for (i = 0; i < ARRAY_SIZE (optable); i++)
702 for (i = 0; i < ARRAY_SIZE (optable); i++)
726 for (i = 0; i < ARRAY_SIZE (optable); i++)
743 for (i = 0; i < ARRAY_SIZE (optable); i++)
788 for (i = 0; i < ARRAY_SIZE (optable); i++)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c     [all...]
  /external/v8/src/
full-codegen.cc 392 int array_size = TypeFeedbackCells::LengthOfFixedArray(length); local
394 isolate()->factory()->NewFixedArray(array_size, TENURED));
771 ARRAY_SIZE(kInlineFunctionGenerators));
    [all...]
conversions.cc 161 Vector<char> buffer(arr, ARRAY_SIZE(arr));
strtod.cc 87 static const int kExactPowersOfTenSize = ARRAY_SIZE(exact_powers_of_ten);
factory.cc 689 ARRAY_SIZE(argv),
714 ARRAY_SIZE(argv),
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 34 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
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/qemu/
qemu-config.c 493 entries = ARRAY_SIZE(vm_config_groups);
  /external/qemu/tcg/
tcg.c 995 if (args[k] < ARRAY_SIZE(cond_name) && cond_name[args[k]])
1140 for (op = 0; op < ARRAY_SIZE(tcg_op_defs); op++) {
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 310 ARRAY_SIZE(argv),
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 683 for (size_t i = 0; i < ARRAY_SIZE(guid) - 1;) {
692 talk_base::sprintfn(guid_room, ARRAY_SIZE(guid_room),
  /external/icu4c/layoutex/
ParagraphLayout.cpp 31 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
938 static const le_int32 languageMapCount = ARRAY_SIZE(languageMap);
    [all...]

Completed in 1109 milliseconds

<<111213141516