OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
376 - 400
of
718
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/quake/quake/src/QW/client/
view.c
393
cshift_empty.destcolor[0] =
atoi
(Cmd_Argv(1));
394
cshift_empty.destcolor[1] =
atoi
(Cmd_Argv(2));
395
cshift_empty.destcolor[2] =
atoi
(Cmd_Argv(3));
396
cshift_empty.percent =
atoi
(Cmd_Argv(4));
/external/quake/quake/src/WinQuake/
view.cpp
389
cshift_empty.destcolor[0] =
atoi
(Cmd_Argv(1));
390
cshift_empty.destcolor[1] =
atoi
(Cmd_Argv(2));
391
cshift_empty.destcolor[2] =
atoi
(Cmd_Argv(3));
392
cshift_empty.percent =
atoi
(Cmd_Argv(4));
host_cmd.cpp
1161
top = bottom =
atoi
(Cmd_Argv(1));
1164
top =
atoi
(Cmd_Argv(1));
1165
bottom =
atoi
(Cmd_Argv(2));
1539
v =
atoi
(Cmd_Argv(2));
[
all
...]
/external/sonivox/arm-fm-22k/host_src/
eas_main.c
257
polyphony =
atoi
(&argv[i][2]);
/external/sonivox/arm-hybrid-22k/host_src/
eas_main.c
257
polyphony =
atoi
(&argv[i][2]);
/external/sonivox/arm-wt-22k/host_src/
eas_main.c
260
polyphony =
atoi
(&argv[i][2]);
/external/srec/tools/make_cfst/
make_cfst.cpp
97
do_until_step =
atoi
(argv[++i]);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c
539
yylvalpp->sc_int=
atoi
(yylvalpp->symbol_name);
544
yylvalpp->sc_int=
atoi
(yylvalpp->symbol_name);
677
yylvalpp->sc_int=
atoi
(yylvalpp->symbol_name);
952
yylvalpp->sc_int =
atoi
(yylvalpp->symbol_name);
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp
258
size =
atoi
(array + 1);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp
110
m_printTree = printTreeFlag &&
atoi
(printTreeFlag);
/external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp
93
shell.setLayoutTestTimeout(
atoi
(timeOut.c_str()));
/external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp
206
int index =
atoi
(data[j].data);
/external/wpa_supplicant/
eapol_test.c
830
if (argc < 2 || ((num_triplets =
atoi
(argv[1])) <= 0)) {
967
as_port =
atoi
(optarg);
970
eapol_test.eapol_test_num_reauths =
atoi
(optarg);
979
timeout =
atoi
(optarg);
/frameworks/base/opengl/tests/filter/
filter.cpp
22
const int test =
atoi
(argv[1]);
/frameworks/base/opengl/tests/tritex/
tritex.cpp
113
render(argc==2 ?
atoi
(argv[1]) : ITERATIONS);
/libcore/luni/src/main/native/
java_lang_ProcessManager.cpp
71
androidSystemPropertiesFd =
atoi
(fdString);
/system/core/libsysutils/src/
NetlinkEvent.cpp
198
mSeq =
atoi
(a);
/system/core/nexus/
CommandListener.cpp
81
if (wc->removeNetwork(
atoi
(argv[1])))
/system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp
288
TestBassBoostPathFromFD(sl, argv[1], (int16_t)
atoi
(argv[2]), alwaysOn);
slesTestVirtualizerPath.cpp
290
TestVirtualizerPathFromFD(sl, argv[1], (int16_t)
atoi
(argv[2]), alwaysOn);
/system/media/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp
265
TestStreamTypeConfiguration(sl, argv[1], (SLint32)
atoi
(argv[2]));
/external/ping/
ping.c
176
npackets =
atoi
(optarg);
213
deadline =
atoi
(optarg);
220
preload =
atoi
(optarg);
233
sndbuf =
atoi
(optarg);
253
datalen =
atoi
(optarg);
267
ttl =
atoi
(optarg);
280
lingertime =
atoi
(optarg);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c
575
numInputBuffers =
atoi
(argv[9]);
576
numOutputBuffers =
atoi
(argv[10]);
645
command =
atoi
(argv[6]);
675
testcnt =
atoi
(argv[11]);
688
testcnt1 =
atoi
(argv[11]);
737
dasfmode =
atoi
(argv[7]);
926
pAmrParam->eAMRBandMode =
atoi
(argv[5]);
[
all
...]
/hardware/ti/omap4xxx/camera/
CameraHal.cpp
538
if ( framerate !=
atoi
(mCameraProperties->get(CameraProperties::PREVIEW_FRAME_RATE)) )
[
all
...]
/external/jhead/
exif.c
[
all
...]
Completed in 784 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>