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

<<111213141516

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 640 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /system/core/init/
init.c 641 for (i = 0; i < ARRAY_SIZE(prop_map); i++) {
  /external/icu4c/test/intltest/
dtfmttst.cpp 32 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
602 expect(DATA, ARRAY_SIZE(DATA), Locale("en", "", ""));
    [all...]
numfmtst.cpp 924 #define ARRAY_SIZE(array) ((int32_t) (sizeof (array) / sizeof(array[0])))
940 for (int32_t t = 0; t < ARRAY_SIZE (lenientAffixTestCases); t += 1) {
964 for (int32_t t = 0; t < ARRAY_SIZE(lenientMinusTestCases); t += 1) {
    [all...]
csdetest.cpp 28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
ssearch.cpp 58 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
386 int32_t testCount = ARRAY_SIZE(testCases);
969 int32_t testCount = ARRAY_SIZE(test);
    [all...]
  /external/qemu/
gdbstub.c 240 for (i = 0; i < ARRAY_SIZE (gdb_signal_table); i++)
249 if (sig < ARRAY_SIZE (gdb_signal_table))
    [all...]
qemu-char.c     [all...]
qemu-timer.c 371 int count = ARRAY_SIZE(alarm_timers) - 1;
    [all...]
  /external/qemu/target-i386/
helper.c 324 for (i = 0; i < ARRAY_SIZE(x86_defs); i++) {
415 for (i = 0; i < ARRAY_SIZE(x86_defs); i++)
    [all...]
  /external/v8/src/
bootstrapper.cc 1859 int array_size = JSFunctionResultCache::kEntriesIndex + 2 * size; local
    [all...]
serialize.cc 186 for (size_t i = 0; i < ARRAY_SIZE(ref_table); ++i) {
232 for (size_t i = 0; i < ARRAY_SIZE(stats_ref_table); ++i) {
    [all...]
ast.cc     [all...]
jsregexp.cc 72 return Execution::New(constructor, ARRAY_SIZE(argv), argv,
    [all...]
heap.cc     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 215 #define ARRAY_SIZE(x) (sizeof((x))/sizeof(((x)[0])))
225 for (size_t i = 0; i < ARRAY_SIZE(audio_interfaces); i++) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 396 if (!find_string(zindex, zone, kTimeZones, ARRAY_SIZE(kTimeZones))) {
proxydetect.cc 411 ARRAY_SIZE(buffer))) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 200 len += talk_base::sprintfn(buffer, ARRAY_SIZE(buffer), "%s%s:%d",
  /external/iptables/extensions/
libxt_conntrack.c 1071 xtables_register_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
  /external/linux-tools-perf/util/
session.c 1059 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1);
    [all...]
  /external/icu4c/i18n/
csrsbcs.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /external/llvm/lib/Target/R600/
R600Instructions.td 438 bits<12> ARRAY_SIZE;
458 let Inst{43-32} = ARRAY_SIZE;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h     [all...]
  /external/iptables/iptables/
xtables.c     [all...]

Completed in 761 milliseconds

<<111213141516