HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 101 - 125 of 902) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 21 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
293 doTestNames("US-ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
294 doTestNames("ASCII", "MIME", asciiMIME, ARRAY_SIZE(asciiMIME));
295 doTestNames("ascii", "mime", asciiMIME, ARRAY_SIZE(asciiMIME));
302 doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
303 doTestNames("csiso2022kr", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
306 doTestUCharNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
  /external/chromium_org/third_party/libjingle/source/talk/base/
crc32.cc 42 if (kCrc32Table[ARRAY_SIZE(kCrc32Table) - 1])
44 for (uint32 i = 0; i < ARRAY_SIZE(kCrc32Table); ++i) {
basicdefs.h 35 #define ARRAY_SIZE(x) (static_cast<int>(sizeof(x) / sizeof(x[0])))
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
mobiledevicemanager.cc 59 if (info->GetDeviceName(i, name, ARRAY_SIZE(name), id, ARRAY_SIZE(id)))
  /external/icu4c/test/cintltst/
stdnmtst.c 21 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
293 doTestNames("US-ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
294 doTestNames("ASCII", "MIME", asciiMIME, ARRAY_SIZE(asciiMIME));
295 doTestNames("ascii", "mime", asciiMIME, ARRAY_SIZE(asciiMIME));
302 doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
303 doTestNames("csiso2022kr", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
306 doTestUCharNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
  /system/netd/
SecondaryTableController.cpp 145 ret = runCmd(ARRAY_SIZE(cmd), cmd);
159 ret = runCmd(ARRAY_SIZE(cmd), cmd);
253 if (runCmd(ARRAY_SIZE(cmd), cmd)) {
284 return runCmd(ARRAY_SIZE(cmd), cmd);
333 while(!runCmd(ARRAY_SIZE(v4_cmd), v4_cmd)) {}
345 while(!runCmd(ARRAY_SIZE(v6_cmd), v6_cmd)) {}
360 ret = runCmd(ARRAY_SIZE(route_cmd), route_cmd);
376 ret = runCmd(ARRAY_SIZE(route6_cmd), route6_cmd);
445 ret = runCmd(ARRAY_SIZE(reject_cmd), reject_cmd);
489 return runCmd(ARRAY_SIZE(rule_cmd), rule_cmd)
    [all...]
  /bionic/libc/upstream-netbsd/libc/include/isc/
heap.h 25 int array_size; member in struct:heap_context
  /external/chromium/third_party/libjingle/source/talk/base/
basicdefs.h 35 #define ARRAY_SIZE(x) (static_cast<int>((sizeof(x)/sizeof(x[0]))))
  /external/chromium_org/chrome/test/logging/win/
mof_data_parser_unittest.cc 90 const DWORD array_size = arraysize(pointers); local
93 EVENT_TRACE* event = MakeEventWithPointerArray(&pointers[0], array_size);
101 EXPECT_EQ(array_size, size);
116 EXPECT_EQ(array_size, size);
  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 126 * Fetches up to |array_size| active PP_Vars in the tracker. Returns the
129 * If the number of live vars is greater than |array_size|, then an arbitrary
130 * subset of |array_size| vars is written to |live_vars|. The reference count
133 uint32_t (*GetLiveVars)(struct PP_Var live_vars[], uint32_t array_size);
  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldefines.h 42 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.h 42 unsigned columns, unsigned rows, unsigned array_size,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 38 for (uptr i = 0; i+1 < ARRAY_SIZE(fake_stack); i += 2) {
43 fake_stack[RoundDownTo(ARRAY_SIZE(fake_stack) - 1, 2)] = 0;
46 fake_top = (uptr)&fake_stack[ARRAY_SIZE(fake_stack) + 2];
53 trace.max_size = ARRAY_SIZE(fake_stack);
  /external/icu4c/i18n/
csr2022.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
150 ARRAY_SIZE(escapeSequences_2022JP));
165 ARRAY_SIZE(escapeSequences_2022KR));
180 ARRAY_SIZE(escapeSequences_2022CN));
  /external/icu4c/test/letest/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/iptables/extensions/
libip6t_icmp6.c 63 for (i = 0; i < ARRAY_SIZE(icmpv6_codes); ++i) {
96 static const unsigned int limit = ARRAY_SIZE(icmpv6_codes);
171 for (i = 0; i < ARRAY_SIZE(icmpv6_codes); ++i)
177 if (i != ARRAY_SIZE(icmpv6_codes)) {
libipt_REJECT.c 61 for (i = 0; i < ARRAY_SIZE(reject_table); ++i) {
100 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
124 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
136 for (i = 0; i < ARRAY_SIZE(reject_table); ++i)
libxt_socket.c 81 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
  /external/libsepol/src/
private.h 46 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
  /external/mesa3d/src/egl/main/
egldefines.h 42 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.h 42 unsigned columns, unsigned rows, unsigned array_size,
  /hardware/invensense/60xx/libsensors/
sensors.h 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /system/core/init/
util.h 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))

Completed in 997 milliseconds

1 2 3 45 6 7 8 91011>>