OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
176 - 200
of
2060
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libmicrohttpd/src/examples/
dual_stack_example.c
72
atoi
(argv[1]),
minimal_example.c
74
atoi
(argv[1]),
minimal_example_comet.c
78
atoi
(argv[1]),
/external/libunwind/src/arm/
Gglobal.c
56
unwi_unwind_method =
atoi
(str);
/external/libunwind/src/mi/
init.c
50
unwi_debug_level =
atoi
(str);
/external/libvncserver/examples/
repeater.c
28
repeaterPort = argc < 4 ? 5500 :
atoi
(argv[3]);
/external/nanopb-c/examples/using_union_messages/
encode.c
48
int msgtype =
atoi
(argv[1]);
/external/tinyalsa/
tinyplay.c
134
device =
atoi
(*argv);
139
period_size =
atoi
(*argv);
144
period_count =
atoi
(*argv);
149
card =
atoi
(*argv);
/external/tpm2/
TPMCmds.c
72
portNum =
atoi
(argv[1]);
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
31
#include <stdlib.h> //
atoi
()
309
const int nthreads = std::max(argc > 1 ?
atoi
(argv[1]) : 1, 1);
310
const int iterations = std::max(argc > 2 ?
atoi
(argv[2]) : 1, 1);
311
s_enable_annotations = argc > 3 ? !!
atoi
(argv[3]) : true;
atomic_var.c
17
#include <stdlib.h> /*
atoi
() */
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp
58
networkid =
atoi
(pos);
/external/xmlrpcpp/test/
HelloServer.cpp
67
int port =
atoi
(argv[1]);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp
73
width =
atoi
(argv[4]);
74
height =
atoi
(argv[5]);
88
frameRate =
atoi
(argv[6]);
96
bitrate =
atoi
(argv[7]);
/frameworks/base/cmds/bootanimation/
bootanimation_main.cpp
39
int noBootAnimation =
atoi
(value);
/frameworks/rs/tests/cppstrided/
compute.cpp
16
int tempStride =
atoi
(argv[1]);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
tsl2561.cxx
41
loopCount =
atoi
(argv[1]);
/hardware/intel/common/libmix/videoencoder/
VideoEncoderHost.cpp
36
gLogLevel =
atoi
(logLevelProp);
/prebuilts/go/darwin-x86/src/cmd/dist/
main.go
75
n, err := strconv.
Atoi
(s)
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
decode_test.go
44
mode, err := strconv.
Atoi
(f[1])
/prebuilts/go/linux-x86/src/cmd/dist/
main.go
75
n, err := strconv.
Atoi
(s)
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
decode_test.go
44
mode, err := strconv.
Atoi
(f[1])
/system/extras/iotop/
tasklist.cpp
40
pid_t pid =
atoi
(entry->d_name);
/system/extras/tests/framebuffer/
fb_test.c
264
bpp =
atoi
(argv[1]);
267
id = !!
atoi
(argv[4]);
272
w =
atoi
(argv[2]);
273
h =
atoi
(argv[3]);
/system/security/keystore/
keystore_cli.cpp
86
int32_t ret = service->cmd(
atoi
(argv[2])); \
106
uid =
atoi
(argv[3]); \
131
uid =
atoi
(argv[3]); \
246
argc < 4 ? -1 :
atoi
(argv[3]));
Completed in 1383 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>