OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
101 - 125
of
718
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/bluez/tools/
rfcomm.c
179
req.channel =
atoi
(argv[2]);
352
raddr.rc_channel =
atoi
(argv[2]);
495
laddr.rc_channel = (argc < 2) ? 1 :
atoi
(argv[1]);
676
struct rfcomm_dev_info di = { id:
atoi
(argv[0]) };
757
hci_devba(
atoi
(optarg + 3), &bdaddr);
795
linger =
atoi
(optarg);
828
dev_id =
atoi
(argv[1] + 11);
830
dev_id =
atoi
(argv[1] + 6);
832
dev_id =
atoi
(argv[1]);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
[
all
...]
/external/llvm/lib/Archive/
ArchiveReader.cpp
86
int MemberSize =
atoi
(Hdr->size);
122
unsigned len =
atoi
(&Hdr->name[3]);
165
unsigned index =
atoi
(&Hdr->name[1]);
226
member->info.modTime.fromEpochTime(
atoi
(Hdr->date));
230
member->info.user =
atoi
(Hdr->uid);
231
member->info.group =
atoi
(Hdr->gid);
/system/media/wilhelm/tests/examples/
slesTestFeedback.cpp
185
rxBufCount =
atoi
(&arg[2]);
192
txBufCount =
atoi
(&arg[2]);
199
bufSizeInFrames =
atoi
(&arg[2]);
206
channels =
atoi
(&arg[2]);
214
sampleRate =
atoi
(&arg[2]);
233
exitAfterSeconds =
atoi
(&arg[2]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c
506
numInputBuffers =
atoi
(argv[8]);
507
inputBufferSize =
atoi
(argv[9]);
508
numOutputBuffers =
atoi
(argv[10]);
509
outputBufferSize =
atoi
(argv[11]);
510
fParam1 =
atoi
(argv[12]);
589
int command =
atoi
(argv[5]);
662
fsizemode =
atoi
(argv[12]);
663
dasfmode =
atoi
(argv[6]);
[
all
...]
/bionic/libc/bionic/
system_properties.c
70
fd =
atoi
(env);
75
sz =
atoi
(env + 1);
/bionic/libstdc++/include/
cstdlib
65
using ::
atoi
;
/development/tools/emulator/opengl/host/tools/emugen/
TypeFactory.cpp
125
VarConverter *v = getVarConverter(
atoi
(size.c_str()));
127
fprintf(stderr, "Error: %d : unknown var width: %d\n", lc,
atoi
(size.c_str()));
/development/tools/emulator/system/libqemu/
test_guest_2.c
116
localPort =
atoi
(tcpPort);
127
int size =
atoi
(packetSize);
/external/bluetooth/glib/tests/
timeloop-basic.c
173
n_children =
atoi
(argv[1]);
176
n_iters =
atoi
(argv[2]);
timeloop-closure.c
193
n_children =
atoi
(argv[1]);
196
n_iters =
atoi
(argv[2]);
timeloop.c
187
n_children =
atoi
(argv[1]);
190
n_iters =
atoi
(argv[2]);
/external/chromium/net/tools/flip_server/
loadtime_measurement.h
55
int num =
atoi
(action.substr(b + 1).c_str());
80
loadtimes_[url[1]] =
atoi
(loadtime[1].c_str());
/external/icu4c/test/perf/charperf/
charperf.cpp
81
MIN_ =
atoi
(options[MIN_OPTION_].value);
84
MAX_ =
atoi
(options[MAX_OPTION_].value);
/external/libvpx/
example_xma.c
123
h =
atoi
(argv[++i]);
130
w =
atoi
(argv[++i]);
/external/netcat/data/
data.c
133
x =
atoi
(argv[2]);
184
x =
atoi
(p); /* reg'lar decimal number */
/external/openssl/crypto/dh/
dh_pmeth.c
149
len =
atoi
(value);
155
len =
atoi
(value);
/external/valgrind/main/drd/tests/
pth_broadcast.c
133
s_signal_count = argc > optind ?
atoi
(argv[optind]) : 10;
134
thread_count = argc > optind + 1 ?
atoi
(argv[optind + 1]) : 10;
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/ndk/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
Completed in 1276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>