OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
876 - 900
of
3061
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/autotest/client/tests/hackbench/src/
hackbench.c
329
if (argc >= 2 && (num_groups =
atoi
(argv[1])) == 0)
347
loops =
atoi
(argv[3]);
/external/elfutils/libdwfl/
argp-std.c
170
int result = INTUSE(dwfl_linux_proc_report) (dwfl,
atoi
(arg));
175
INTUSE(dwfl_linux_proc_attach) (dwfl,
atoi
(arg), false);
/external/iproute2/bridge/
link.c
314
cost =
atoi
(*argv);
317
priority =
atoi
(*argv);
/external/iptables/extensions/
libipt_SNAT.c
91
port =
atoi
(colon+1);
109
maxport =
atoi
(dash + 1);
/external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi.c
385
timeout_ns =
atoi
(optarg);
388
log_verbosity(
atoi
(optarg));
/external/llvm/test/Transforms/IndVarSimplify/
udiv.ll
22
%call = tail call i32 @
atoi
(i8* %tmp2) nounwind readonly ; <i32> [#uses=1]
126
declare i32 @
atoi
(i8* nocapture) nounwind readonly
/external/ltp/pan/
zoolib.c
230
that_pid =
atoi
(buf);
289
this_pid =
atoi
(buf);
/external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c
1266
num =
atoi
(size_arg);
1358
num_contexts =
atoi
(optarg);
[
all
...]
/external/ltp/testcases/kernel/mem/mtest06/
mmap1.c
308
if ((num_iter =
atoi
(optarg)) == 0)
316
if ((file_size =
atoi
(optarg)) == 0)
mmap3.c
303
if ((num_iter =
atoi
(optarg)) == 0)
307
if ((num_thrd =
atoi
(optarg)) == 0)
/external/ltp/testcases/kernel/mem/mtest07/
mallocstress.c
308
if ((num_loop =
atoi
(optarg)) == 0)
317
if ((num_thrd =
atoi
(optarg)) == 0)
/external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c
308
if (argc >= 2 && (num_groups =
atoi
(argv[1])) == 0)
326
loops =
atoi
(argv[3]);
/external/ltp/testcases/realtime/func/matrix_mult/
matrix_mult.c
88
iterations =
atoi
(v);
91
ops =
atoi
(v);
/external/ltp/testcases/realtime/func/sched_latency/
sched_latency.c
99
load_ms =
atoi
(v);
102
iterations =
atoi
(v);
/external/ppp/pppd/plugins/radius/
config.c
77
*iptr =
atoi
(p);
107
serv->port[serv->max] =
atoi
(q);
dict.c
143
value =
atoi
(valstr);
246
value =
atoi
(valstr);
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
udiv.ll
22
%call = tail call i32 @
atoi
(i8* %tmp2) nounwind readonly ; <i32> [#uses=1]
126
declare i32 @
atoi
(i8* nocapture) nounwind readonly
/external/syslinux/com32/hdt/
hdt-cli-hdt.c
270
more_printf("Sleep %d milliseconds\n",
atoi
(argv[0]));
271
msleep(
atoi
(argv[0]));
/external/syslinux/com32/modules/
cptime.c
240
tbufsz =
atoi
(argv[i]);
248
tmaxlen =
atoi
(argv[i]);
/external/valgrind/drd/tests/
matinv.c
326
case 't': s_nthread =
atoi
(optarg); break;
338
matrix_size =
atoi
(argv[optind]);
omp_matinv.c
304
case 't': nthread =
atoi
(optarg); break;
315
matrix_size =
atoi
(argv[optind]);
unit_bitmap.c
331
outer_loop_step =
atoi
(optarg);
334
inner_loop_step =
atoi
(optarg);
/external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc
200
int id =
atoi
(&args[found + ARRAYSIZE(kPeerId) - 1]);
235
int id =
atoi
(&path[found]);
/external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.cc
81
*codecID_A = (uint8_t)
atoi
(myStr);
85
*codecID_B = (uint8_t)
atoi
(myStr);
/external/wpa_supplicant_8/wpa_supplicant/
wifi_display.c
257
subelem =
atoi
(cmd);
357
subelem =
atoi
(cmd);
Completed in 1377 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>