HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 251 - 275 of 355) sorted by null

<<1112131415

  /external/icu4c/i18n/
ucoleitr.cpp 34 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
plurrule.cpp 39 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
442 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
    [all...]
  /external/iptables/extensions/
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-test.c 476 #define nsyscalls ARRAY_SIZE(syscall_names)
perf.c 362 for (i = 0; i < ARRAY_SIZE(commands); i++) {
builtin-sched.c     [all...]
  /external/qemu/
qemu-config.c 493 entries = ARRAY_SIZE(vm_config_groups);
mips-dis.c     [all...]
  /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/src/
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...]
handles.cc 542 v->VisitPointers(values_, values_ + ARRAY_SIZE(values_));
621 isolate->proxy_enumerate(), object, ARRAY_SIZE(args), args, threw);
    [all...]
objects.cc 232 "get", isolate->derived_get_trap(), ARRAY_SIZE(args), args);
    [all...]
liveedit.cc 77 int array_size = len1_ * len2_; local
78 for (int i = 0; i < array_size; i++) {
    [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...]
  /hardware/invensense/mlsdk/mllite/
mldl.c 615 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset_tc); ii++) {
690 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset); ii++) {
    [all...]
  /external/icu4c/test/intltest/
dtifmtts.cpp 37 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]
  /external/chromium/net/base/
net_util.cc 1575 int array_size = arraysize(kRestrictedPorts); local
1585 int array_size = arraysize(kAllowedFtpPorts); local
    [all...]

Completed in 882 milliseconds

<<1112131415