/external/libvorbis/test/ |
util.h | 18 #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0]))
|
test.c | 43 gen_windowed_sine (data_out, ARRAY_LEN (data_out), 0.95); 49 for (k = 0 ; k < ARRAY_LEN (sample_rates); k ++) { 57 set_data_in (data_in, ARRAY_LEN (data_in), 3.141); 59 write_vorbis_data_or_die (filename, sample_rates [k], q, data_out, ARRAY_LEN (data_out),ch); 60 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in)); 62 if (check_output (data_in, ARRAY_LEN (data_in), (.15f - .1f*q)) != 0)
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_system_unittest.cpp | 65 for (size_t n = 0; n < ARRAY_LEN(kData); ++n) {
|
crazy_linker_proc_maps_unittest.cpp | 87 for (size_t n = 0; n < ARRAY_LEN(kData); ++n) { 111 for (size_t n = 0; n < ARRAY_LEN(kData); ++n) { 187 for (size_t n = 0; n < ARRAY_LEN(kData); ++n) {
|
/external/toybox/toys/other/ |
nsenter.c | 124 for (i = 0; i<ARRAY_LEN(flags); i++) 134 for (i = 0; i<ARRAY_LEN(flags); i++) {
|
rfkill.c | 53 for (i = 0; i < ARRAY_LEN(rftypes); i++) 55 if (i == ARRAY_LEN(rftypes)) idx = atolx_range(*optargs, 0, INT_MAX);
|
oneit.c | 74 for (i = 0; i<ARRAY_LEN(pipes); i++) xsignal(pipes[i], oneit_signaled);
|
ifconfig.c | 465 } else for (i = 0; i < ARRAY_LEN(try); i++) {
|
/external/toybox/ |
main.c | 44 top = ARRAY_LEN(toy_list)-1; 93 toys.toycount = ARRAY_LEN(toy_list); 170 for (i=1; i<ARRAY_LEN(toy_list); i++) {
|
toys.h | 146 #define ARRAY_LEN(array) (sizeof(array)/sizeof(*array))
|
/external/toybox/toys/lsb/ |
su.c | 77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]);
|
mount.c | 111 for (i = 0; i < ARRAY_LEN(opts); i++) if (!strcasecmp(opts[i].name, new)) { 121 if (more && i == ARRAY_LEN(opts)) {
|
/external/toybox/toys/pending/ |
brctl.c | 251 for (i = 0; i < ARRAY_LEN(ss); i++) { 254 if (i >= ARRAY_LEN(ss)) error_exit("invalid stp state"); 317 for (i = 0; i < ARRAY_LEN(cc); i++) { 333 if (i == ARRAY_LEN(cc)) {
|
dd.c | 116 for (i = 0; i < ARRAY_LEN(suffixes); i++) 305 if (!(res = bsearch(&key, operands, ARRAY_LEN(operands), sizeof(struct pair), 339 if (!(res = bsearch(&key, clist, ARRAY_LEN(clist),
|
openvt.c | 47 for (i = 0; i < ARRAY_LEN(console_name); i++) {
|
ps.c | 299 for (i = 0; i<ARRAY_LEN(typos) && !field->which; i++) { 314 if (i == ARRAY_LEN(typos)) error_exit("bad -o %.*s", end-type, type);
|
netstat.c | 170 int sz = ARRAY_LEN(state_label); 347 int sz = ARRAY_LEN(ss_type);//sizeof(ss_type)/sizeof(ss_type[0]); 351 sz = ARRAY_LEN(ss_state);//sizeof(ss_state)/sizeof(ss_state[0]);
|
dhcp.c | 253 .len = ARRAY_LEN(filter_instr), 396 int count, size = ARRAY_LEN(options_list); 510 int size = ARRAY_LEN(options_list), count, ret = -1; 934 int size = ARRAY_LEN(options_list); 1061 int count, optlen, size = ARRAY_LEN(options_list); [all...] |
arp.c | 137 for (j = 0; j < ARRAY_LEN(f); j++) {
|
dhcpd.c | 393 int count, size = ARRAY_LEN(options_list); 563 int len, linelen, tcount, count, size = ARRAY_LEN(keywords); 811 int count, size = ARRAY_LEN(options_list); 902 int count, size = ARRAY_LEN(options_list); [all...] |
ip.c | 227 parseRPDB("/etc/iproute2/rt_dsfield", alist, ARRAY_LEN(rt_dsfield)); 244 parseRPDB("/etc/iproute2/rt_protos", alist, ARRAY_LEN(rt_protos)); 252 parseRPDB("/etc/iproute2/rt_realms", alist, ARRAY_LEN(rt_realms)); 264 parseRPDB("/etc/iproute2/rt_scopes", alist, ARRAY_LEN(rt_scope)); 274 parseRPDB("/etc/iproute2/rt_tables", alist, ARRAY_LEN(rt_tables)); [all...] |
fdisk.c | 138 int i, adjust = 0, size = ARRAY_LEN(sys_types); 400 int i, size = ARRAY_LEN(sys_types); [all...] |
/external/toybox/lib/ |
password.c | 17 for (i = 0; i < ARRAY_LEN(al); i++) {
|
/ndk/sources/android/support/tests/minitest/ |
minitest.h | 502 #define ARRAY_LEN(x) (sizeof(x) / sizeof((x)[0]))
|