OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
76 - 100
of
3061
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/tools/
setidle.c
23
pid =
atoi
(argv[1]);
/external/compiler-rt/test/asan/TestCases/
heap-overflow-large.cc
17
int index =
atoi
(argv[1]);
heavy_uar_test.cc
42
int n_iter = argc >= 2 ?
atoi
(argv[1]) : 1000;
43
int depth = argc >= 3 ?
atoi
(argv[2]) : 500;
/external/ltp/testcases/kernel/fs/dmapi/
mmapfile.c
70
passflag =
atoi
(argv[5]);
76
length =
atoi
(argv[4]);
82
offset =
atoi
(argv[3]);
92
openflags =
atoi
(argv[2]);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_performance.c
103
int progNum =
atoi
(argc[2]);
110
maxIter =
atoi
(argc[3]);
122
(resultproc_t) eachresult,
atoi
(argc[3]),
123
atoi
(argc[4]), nettype);
tirpc_rpc_broadcast_exp_stress.c
61
int progNum =
atoi
(argc[2]);
66
int nbCall =
atoi
(argc[5]);
79
atoi
(argc[3]),
atoi
(argc[4]), nettype);
/external/ltp/tools/pounder21/src/cpufreq/
cpufreq.c
117
y =
atoi
(buf);
154
rounds =
atoi
(argv[2]);
155
cpunum =
atoi
(argv[3]);
166
frequencies[x - 4] =
atoi
(argv[x]);
/external/selinux/libselinux/utils/
setenforce.c
28
rc = security_setenforce(
atoi
(argv[1]));
/external/syslinux/bios/com32/modules/
kontron_wdt.c32
/external/syslinux/efi32/com32/modules/
kontron_wdt.c32
/external/valgrind/drd/tests/
annotate_barrier.c
12
#include <stdlib.h> /*
atoi
() */
165
nthread = (argc > 1) ?
atoi
(argv[1]) : 2;
166
iterations = (argc > 2) ?
atoi
(argv[2]) : 3;
167
s_silent = (argc > 3) ?
atoi
(argv[3]) : 0;
pth_detached.c
39
const int count1 = argc > 1 ?
atoi
(argv[1]) : 100;
40
const int count2 = argc > 2 ?
atoi
(argv[2]) : 100;
pth_detached_sem.c
43
const int count1 = argc > 1 ?
atoi
(argv[1]) : 100;
44
const int count2 = argc > 2 ?
atoi
(argv[2]) : 100;
/prebuilts/go/darwin-x86/test/chan/
goroutines.go
25
n, err = strconv.
Atoi
(os.Args[1])
/prebuilts/go/linux-x86/test/chan/
goroutines.go
25
n, err = strconv.
Atoi
(os.Args[1])
/external/libvncserver/libvncserver/
cargs.c
92
rfbScreen->port =
atoi
(argv[++i]);
99
rfbScreen->ipv6port =
atoi
(argv[++i]);
106
rfbScreen->maxClientWait =
atoi
(argv[++i]);
137
rfbScreen->deferUpdateTime =
atoi
(argv[++i]);
143
rfbScreen->deferPtrUpdateTime =
atoi
(argv[++i]);
167
rfbScreen->httpPort =
atoi
(argv[++i]);
174
rfbScreen->http6Port =
atoi
(argv[++i]);
183
rfbScreen->progressiveSliceHeight =
atoi
(argv[++i]);
246
*bpp =
atoi
(argv[++i]);
248
*width =
atoi
(argv[++i])
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoi.c
1
/* $OpenBSD:
atoi
.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34
atoi
(const char *str)
function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsclient.py
44
port = string.
atoi
(p)
46
port = string.
atoi
(a)
/external/llvm/test/TableGen/
MultiClassDefName.td
56
defm ZTagazok : MC4<"
AToi
">;
59
// CHECK: string name = "
AToi
";
/external/ltp/testcases/kernel/syscalls/futex/
futex_utils.h
39
if (
atoi
(dent->d_name) == getpid() ||
atoi
(dent->d_name) == 0)
/external/ltp/tools/pounder21/src/randacoords/
coords.c
60
xmax =
atoi
(argv[1]);
61
ymax =
atoi
(argv[2]);
/external/ppp/pppd/plugins/radius/
util.c
48
tm->tm_mday =
atoi
(&valstr[4]);
51
tm->tm_year =
atoi
(&valstr[7]) - 1900;
/external/toybox/toys/lsb/
mknod.c
49
major =
atoi
(toys.optargs[2]);
50
minor =
atoi
(toys.optargs[3]);
/external/wpa_supplicant_8/wpa_supplicant/
autoscan_exponential.c
32
data->base =
atoi
(params);
39
data->limit =
atoi
(pos);
/hardware/qcom/audio/legacy/libalsa-intf/
amix.c
40
return mixer_get_nth_control(mixer,
atoi
(name) - 1);
45
idx =
atoi
(p);
Completed in 1620 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>