OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
326 - 350
of
1461
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/e2fsprogs/misc/
e2initrd_helper.c
272
fs->freq = freq ?
atoi
(freq) : -1;
273
fs->passno = passno ?
atoi
(passno) : -1;
/external/icu4c/test/perf/utfperf/
utfperf.cpp
74
chunkLength =
atoi
(options[CHUNK_LENGTH].value);
80
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/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/openssl/crypto/dsa/
dsa_pmeth.c
223
nbits =
atoi
(value);
228
int qbits =
atoi
(value);
/external/skia/src/utils/
SkRTConf.cpp
183
return
atoi
(s);
190
return (unsigned int)
atoi
(s);
/frameworks/av/services/audioflinger/
test-resample.cpp
120
input_freq =
atoi
(optarg);
123
output_freq =
atoi
(optarg);
/ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c
169
tid =
atoi
(entry->d_name);
318
handle.tid =
atoi
(entry->d_name);
/ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c
166
tid =
atoi
(entry->d_name);
354
handle.tid =
atoi
(entry->d_name);
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper
/system/core/init/
bootchart.c
308
timeout =
atoi
(buff);
323
timeout =
atoi
(s);
/system/core/toolbox/
iftop.c
238
delay =
atoi
(argv[i++]);
248
header_interval =
atoi
(argv[i++]);
top.c
127
max_procs =
atoi
(argv[++i]);
136
iterations =
atoi
(argv[++i]);
145
delay =
atoi
(argv[++i]);
251
pid =
atoi
(pid_dir->d_name);
291
tid =
atoi
(tid_dir->d_name);
/external/chromium_org/third_party/opus/src/src/
opus_demo.c
282
channels =
atoi
(argv[args]);
360
max_payload_bytes =
atoi
( argv[ args + 1 ] );
364
complexity =
atoi
( argv[ args + 1 ] );
383
packet_loss_perc =
atoi
( argv[ args + 1 ] );
387
sweep_bps =
atoi
( argv[ args + 1 ] );
395
sweep_max =
atoi
( argv[ args + 1 ] );
/external/compiler-rt/lib/asan/
asan_interceptors.cc
541
INTERCEPTOR(int,
atoi
, const char *nptr) {
543
if (!asan_inited) return REAL(
atoi
)(nptr);
547
return REAL(
atoi
)(nptr);
550
// "man
atoi
" tells that behavior of
atoi
(nptr) is the same as
694
ASAN_INTERCEPT_FUNC(
atoi
);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c
557
if(
atoi
(argv[8]) <1 ||
atoi
(argv[8]) > 4)
565
audioinfo->nIpBufs =
atoi
(argv[8]);
569
if(
atoi
(argv[9]) <1 ||
atoi
(argv[9]) > 4)
577
audioinfo->nOpBufs =
atoi
(argv[9]);
580
if(
atoi
(argv[10]) <1 ||
atoi
(argv[10]) > 8)
588
framesPerBuffer =
atoi
(argv[10]);
631
if((
atoi
(argv[7])) != 0)
[
all
...]
/external/stlport/src/c_locale_win32/
c_locale_win32.c
327
ltype->cp =
atoi
(cp_name);
858
lmon->frac_digits =
atoi
(FracDigits);
861
lmon->int_frac_digits =
atoi
(FracDigits);
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
327
ltype->cp =
atoi
(cp_name);
858
lmon->frac_digits =
atoi
(FracDigits);
861
lmon->int_frac_digits =
atoi
(FracDigits);
[
all
...]
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
121
dst->debug_level =
atoi
(level);
195
timeout =
atoi
(timeout_txt);
236
pin_val =
atoi
(pin);
430
timeout =
atoi
(pos);
452
timeout =
atoi
(pos);
576
disassoc_timer =
atoi
(cmd + 17);
623
disassoc_timer =
atoi
(timerstr);
884
wps_testing_dummy_cred =
atoi
(value);
890
int val =
atoi
(value);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c
536
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
537
yylval.extop.maxsize =
atoi
((char *)s->tok+1);
547
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
563
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
564
yylval.extop.maxsize = MAX(yylval.extop.minsize,
atoi
(strchr((char *)s->tok, ',')+1));
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.c
536
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
537
yylval.extop.maxsize =
atoi
((char *)s->tok+1);
547
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
563
{ yylval.extop.minsize =
atoi
((char *)s->tok+1);
564
yylval.extop.maxsize = MAX(yylval.extop.minsize,
atoi
(strchr((char *)s->tok, ',')+1));
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c
114
switch (
atoi
(argv[2]))
139
temp1 =
atoi
(argv[3]);
140
temp2 =
atoi
(argv[4]);
153
switch (
atoi
(argv[5]))
163
encoder_context->targetbitrate =
atoi
(argv[6]);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c
115
switch (
atoi
(argv[2])) {
138
temp1 =
atoi
(argv[3]);
139
temp2 =
atoi
(argv[4]);
149
switch (
atoi
(argv[5])) {
157
encoder_context->targetbitrate =
atoi
(argv[6]);
[
all
...]
Completed in 780 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>