OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
726 - 750
of
3061
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c
84
port =
atoi
(argv[2]);
testsf_s.c
68
port =
atoi
(argv[2]);
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_1.c
99
if ((2 != argc) || ((num =
atoi
(argv[1])) <= 0)) {
multi_send_rev_2.c
88
if ((2 != argc) || ((num =
atoi
(argv[1])) <= 0)) {
/external/ltp/testcases/open_posix_testsuite/tools/
t0.c
88
timeout =
atoi
(argv[1]);
/external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c
147
chunks =
atoi
(optarg);
161
chunk_size =
atoi
(optarg);
166
seconds =
atoi
(optarg);
171
threads =
atoi
(optarg);
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c
132
nouveau_mesa_debug =
atoi
(nv_dbg);
/external/mesa3d/src/mapi/mapi/
mapi.c
92
ver =
atoi
(p);
/external/ppp/pppd/plugins/radius/
radrealms.c
124
s->port[s->max] =
atoi
(p);
/external/selinux/libselinux/utils/
selabel_lookup.c
81
type =
atoi
(optarg);
/external/syslinux/bios/com32/menu/
menu.c32
vesamenu.c32
/external/syslinux/efi32/com32/menu/
menu.c32
vesamenu.c32
/external/toybox/toys/net/
microcom.c
61
else speed =
atoi
(TT.s);
/external/toybox/toys/other/
taskset.c
94
if (isdigit(*new->name)) do_taskset(
atoi
(new->name), 0);
/external/toybox/toys/posix/
kill.c
112
if (!(procpid =
atoi
(entry->d_name))) continue;
/external/valgrind/gdbserver_tests/
t.c
121
sleeps =
atoi
(argv[1]);
/external/valgrind/memcheck/tests/
sbfragment.c
49
loop =
atoi
(argv[1]);
/external/vixl/benchmarks/aarch32/
bench-branch-link-masm.cc
93
iterations =
atoi
(argv[1]);
bench-branch-masm.cc
83
iterations =
atoi
(argv[1]);
bench-dataop.cc
78
instructions =
atoi
(argv[1]);
/external/vixl/benchmarks/aarch64/
bench-branch-link-masm.cc
46
iterations =
atoi
(argv[1]);
bench-branch-masm.cc
50
iterations =
atoi
(argv[1]);
bench-branch.cc
51
instructions =
atoi
(argv[1]);
Completed in 1185 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>