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

1 2 3 45 6 7 8 91011>>

  /external/v8/src/
arguments.h 101 for (size_t i = 0; i < ARRAY_SIZE(values_); i++) {
108 Object** end() { return values_ + ARRAY_SIZE(values_) - 1; }
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
224 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len, L"\\");
226 if (len >= ARRAY_SIZE(buffer) - 1)
315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
357 if (0 == ::GetModuleFileName(NULL, buffer, ARRAY_SIZE(buffer)))
371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
373 size_t len = strcatn(buffer, ARRAY_SIZE(buffer), __T("\\"));
374 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len
    [all...]
httpcommon-inl.h 95 asccpyn(protocol, ARRAY_SIZE(protocol), secure_ ? "https://" : "http://");
106 asccpyn(format, ARRAY_SIZE(format), ":%hu");
107 sprintfn(port, ARRAY_SIZE(port), format, port_);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
224 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len, L"\\");
226 if (len >= ARRAY_SIZE(buffer) - 1)
315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
357 if (0 == ::GetModuleFileName(NULL, buffer, ARRAY_SIZE(buffer)))
371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
373 size_t len = strcatn(buffer, ARRAY_SIZE(buffer), __T("\\"));
374 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len
    [all...]
  /external/iptables/extensions/
libip6t_ipv6header.c 75 for (i = 0; i < ARRAY_SIZE(chain_protos); ++i)
92 for (i = 0; i < ARRAY_SIZE(chain_protos); ++i)
98 if (i == ARRAY_SIZE(chain_protos))
111 for (i = 0; i < ARRAY_SIZE(chain_flags); ++i)
117 if (i == ARRAY_SIZE(chain_flags))
libxt_pkttype.c 43 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
67 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
91 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
stub.c 39 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
89 ARRAY_SIZE(public_stubs), sizeof(public_stubs[0]), stub_compare);
182 stub < public_stubs + ARRAY_SIZE(public_stubs))
  /external/mesa3d/src/mapi/mapi/
stub.c 39 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
89 ARRAY_SIZE(public_stubs), sizeof(public_stubs[0]), stub_compare);
182 stub < public_stubs + ARRAY_SIZE(public_stubs))
  /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/libjingle/source/talk/examples/peerconnection/client/
defaults.cc 69 if (gethostname(computer_name, ARRAY_SIZE(computer_name)) != 0)
  /external/harfbuzz_ng/src/hb-icu-le/
letest.h 37 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /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/iptables/include/net/netfilter/
nf_conntrack_tuple.h 28 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
  /hardware/akm/AK8975_FS/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]))
  /external/iptables/include/linux/netfilter/
xt_sctp.h 68 __sctp_chunkmap_is_clear((chunkmap), ARRAY_SIZE(chunkmap))
80 __sctp_chunkmap_is_all_set((chunkmap), ARRAY_SIZE(chunkmap))
  /external/libselinux/src/
label.c 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
72 if (backend >= ARRAY_SIZE(initfuncs)) {
  /hardware/invensense/60xx/mlsdk/mllite/
accel.c 158 for (ii = 0; ii < ARRAY_SIZE(tmp); ii++) {
177 for (ii = 0; ii < ARRAY_SIZE(tmp); ii++) {
  /external/stlport/test/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /system/netd/
SecondaryTableController.cpp 154 ret = runCmd(ARRAY_SIZE(cmd), cmd);
168 ret = runCmd(ARRAY_SIZE(cmd), cmd);
262 if (runCmd(ARRAY_SIZE(cmd), cmd)) {
293 return runCmd(ARRAY_SIZE(cmd), cmd);
338 ret = runCmd(ARRAY_SIZE(route_cmd), route_cmd);
351 ret = runCmd(ARRAY_SIZE(fwmark_cmd), fwmark_cmd);
366 ret = runCmd(ARRAY_SIZE(route6_cmd), route6_cmd);
380 ret = runCmd(ARRAY_SIZE(fwmark6_cmd), fwmark6_cmd);
625 ret |= runCmd(ARRAY_SIZE(cmd), cmd);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 242 for (uptr i = 0; i < ARRAY_SIZE(paths); i++)
243 for (uptr j = 0; j < ARRAY_SIZE(suffixes); j++) {
244 for (uptr k = 0; k < ARRAY_SIZE(base_names); k++) {
245 internal_snprintf(full_name, ARRAY_SIZE(full_name), "%s%s%s.so",
250 for (uptr m = 0; m < ARRAY_SIZE(wrong_names); m++)

Completed in 1218 milliseconds

1 2 3 45 6 7 8 91011>>