OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
426 - 450
of
2060
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/linux-x86/test/bench/shootout/
fannkuch.c
130
int n = (argc>1) ?
atoi
(argv[1]) : 0;
mandelbrot.c
52
w = h =
atoi
(argv[1]);
pidigits.c
121
pidigits(argc > 1 ?
atoi
(argv[1]) : 27);
spectral-norm.c
70
int N = ((argc == 2) ?
atoi
(argv[1]) : 2000);
threadring.c
93
data[0] =
atoi
(argv[1]);
/prebuilts/go/linux-x86/test/
slice3.go
51
n, _ = strconv.
Atoi
(s)
/prebuilts/misc/windows/sdl2/test/
testtimer.c
59
desired =
atoi
(argv[1]);
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
64
using ::
atoi
;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/system/extras/tests/pagingtest/
pagingtest.c
142
test_runs =
atoi
(argv[1]);
/system/extras/tests/timetest/
timetest.c
74
clock_id =
atoi
(argv[1]);
/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
275
fs->freq = freq ?
atoi
(freq) : -1;
276
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
73
chunkLength =
atoi
(options[CHUNK_LENGTH].value);
79
pivotLength =
atoi
(options[PIVOT_LENGTH].value);
/external/iptables/extensions/
libipt_DNAT.c
88
port =
atoi
(colon+1);
106
maxport =
atoi
(dash + 1);
libipt_SNAT.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/skia/src/utils/
SkRTConf.cpp
210
return
atoi
(s);
217
return (unsigned int)
atoi
(s);
/frameworks/av/services/audioflinger/tests/
test_utils.h
66
values[0] =
atoi
(p = string);
69
values[i++] =
atoi
(p);
/frameworks/native/libs/binder/tests/
binderThroughputTest.cpp
265
workers =
atoi
(argv[i+1]);
270
iterations =
atoi
(argv[i+1]);
Completed in 1321 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>