Searched
refs:ARRAY_SIZE (Results
476 -
500 of
550) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 413 ARRAY_SIZE(buffer))) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 213 len += talk_base::sprintfn(buffer, ARRAY_SIZE(buffer), "%s%s:%d", [all...] |
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
pulseaudiosoundsystem.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 355 if (visualType < ARRAY_SIZE(glx_visual_types))
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 1000 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
|
brw_vec4_emit.cpp | 771 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
|
/external/chromium_org/v8/src/ |
global-handles.cc | 1057 for (unsigned i = 0; i < ARRAY_SIZE(singleton_handles_); i++) [all...] |
handles.cc | 531 ARRAY_SIZE(args),
|
utils.h | 581 ARRAY_SIZE(x)-1) [all...] |
/external/iptables/extensions/ |
libxt_conntrack.c | 1071 xtables_register_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
|
/external/iputils/ |
ping_common.c | 67 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
|
/external/linux-tools-perf/ |
builtin-script.c | 109 int i, imax = ARRAY_SIZE(all_output_options);
|
/external/linux-tools-perf/util/ |
event.c | 39 if (id >= ARRAY_SIZE(perf_event__names))
|
/external/mesa3d/src/glx/ |
glxext.c | 355 if (visualType < ARRAY_SIZE(glx_visual_types))
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 1000 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
|
brw_vec4_emit.cpp | 771 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
|
/external/qemu/ |
qemu-timer.c | 371 int count = ARRAY_SIZE(alarm_timers) - 1; [all...] |
qemu-char.c | [all...] |
/external/v8/src/ |
ast.cc | [all...] |
objects.cc | 232 "get", isolate->derived_get_trap(), ARRAY_SIZE(args), args); [all...] |
jsregexp.cc | 72 return Execution::New(constructor, ARRAY_SIZE(argv), argv, [all...] |
/system/core/init/ |
init.c | 735 for (i = 0; i < ARRAY_SIZE(prop_map); i++) {
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 220 #define ARRAY_SIZE(x) (sizeof((x))/sizeof(((x)[0]))) 230 for (size_t i = 0; i < ARRAY_SIZE(audio_interfaces); i++) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 28 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
|
Completed in 511 milliseconds
<<11121314151617181920>>