OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
301 - 325
of
1461
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/system/core/sh/
mystring.c
116
return
atoi
(s);
/system/core/toolbox/
readtty.c
81
timeout =
atoi
(optarg);
/system/extras/fatblock/
fatblock.c
165
mb =
atoi
(argv[2]);
/system/extras/su/
su.c
43
uid_t tmpid =
atoi
(tok);
/system/extras/tests/bionic/libc/common/
test_udp.c
54
udpPort =
atoi
(optName+1);
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
64
using ::
atoi
;
/system/extras/tests/timetest/
timetest.c
74
clock_id =
atoi
(argv[1]);
/system/vold/
vdc.c
132
code =
atoi
(tmp);
/external/bison/src/
location.c
224
bound->column =
atoi
(delim+1);
228
bound->line =
atoi
(delim+1);
/external/chromium/third_party/libjingle/source/talk/base/
linux.cc
109
*result =
atoi
((iter->second).c_str());
280
return
atoi
(str.c_str());
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp
74
chunkLength =
atoi
(options[CHUNK_LENGTH].value);
80
pivotLength =
atoi
(options[PIVOT_LENGTH].value);
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_pmeth.c
223
nbits =
atoi
(value);
228
int qbits =
atoi
(value);
/external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp
183
return
atoi
(s);
190
return (unsigned int)
atoi
(s);
/external/chromium_org/third_party/sqlite/src/test/
threadtest1.c
198
int t =
atoi
(zFilename);
257
if( argc<2 || (n=
atoi
(argv[1]))<1 ) n = 10;
/external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c
137
int new_priority =
atoi
(argv[2]);
151
myParam.sched_priority =
atoi
(argv[2]);
Completed in 1042 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>