OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
1 - 25
of
1461
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Assembler/
2007-11-26-AttributeOverload.ll
3
declare i32 @
atoi
(i8*) nounwind readonly
4
declare i32 @
atoi
(i8*)
/external/clang/test/Analysis/
redefined_system.c
13
char
atoi
();
16
return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() +
atoi
();
/external/clang/test/CodeGen/
debug-line-1.c
9
extern int
atoi
(const char *);
12
int x =
atoi
(arg);
/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/llvm/test/Integer/
undefined_bt.ll
9
declare i32 @"
atoi
"(i8 *)
/external/llvm/test/CodeGen/X86/
2009-05-23-available_externally.ll
8
%call = tail call fastcc i32 @
atoi
(i8* %x) nounwind readonly ; <i32> [#uses=1]
13
; CHECK: {{
atoi
.+PLT}}
15
define available_externally fastcc i32 @
atoi
(i8* %__nptr) nounwind readonly {
/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;
pth_spinlock.c
11
#include <stdlib.h> /*
atoi
() */
40
s_iterations = argc > 1 ?
atoi
(argv[1]) : 1000;
/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/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]);
/external/llvm/test/Feature/
undefined.ll
7
declare i32 @
atoi
(i8*)
/frameworks/rs/tests/latency/
latency.cpp
17
iters =
atoi
(argv[1]);
27
numElems =
atoi
(argv[2]);
35
int temp =
atoi
(argv[3]);
41
int temp =
atoi
(argv[4]);
/external/wpa_supplicant_8/hostapd/
config_file.c
164
vlan_id =
atoi
(pos);
510
attr->type =
atoi
(value);
552
wpabuf_put_be32(attr->val,
atoi
(pos));
737
list[count++] =
atoi
(pos);
792
i =
atoi
(value);
850
queue->aifs =
atoi
(val);
857
queue->cwmin =
atoi
(val);
864
queue->cwmax =
atoi
(val);
[
all
...]
/external/chromium_org/third_party/lcov/example/
example.c
37
start =
atoi
(argv[1]);
38
end =
atoi
(argv[2]);
/external/chromium_org/third_party/lcov-1.9/example/
example.c
37
start =
atoi
(argv[1]);
38
end =
atoi
(argv[2]);
/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/compiler-rt/lib/tsan/benchmarks/
mini_bench_local.cc
32
n_threads =
atoi
(argv[1]);
34
len =
atoi
(argv[2]);
mini_bench_shared.cc
32
n_threads =
atoi
(argv[1]);
34
len =
atoi
(argv[2]);
/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/eigen/bench/
benchBlasGemm.cpp
55
M = N = K =
atoi
(argv[1]);
59
M = N = K =
atoi
(argv[2]);
67
M = N = K =
atoi
(argv[1]);
68
nbloops =
atoi
(argv[2]);
69
nbtries =
atoi
(argv[3]);
73
M =
atoi
(argv[1]);
74
N =
atoi
(argv[2]);
75
K =
atoi
(argv[3]);
76
nbloops =
atoi
(argv[4]);
77
nbtries =
atoi
(argv[5])
[
all
...]
/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/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]));
/external/tinyalsa/
tinycap.c
103
device =
atoi
(*argv);
107
channels =
atoi
(*argv);
111
rate =
atoi
(*argv);
115
bits =
atoi
(*argv);
119
card =
atoi
(*argv);
123
period_size =
atoi
(*argv);
127
period_count =
atoi
(*argv);
Completed in 701 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>