Searched refs:ARRAY_SIZE (Results 101 - 125 of 446) sorted by relevance

1234567891011>>

/external/iptables/extensions/
H A Dlibip6t_LOG.c119 for (i = 0; i < ARRAY_SIZE(ip6t_log_names); ++i)
124 if (i == ARRAY_SIZE(ip6t_log_names))
H A Dlibipt_LOG.c119 for (i = 0; i < ARRAY_SIZE(ipt_log_names); ++i)
124 if (i == ARRAY_SIZE(ipt_log_names))
H A Dlibxt_iprange.c55 for (i = 0; i < ARRAY_SIZE(spec); ++i) {
63 for (i = 0; i < ARRAY_SIZE(spec); ++i) {
346 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
H A Dlibxt_TCPMSS.c125 xtables_register_targets(tcpmss_tg_reg, ARRAY_SIZE(tcpmss_tg_reg));
H A Dlibxt_TEE.c126 xtables_register_targets(tee_tg_reg, ARRAY_SIZE(tee_tg_reg));
H A Dlibxt_connmark.c156 xtables_register_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_fbo.h116 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment));
/external/chromium_org/third_party/webrtc/base/
H A Dwin32windowpicker_unittest.cc74 ARRAY_SIZE(window_title));
H A Dunixfilesystem.cc179 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
306 for (size_t i = 0; i < ARRAY_SIZE(kTempPrefixes); ++i) {
380 ssize_t len = readlink("/proc/self/exe", buffer, ARRAY_SIZE(buffer) - 1);
402 if (0 != FSRefMakePath(&fr, buffer, ARRAY_SIZE(buffer)))
490 sprintfn(buffer, ARRAY_SIZE(buffer), "-%d-%d",
H A Dwin32windowpicker.cc61 GetWindowText(hwnd, window_title, ARRAY_SIZE(window_title));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc247 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
303 [ARRAY_SIZE(kUnblockedSignals)];
314 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
343 for (uptr signal_index = 0; signal_index < ARRAY_SIZE(kUnblockedSignals);
H A Dsanitizer_deadlock_detector.h63 CHECK_LT(n_recursive_locks, ARRAY_SIZE(recursive_locks));
67 CHECK_LT(n_all_locks_, ARRAY_SIZE(all_locks_with_contexts_));
246 added_edges, ARRAY_SIZE(added_edges));
248 if (n_edges_ < ARRAY_SIZE(edges_)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Devsel-roundtrip-name.c95 __perf_evsel__name_array_test(names, ARRAY_SIZE(names))
H A Dcode-reading.c199 if (state->done_cnt >= ARRAY_SIZE(state->done)) {
310 for (i = 0; i < (int)ARRAY_SIZE(buf); i++)
311 buf[i] = ARRAY_SIZE(buf) - i - 1;
313 qsort(buf, ARRAY_SIZE(buf), sizeof(int), comp);
315 for (i = 0; i < (int)ARRAY_SIZE(buf); i++) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.h116 assert((unsigned)attIndex < ARRAY_SIZE(fb->Attachment));
/external/libnl/lib/
H A Dutils.c420 for (i = 0; i < ARRAY_SIZE(split); i++) {
463 ARRAY_SIZE(nlfamilies));
468 return __str2type(name, nlfamilies, ARRAY_SIZE(nlfamilies));
558 return __type2str(llproto, buf, len, llprotos, ARRAY_SIZE(llprotos));
563 return __str2type(name, llprotos, ARRAY_SIZE(llprotos));
631 ARRAY_SIZE(ether_protos));
636 return __str2type(name, ether_protos, ARRAY_SIZE(ether_protos));
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
H A Dinputext.cpp23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtifmtts.cpp38 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
1037 expect(DATA, ARRAY_SIZE(DATA));
1157 expectUserDII(DATA, ARRAY_SIZE(DATA));
1371 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1375 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1448 skeletonIndex < ARRAY_SIZE(skeleton);
/external/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
H A Dinputext.cpp23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp38 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) macro
1037 expect(DATA, ARRAY_SIZE(DATA));
1157 expectUserDII(DATA, ARRAY_SIZE(DATA));
1371 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1375 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1448 skeletonIndex < ARRAY_SIZE(skeleton);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c263 num_atoms = ARRAY_SIZE(gen7_atoms);
266 num_atoms = ARRAY_SIZE(gen6_atoms);
269 num_atoms = ARRAY_SIZE(gen4_atoms);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c263 num_atoms = ARRAY_SIZE(gen7_atoms);
266 num_atoms = ARRAY_SIZE(gen6_atoms);
269 num_atoms = ARRAY_SIZE(gen4_atoms);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c66 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {
80 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++)
162 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {
188 for (i = 0; i < ARRAY_SIZE(dri2_surf->color_buffers); i++) {

Completed in 402 milliseconds

1234567891011>>