OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
176 - 200
of
1461
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mdnsresponder/mDNSShared/
dnsextd_lexer.l
77
[0123456789]+ yylval.number =
atoi
(yytext); return NUMBER;
/external/ppp/pppd/plugins/radius/
clientid.c
75
p->id =
atoi
(id);
/external/qemu/android/
core-init-utils.c
47
ui_port =
atoi
(android_op_ui_port);
/external/qemu/distrib/sdl-1.2.15/test/
testwin.c
282
delay =
atoi
(argv[2]);
292
if ( argv[2] && ((w =
atoi
(argv[2])) > 0) ) {
302
if ( argv[2] && ((h =
atoi
(argv[2])) > 0) ) {
313
desired_bpp =
atoi
(argv[2]);
/external/valgrind/main/memcheck/tests/
leak-pool.c
107
arg =
atoi
( argv[1] );
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c
254
rateBPS =
atoi
(argv[i + 1]);
267
framesize =
atoi
(argv[i + 1]);
285
payloadSize =
atoi
(argv[i + 1]);
292
payloadRate =
atoi
(argv[i + 1]);
299
testNum =
atoi
(argv[i + 1]);
312
packetLossPercent =
atoi
( argv[i+1] );
357
nbTest =
atoi
(argv[i + 1]);
363
testCE =
atoi
(argv[i + 1]);
383
bottleneck =
atoi
(argv[CodingMode+1]);
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c
79
int mode =
atoi
(cmd + 11);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp
97
int port =
atoi
(addr);
/system/core/libsparse/
img2simg.c
62
block_size =
atoi
(argv[3]);
/system/core/toolbox/
cmp.c
36
limit =
atoi
(optarg);
kill.c
136
int pid =
atoi
(argv[0]);
/system/extras/tests/storage/
opentest.c
43
nfiles =
atoi
(argv[2]);
/bootable/recovery/updater/
updater.c
62
int fd =
atoi
(argv[2]);
124
updater_info.version =
atoi
(version);
/device/generic/goldfish/libqemu/
test_guest_2.c
116
localPort =
atoi
(tcpPort);
127
int size =
atoi
(packetSize);
/external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.cpp
81
MIN_ =
atoi
(options[MIN_OPTION_].value);
84
MAX_ =
atoi
(options[MAX_OPTION_].value);
/external/chromium_org/third_party/openssl/openssl/apps/
prime.c
89
bits=
atoi
(*++argv);
96
checks=
atoi
(*++argv);
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_pmeth.c
149
len =
atoi
(value);
155
len =
atoi
(value);
/external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c
144
test1d(
atoi
(argv[k]),0);
145
test1d(
atoi
(argv[k]),1);
test_unit_mdct.c
173
test1d(
atoi
(argv[k]),0);
174
test1d(
atoi
(argv[k]),1);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.cc
94
g_iters =
atoi
(argv[1]);
98
num_threads =
atoi
(argv[2]);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.cc
94
g_iters =
atoi
(argv[1]);
98
num_threads =
atoi
(argv[2]);
/external/clang/test/Analysis/
taint-tester.c
174
int
atoi
(const char *nptr);
181
int d =
atoi
(s); // expected-warning + {{tainted}}
/external/icu4c/test/perf/charperf/
charperf.cpp
81
MIN_ =
atoi
(options[MIN_OPTION_].value);
84
MAX_ =
atoi
(options[MAX_OPTION_].value);
/external/ipsec-tools/src/racoon/
plainrsa-gen.c
173
pubexp =
atoi
(optarg);
176
bits =
atoi
(optarg);
/external/libselinux/src/
booleans.c
134
if (
atoi
(&buf[1]))
151
if (
atoi
(buf))
Completed in 550 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>