OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
1 - 25
of
1057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
debug-line-1.c
9
extern int
atoi
(const char *);
12
int x =
atoi
(arg);
/bionic/libc/bionic/
atoi.c
30
int
atoi
(const char* s)
function
/external/clang/test/Analysis/
redefined_system.c
13
char
atoi
();
16
return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() +
atoi
();
/external/compiler-rt/SDKs/darwin/usr/include/
stdlib.h
26
int
atoi
(const char *);
/external/chromium_org/third_party/lcov/example/
example.c
37
start =
atoi
(argv[1]);
38
end =
atoi
(argv[2]);
/external/libyuv/files/unit_test/
unit_test.cc
26
benchmark_iterations_ =
atoi
(repeat); // NOLINT
version_test.cc
33
int svn_revision =
atoi
(ver); // NOLINT
/frameworks/base/core/jni/android/graphics/
RtlProperties.h
43
return (RtlDebugLevel)
atoi
(property);
/frameworks/compile/libbcc/include/bcc/Support/
Properties.h
31
return
atoi
(buf);
/hardware/ti/wlan/mac80211/ti-utils/
plt.c
95
prms.band = (unsigned char)
atoi
(argv[0]);
96
prms.channel = (unsigned char)
atoi
(argv[1]);
133
prms.ref_detector =
atoi
(argv[0]);
134
prms.ref_power =
atoi
(argv[1]);
135
prms.sub_band =
atoi
(argv[2]);
238
prms.sub_band_mask |= (
atoi
(argv[i]) & 0x1)<<i;
281
prms.power =
atoi
(argv[0]);
282
prms.tone_type =
atoi
(argv[1]);
322
atoi
(argv[0]),
atoi
(argv[1]), atoi(argv[2]), atoi(argv[3])
[
all
...]
/external/chromium_org/third_party/icu/source/test/compat/
tzdate.c
51
year =
atoi
(argv[1]);
52
month =
atoi
(argv[2]);
53
day =
atoi
(argv[3]);
54
hour =
atoi
(argv[4]);
55
minute =
atoi
(argv[5]);
56
useCurrentTime =
atoi
(argv[6]);
/external/icu4c/test/compat/
tzdate.c
51
year =
atoi
(argv[1]);
52
month =
atoi
(argv[2]);
53
day =
atoi
(argv[3]);
54
hour =
atoi
(argv[4]);
55
minute =
atoi
(argv[5]);
56
useCurrentTime =
atoi
(argv[6]);
/system/vold/
DirectVolume.cpp
105
int major =
atoi
(evt->findParam("MAJOR"));
106
int minor =
atoi
(evt->findParam("MINOR"));
155
mDiskMajor =
atoi
(evt->findParam("MAJOR"));
156
mDiskMinor =
atoi
(evt->findParam("MINOR"));
160
mDiskNumParts =
atoi
(tmp);
188
int major =
atoi
(evt->findParam("MAJOR"));
189
int minor =
atoi
(evt->findParam("MINOR"));
196
part_num =
atoi
(tmp);
244
int major =
atoi
(evt->findParam("MAJOR"));
245
int minor =
atoi
(evt->findParam("MINOR"))
[
all
...]
/system/core/toolbox/
ps.c
88
ppid =
atoi
(nexttok(&ptr));
91
tty =
atoi
(nexttok(&ptr));
100
utime =
atoi
(nexttok(&ptr));
101
stime =
atoi
(nexttok(&ptr));
108
prio =
atoi
(nexttok(&ptr));
109
nice =
atoi
(nexttok(&ptr));
129
psr =
atoi
(nexttok(&ptr)); // processor
130
rtprio =
atoi
(nexttok(&ptr)); // rt_priority
131
sched =
atoi
(nexttok(&ptr)); // scheduling policy
133
tty =
atoi
(nexttok(&ptr))
[
all
...]
ionice.c
21
if (!(pid =
atoi
(argv[1]))) {
48
ioprio =
atoi
(argv[3]);
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
heavy_uar_test.cc
34
int n_iter = argc >= 2 ?
atoi
(argv[1]) : 1000;
35
int depth = argc >= 3 ?
atoi
(argv[2]) : 500;
/external/ppp/pppd/plugins/radius/
util.c
48
tm->tm_mday =
atoi
(&valstr[4]);
51
tm->tm_year =
atoi
(&valstr[7]) - 1900;
/external/valgrind/main/drd/tests/
omp_printf.c
6
#include <stdlib.h> //
atoi
()
34
case 'i': num_iterations =
atoi
(optarg); break;
36
case 't': num_threads =
atoi
(optarg); break;
/system/core/init/
watchdogd.c
43
interval =
atoi
(argv[1]);
46
margin =
atoi
(argv[2]);
/hardware/libhardware/tests/camera2/
TestSettings.cpp
55
mForkingDisabled =
atoi
(env);
60
mDeviceId =
atoi
(env);
101
mForkingDisabled =
atoi
(arg);
105
mDeviceId =
atoi
(optarg);
/system/core/sh/
mystring.c
116
return
atoi
(s);
/cts/suite/audio_quality/lib/src/task/
TaskSound.cpp
79
int amplitude =
atoi
(tokens->at(1).string());
80
int freq =
atoi
(tokens->at(2).string());
81
int time =
atoi
(tokens->at(3).string());
90
int amplitude =
atoi
(tokens->at(1).string());
91
int time =
atoi
(tokens->at(2).string());
/external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c
119
drive =
atoi
(argv[i++]);
145
strack =
atoi
(argv[++i]);
149
sframe =
atoi
(argv[++i]);
153
ntrack =
atoi
(argv[++i]);
157
nframe =
atoi
(argv[++i]);
196
SDL_Delay(
atoi
(argv[++i]));
197
printf("Delayed %d milliseconds\n",
atoi
(argv[i]));
/frameworks/av/cmds/stagefright/
recordvideo.cpp
174
bitRateBps =
atoi
(optarg);
180
colorFormat = translateColorToOmxEnumValue(
atoi
(optarg));
189
frameRateFps =
atoi
(optarg);
195
iFramesIntervalSeconds =
atoi
(optarg);
201
nFrames =
atoi
(optarg);
207
width =
atoi
(optarg);
213
height =
atoi
(optarg);
219
level =
atoi
(optarg);
225
profile =
atoi
(optarg);
231
codec =
atoi
(optarg)
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c
71
channels =
atoi
(argv[2]);
72
frame_size =
atoi
(argv[3]);
80
bytes_per_packet =
atoi
(argv[4]);
124
complexity=
atoi
(argv[5]);
148
if (rand()%
atoi
(argv[8])==0)
166
if (argc==9 && rand()%1000<
atoi
(argv[argc-3]))
Completed in 240 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>