OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
601 - 625
of
2060
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libpcap/tests/
opentest.c
100
bufsize =
atoi
(optarg)*1024;
/external/libvpx/libvpx/examples/
vp8cx_set_ref.c
123
update_frame_num =
atoi
(argv[5]);
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
150
*value0 =
atoi
(input);
227
svc_ctx->spatial_layers =
atoi
(option_value);
229
svc_ctx->temporal_layers =
atoi
(option_value);
254
si->use_multiple_frame_contexts =
atoi
(option_value);
/external/mdnsresponder/mDNSPosix/
Client.c
140
gMDNSPlatformPosixVerboseLevel =
atoi
(optarg);
/external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c
236
int mode = argc > 1 ?
atoi
(argv[1]) : 0;
shader-leak.c
270
num_iters =
atoi
(argv[1]);
/external/minijail/
libminijailpreload.c
61
fd =
atoi
(fd_name);
/external/nanopb-c/tests/alltypes/
encode_alltypes.c
13
int mode = (argc > 1) ?
atoi
(argv[1]) : 0;
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
13
int mode = (argc > 1) ?
atoi
(argv[1]) : 0;
/external/nanopb-c/tests/backwards_compatibility/
encode_legacy.c
16
int mode = (argc > 1) ?
atoi
(argv[1]) : 0;
/external/selinux/checkpolicy/
policy_scan.l
262
#line[ ]{digit}+ { source_lineno =
atoi
(yytext+6)-1; }
/external/selinux/libsepol/src/
genbools.c
49
*val =
atoi
(tok);
/external/selinux/policycoreutils/secon/
secon.c
292
opts->f.pid =
atoi
(optarg);
296
opts->f.pid =
atoi
(optarg);
300
opts->f.pid =
atoi
(optarg);
304
opts->f.pid =
atoi
(optarg);
/external/toybox/toys/pending/
test.c
86
toys.exitval = tcgetattr(
atoi
(toys.optargs[1]), &termios) == -1;
/external/valgrind/coregrind/m_demangle/
vg_libciface.h
48
#define
atoi
(_str) VG_(strtoll10)((_str), NULL)
macro
/external/valgrind/perf/
bigcode.c
67
const int mul =
atoi
(argv[1]);
/external/vboot_reference/firmware/stub/
tpm_lite_stub.c
139
exit_on_failure = !
atoi
(no_exit);
/external/vulkan-validation-layers/tests/
test_environment.cpp
65
default_dev_ =
atoi
(argv[++i]);
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc
81
int framelength_int =
atoi
(argv[1]);
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc
80
int framelength_int =
atoi
(argv[1]);
/external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc
88
uint16_t tmp_frequency = (uint16_t)
atoi
(tmp_name);
utility.cc
116
codecID =
atoi
(myStr);
/external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc
207
int index =
atoi
(data[j].data);
/external/wpa_supplicant_8/src/eap_peer/
eap_eke.c
103
data->dhgroup =
atoi
(pos + 8);
110
data->encr =
atoi
(pos + 5);
117
data->prf =
atoi
(pos + 4);
124
data->mac =
atoi
(pos + 4);
/external/wpa_supplicant_8/src/utils/
browser.c
84
ctx->success =
atoi
(uri + 6);
Completed in 1063 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>