OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
776 - 800
of
3061
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/system/core/libutils/include/utils/
Singleton.h
22
// some vendor code assumes they have
atoi
() after including this file.
/system/extras/tests/pagingtest/
pagingtest.c
148
test_runs =
atoi
(argv[1]);
/system/extras/tests/timetest/
timetest.c
74
clock_id =
atoi
(argv[1]);
/external/ltp/testcases/kernel/io/disktest/
parse.c
77
gbl_dbg_lvl =
atoi
(optarg);
217
args->ltrsiz =
atoi
(optarg);
292
args->hbeat =
atoi
(optarg);
313
args->rperc =
atoi
(optarg);
314
args->wperc =
atoi
((char *)(strchr(optarg, ':') + 1));
344
args->retries =
atoi
(optarg);
550
args->run_time =
atoi
(optarg);
566
args->seeks =
atoi
(optarg);
609
if (
atoi
(optarg) > MAX_THREADS) {
612
atoi
(optarg), MAX_THREADS)
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c
302
int val =
atoi
(prop);
307
val =
atoi
(prop);
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c
302
int val =
atoi
(prop);
307
val =
atoi
(prop);
/external/bison/src/
location.c
224
bound->column =
atoi
(delim+1);
228
bound->line =
atoi
(delim+1);
/external/e2fsprogs/misc/
e2initrd_helper.c
276
fs->freq = freq ?
atoi
(freq) : -1;
277
fs->passno = passno ?
atoi
(passno) : -1;
/external/f2fs-tools/tools/
f2fstat.c
200
opt->delay =
atoi
(optarg);
203
opt->interval =
atoi
(optarg);
/external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp
77
chunkLength =
atoi
(options[CHUNK_LENGTH].value);
83
pivotLength =
atoi
(options[PIVOT_LENGTH].value);
/external/iptables/extensions/
libip6t_DNAT.c
84
port =
atoi
(colon+1);
102
maxport =
atoi
(dash + 1);
libip6t_SNAT.c
87
port =
atoi
(colon+1);
105
maxport =
atoi
(dash + 1);
libipt_DNAT.c
88
port =
atoi
(colon+1);
106
maxport =
atoi
(dash + 1);
/external/libdrm/tests/proptest/
proptest.c
236
obj_id =
atoi
(argv[0]);
247
prop_id =
atoi
(argv[2]);
/external/llvm/test/CodeGen/X86/
licm-nested.ll
18
%call = tail call i32 @
atoi
(i8* %tmp2) nounwind ; <i32> [#uses=2]
88
declare i32 @
atoi
(i8* nocapture) nounwind readonly
/external/ltp/testcases/kernel/io/ltp-aiodio/
aiodio_sparse.c
241
num_aio =
atoi
(optarg);
259
num_children =
atoi
(optarg);
/external/ltp/testcases/kernel/mem/mtest01/
mtest01.c
101
chunksize =
atoi
(optarg);
115
maxpercent =
atoi
(optarg);
/external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c
97
iterations =
atoi
(v);
100
med_threads =
atoi
(v);
Completed in 1686 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>