OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
276 - 300
of
1461
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/dhcpcd/
platform-linux.c
121
return
atoi
(buf);
/external/eigen/bench/
bench_gemm.cpp
138
s =
atoi
(argv[i]+1);
140
cache_size =
atoi
(argv[i]+1);
142
tries =
atoi
(argv[i]+1);
144
rep =
atoi
(argv[i]+1);
/external/eigen/bench/spbench/
spbenchsolver.cpp
68
maxiters =
atoi
(inval.c_str());
/external/icu4c/tools/toolutil/
dbgutil.cpp
122
return
atoi
(ch);
/external/iputils/
tracepath6.c
400
mtu =
atoi
(optarg);
403
max_hops =
atoi
(optarg);
411
base_port =
atoi
(optarg);
429
base_port = (unsigned)
atoi
(p+1);
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c
132
nouveau_mesa_debug =
atoi
(nv_dbg);
/external/mesa3d/src/mapi/mapi/
mapi.c
92
ver =
atoi
(p);
/external/openssl/apps/
asn1pars.c
151
offset=
atoi
(*(++argv));
156
length=
atoi
(*(++argv));
166
dump=
atoi
(*(++argv));
313
j=
atoi
(sk_OPENSSL_STRING_value(osk,i));
/external/ppp/pppd/plugins/radius/
radrealms.c
123
s->port[s->max] =
atoi
(p);
/external/qemu/android/
hw-control.c
113
value =
atoi
(qq);
/external/skia/src/core/
SkGraphics.cpp
172
val = (size_t)
atoi
(nextEqual + 1);
/external/srtp/crypto/test/
rand_gen.c
104
num_octets =
atoi
(optarg);
/external/valgrind/main/gdbserver_tests/
t.c
120
sleeps =
atoi
(argv[1]);
/external/valgrind/main/memcheck/tests/
sbfragment.c
49
loop =
atoi
(argv[1]);
/external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c
134
bss->freq =
atoi
(buf + 4 + 18);
327
data->short_interval =
atoi
(params);
333
data->signal_threshold =
atoi
(pos);
341
data->long_interval =
atoi
(pos);
/frameworks/av/media/mediaserver/
main_mediaserver.cpp
44
bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (
atoi
(value) == 1);
/frameworks/base/core/jni/
android_server_Watchdog.cpp
83
int tid =
atoi
(ent->d_name);
/frameworks/native/opengl/libs/EGL/
egl_tls.cpp
80
if (
atoi
(value)) {
/frameworks/native/opengl/tests/filter/
filter.cpp
22
const int test =
atoi
(argv[1]);
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h
40
#include <stdlib.h> /*
atoi
*/
/hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp
58
mdp_version =
atoi
(str_ver);
/hardware/qcom/display/msm8x26/libqdutils/
mdp_version.cpp
58
mdp_version =
atoi
(str_ver);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c
566
audioinfo->nIpBufs =
atoi
(argv[7]);
572
audioinfo->nIpBufSize =
atoi
(argv[8]);
574
audioinfo->nOpBufs =
atoi
(argv[9]);
580
audioinfo->nOpBufSize =
atoi
(argv[10]);
634
if((
atoi
(argv[6])) != 0) {
642
if((
atoi
(argv[6])) == 0) {
754
g711eframeinfo->FrameSizeType =
atoi
(argv[12]);
755
g711eframeinfo->VAUMode =
atoi
(argv[13]);
756
g711eframeinfo->VAUThresOffset =
atoi
(argv[14]);
757
g711eframeinfo->VAUNum =
atoi
(argv[15])
[
all
...]
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
64
using ::
atoi
;
/ndk/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
Completed in 813 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>