OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
301 - 325
of
783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
128
unsigned refLevel =
atoi
(value);
137
unsigned cut =
atoi
(value);
146
unsigned boost =
atoi
(value);
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c
703
uart_baud_rate =
atoi
(argv[2]);
704
uart_flow_control =
atoi
(argv[3]);
705
line_discipline =
atoi
(argv[4]);
/system/core/adb/
services.c
408
int port =
atoi
(name + 4);
448
ret = create_service_thread(recover_service, (void*)
atoi
(name + 8));
450
ret = create_jdwp_connection_fd(
atoi
(name+5));
/bionic/libc/netbsd/resolv/
res_random.c
267
n = argc > 1 ?
atoi
(argv[1]) : 60001;
/bionic/libthread_db/
libthread_db.c
236
handle.tid =
atoi
(entry->d_name);
/build/tools/
adbs
74
next_addr = string.
atoi
(addr, 16) + 1
/development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp
97
addr.sin6_port = htons(
atoi
(port));
/external/chromium/base/
mime_util_xdg.cc
297
current_info->size =
atoi
(value.c_str());
306
current_info->max_size =
atoi
(value.c_str());
308
current_info->min_size =
atoi
(value.c_str());
310
current_info->threshold =
atoi
(value.c_str());
/external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.cc
79
return val.empty() ? def :
atoi
(val.c_str());
/external/compiler-rt/lib/asan/
asan_intercepted_functions.h
140
DECLARE_FUNCTION_AND_WRAPPER(int,
atoi
, const char *nptr);
asan_interceptors.cc
514
INTERCEPTOR(int,
atoi
, const char *nptr) {
516
if (!asan_inited) return REAL(
atoi
)(nptr);
520
return REAL(
atoi
)(nptr);
523
// "man
atoi
" tells that behavior of
atoi
(nptr) is the same as
659
ASAN_INTERCEPT_FUNC(
atoi
);
/external/compiler-rt/lib/profile/
GCDAProfiling.c
82
prefix_strip =
atoi
(tmp);
/external/elfutils/tests/
sectiondump.c
71
if (handle_section (elf, elf_getscn (elf,
atoi
(argv[cnt]))) != 0)
/external/iptables/extensions/
libxt_limit.c
63
r =
atoi
(rate);
/external/libppp/src/
tcp.c
74
dest.sin_port = htons(
atoi
(port));
/external/mdnsresponder/mDNSPosix/
Client.c
140
gMDNSPlatformPosixVerboseLevel =
atoi
(optarg);
/external/openssh/
compat.c
190
switch (
atoi
(p)) {
/external/oprofile/libop/
op_alloc_counter.c
189
available |= 1 <<
atoi
(counterlist[i]->d_name);
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c
242
if (env_val) riscos_backbuffer =
atoi
(env_val);
/external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c
79
video_bpp =
atoi
(argv[argc]);
/external/quake/quake/src/WinQuake/
cl_demo.cpp
227
track =
atoi
(Cmd_Argv(3));
/external/valgrind/main/gdbserver_tests/
t.c
120
sleeps =
atoi
(argv[1]);
/external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c
88
max_age =
atoi
(pos2);
/external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c
134
bss->freq =
atoi
(buf + 4 + 18);
324
data->short_interval =
atoi
(params);
330
data->signal_threshold =
atoi
(pos);
338
data->long_interval =
atoi
(pos);
/frameworks/base/cmds/screencap/
screencap.cpp
102
displayId =
atoi
(optarg);
Completed in 5422 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>