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
783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp
347
MAX_METERING_AREAS =
atoi
(params.get(CameraParameters::KEY_MAX_NUM_METERING_AREAS));
406
Gen3A.EVCompensation =
atoi
(OMXCameraAdapter::DEFAULT_EV_COMPENSATION);
410
Gen3A.Brightness =
atoi
(OMXCameraAdapter::DEFAULT_BRIGHTNESS);
411
Gen3A.Saturation =
atoi
(OMXCameraAdapter::DEFAULT_SATURATION) - SATURATION_OFFSET;
412
Gen3A.Sharpness =
atoi
(OMXCameraAdapter::DEFAULT_SHARPNESS) - SHARPNESS_OFFSET;
413
Gen3A.Contrast =
atoi
(OMXCameraAdapter::DEFAULT_CONTRAST) - CONTRAST_OFFSET;
[
all
...]
/external/libppp/src/
datalink.c
[
all
...]
main.c
250
sw->unit =
atoi
(argv[arg]);
252
sw->unit =
atoi
(cp + 4);
/external/netperf/
netserver.c
861
shell_num_cpus =
atoi
(optarg);
891
verbosity =
atoi
(optarg);
902
/*+*+SAF server_sock = (HANDLE)
atoi
(optarg); */
906
/*+*+SAF CloseHandle((HANDLE)
atoi
(optarg)); */
nettest_unix.c
[
all
...]
/external/openssl/apps/
s_time.c
240
verify_depth=
atoi
(*(++argv));
296
maxTime=
atoi
(*(++argv));
/external/oprofile/opcontrol/
opcontrol.cpp
353
return
atoi
(buffer);
457
count_val =
atoi
(count_name);
/external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c
309
fps =
atoi
(argv[2]);
361
scale =
atoi
(argv[2]);
/external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c
587
InitGraphics(
atoi
(argv[1]),
atoi
(argv[2])); /* Start graphics */
/external/quake/quake/src/QW/client/
cl_input.c
64
k =
atoi
(c);
93
k =
atoi
(c);
/external/valgrind/main/drd/tests/
unit_bitmap.c
320
outer_loop_step =
atoi
(optarg);
323
inner_loop_step =
atoi
(optarg);
/external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp
222
m_canUseJIT = !canUseJITString ||
atoi
(canUseJITString);
227
m_canUseJIT = !canUseJITString ||
atoi
(canUseJITString);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h
128
id =
atoi
(reply);
475
switch (
atoi
(reply)) {
/frameworks/base/services/jni/
com_android_server_BatteryService.cpp
180
value =
atoi
(buf);
192
value =
atoi
(buf);
/frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp
207
// int size =
atoi
(header->size);
302
int symtab_size =
atoi
(header->size);
360
int strtab_size =
atoi
(header->size);
/frameworks/native/cmds/dumpstate/
utils.c
67
if (!(pid =
atoi
(de->d_name))) {
443
int pid =
atoi
(d->d_name);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c
629
testcnt =
atoi
(argv[14]);
642
testcnt1 =
atoi
(argv[14]);
753
numInputBuffers =
atoi
(argv[11]);
756
numOutputBuffers =
atoi
(argv[12]);
873
if((
atoi
(argv[10])) != 0) {
881
if((
atoi
(argv[10])) == 0) {
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c
613
testcnt =
atoi
(argv[14]);
624
testcnt1 =
atoi
(argv[14]);
741
numOfInputBuffer =
atoi
(argv[11]);
744
numOfOutputBuffer =
atoi
(argv[12]);
810
if ((
atoi
(argv[10])) != 0) {
818
if ((
atoi
(argv[10])) == 0) {
[
all
...]
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
499
cameraid =
atoi
(name);
682
orientation =
atoi
(valstr);
Encoder_libjpeg.cpp
234
numerator =
atoi
(temp);
247
numerator = numerator * denominator +
atoi
(temp);
/system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c
276
int baudrate =
atoi
(optarg);
386
tosleep =
atoi
(optarg);
/system/extras/cpustats/
cpustats.c
85
iterations =
atoi
(argv[++i]);
94
delay =
atoi
(argv[++i]);
/frameworks/base/tools/aapt/
AaptAssets.cpp
903
int d =
atoi
(val);
936
out->mnc =
atoi
(val);
1202
// use
atoi
.
1206
int d =
atoi
(name);
[
all
...]
/hardware/ti/omap4xxx/hwc/
hwc.c
[
all
...]
/bionic/libc/netbsd/resolv/
res_init.c
612
i =
atoi
(cp + sizeof("ndots:") - 1);
622
i =
atoi
(cp + sizeof("timeout:") - 1);
632
i =
atoi
(cp + sizeof("attempts:") - 1);
918
return
atoi
(propvalue);
Completed in 594 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>