OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
501 - 525
of
2060
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp
120
mDumpCntLimPng =
atoi
(dumpPropStr);
150
mDumpCntLimRaw =
atoi
(dumpPropStr);
189
sMdpCompMaxLayers =
atoi
(mdpCompPropStr);
/hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp
64
int property_interval =
atoi
(pval);
179
atoi
(property) == 0)
213
int num =
atoi
(property);
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.cpp
125
mDumpCntLimPng =
atoi
(dumpPropStr);
155
mDumpCntLimRaw =
atoi
(dumpPropStr);
194
sMdpCompMaxLayers =
atoi
(mdpCompPropStr);
/hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp
71
int property_interval =
atoi
(pval);
176
atoi
(property) == 0)
210
int num =
atoi
(property);
/hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp
72
int property_interval =
atoi
(pval);
187
atoi
(property) == 0)
221
int num =
atoi
(property);
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp
124
mDumpCntLimPng =
atoi
(dumpPropStr);
154
mDumpCntLimRaw =
atoi
(dumpPropStr);
193
sMdpCompMaxLayers =
atoi
(mdpCompPropStr);
/hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp
64
int property_interval =
atoi
(pval);
179
atoi
(property) == 0)
213
int num =
atoi
(property);
/system/core/trusty/libtrusty/tipc-test/
tipc_test.c
126
opt_repeat =
atoi
(optarg);
130
opt_msgsize =
atoi
(optarg);
134
opt_msgburst =
atoi
(optarg);
/toolchain/binutils/binutils-2.25/gprof/
gprof.c
245
debug_level |=
atoi
(optarg);
411
bb_table_length =
atoi
(optarg);
428
output_width =
atoi
(optarg);
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
357
mConfigCmd.rate = SENSOR_HZ((float)
atoi
(argv[4]));
358
mConfigCmd.latency =
atoi
(argv[5]) * 1000ull;
/external/autotest/client/tests/aiostress/
aio-stress.c
1244
num =
atoi
(size_arg);
[
all
...]
/external/autotest/client/tests/hackbench/src/
hackbench.c
329
if (argc >= 2 && (num_groups =
atoi
(argv[1])) == 0)
347
loops =
atoi
(argv[3]);
/external/e2fsprogs/resize/
main.c
220
flags |=
atoi
(optarg);
226
use_stride =
atoi
(optarg);
/external/elfutils/libdwfl/
argp-std.c
170
int result = INTUSE(dwfl_linux_proc_report) (dwfl,
atoi
(arg));
175
INTUSE(dwfl_linux_proc_attach) (dwfl,
atoi
(arg), false);
/external/iproute2/bridge/
link.c
314
cost =
atoi
(*argv);
317
priority =
atoi
(*argv);
/external/llvm/test/Transforms/IndVarSimplify/
udiv.ll
22
%call = tail call i32 @
atoi
(i8* %tmp2) nounwind readonly ; <i32> [#uses=1]
126
declare i32 @
atoi
(i8* nocapture) nounwind readonly
/external/opencv3/samples/cpp/
intelperc_capture.cpp
67
g_imageStreamProfileIdx =
atoi
(argv[++i]);
71
g_depthStreamProfileIdx =
atoi
(argv[++i]);
/external/ppp/pppd/plugins/radius/
config.c
77
*iptr =
atoi
(p);
107
serv->port[serv->max] =
atoi
(q);
dict.c
143
value =
atoi
(valstr);
246
value =
atoi
(valstr);
/external/valgrind/drd/tests/
matinv.c
326
case 't': s_nthread =
atoi
(optarg); break;
338
matrix_size =
atoi
(argv[optind]);
omp_matinv.c
304
case 't': nthread =
atoi
(optarg); break;
315
matrix_size =
atoi
(argv[optind]);
unit_bitmap.c
331
outer_loop_step =
atoi
(optarg);
334
inner_loop_step =
atoi
(optarg);
/external/webp/src/utils/
utils.c
95
countdown_to_fail =
atoi
(malloc_fail_at_str);
103
mem_limit =
atoi
(malloc_limit_str);
/external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc
200
int id =
atoi
(&args[found + ARRAYSIZE(kPeerId) - 1]);
235
int id =
atoi
(&path[found]);
/external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.cc
81
*codecID_A = (uint8_t)
atoi
(myStr);
85
*codecID_B = (uint8_t)
atoi
(myStr);
Completed in 1671 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>