HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 501 - 525 of 783) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 459 numInputBuffers = atoi(argv[5]);
460 numOutputBuffers = atoi(argv[6]);
476 packetsPerBuffer = atoi(argv[7]);
544 command = atoi(argv[3]);
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 59 i = atoi(prop_status);
683 noOfChan = atoi(cmd + 13);
747 mode = (u32)atoi(cmd + 9);
770 mode = (u32)atoi(cmd + 10);
    [all...]
  /system/core/toolbox/
nandread.c 61 spare_size = atoi(optarg);
  /system/extras/sound/
playwav.c 354 rate = atoi(argv[0]);
  /system/extras/tests/sdcard/
sysutil.cpp 253 return atoi(value);
  /external/e2fsprogs/misc/
fsck.c 308 freq ? atoi(freq) : -1,
309 passno ? atoi(passno) : -1);
1249 max_running = atoi(tmp);
  /external/oprofile/libpp/
xml_utils.cpp 130 size_t cpu = atoi(classes.v[p].ptemplate.cpu.c_str());
297 size_t event = atoi(pclass.ptemplate.event.c_str());
305 size_t cpu = atoi(pclass.ptemplate.cpu.c_str());
  /external/qemu/android/
main-common.c 392 int width = atoi(skinName);
393 int height = atoi(x+1);
397 bpp = atoi(y+1);
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 230 id = atoi(reply);
713 switch (atoi(reply)) {
745 prioritySpinBox->setValue(atoi(reply));
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 236 id = atoi(reply);
744 switch (atoi(reply)) {
776 prioritySpinBox->setValue(atoi(reply));
  /external/netperf/
nettest_sdp.c 393 sdp_stream_request->port = atoi(remote_data_port);
    [all...]
nettest_bsd.c     [all...]
  /external/strace/
strace.c 442 tid = atoi(de->d_name);
867 acolumn = atoi(optarg);
876 set_overhead(atoi(optarg));
879 if ((pid = atoi(optarg)) <= 0) {
893 max_strlen = atoi(optarg);
    [all...]
  /external/dnsmasq/src/
option.c 567 *res = atoi(a);
691 new->opt = atoi(arg);
716 new->u.encap = atoi(arg+6);
804 int i, val = atoi(comma);
857 int netsize = atoi(slash);
    [all...]
  /external/openssl/apps/
speed.c 764 multi=atoi(argv[0]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 184 *dst = atoi(value);
945 freqs[used] = atoi(pos);
    [all...]
  /external/libmtp/src/
ptp-pack.c 543 tm.tm_year=atoi (tmp) - 1900;
546 tm.tm_mon = atoi (tmp) - 1;
549 tm.tm_mday = atoi (tmp);
552 tm.tm_hour = atoi (tmp);
555 tm.tm_min = atoi (tmp);
558 tm.tm_sec = atoi (tmp);
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c     [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 961 int temp = atoi(s.token);
1003 min = atoi(s.token);
1016 max = atoi(s.token);
    [all...]
  /external/qemu/
usb-linux.c 1095 bus_num = atoi(buf);
1098 addr = atoi(buf);
1198 bus_num = atoi(tmpstr);
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 767 i = atoi (argv[0]);
796 start = atoi (argv[0]);
801 count = atoi (argv[1]) - start + 1;
    [all...]
  /development/tools/emulator/system/sensors/
sensors_qemu.c 577 mask = atoi(buffer);
  /device/asus/grouper/audio/
audio_route.c 280 value = atoi((char *)attr_value);
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 332 p_f_map->trace_level = (UINT8) atoi(p_conf_value);

Completed in 4034 milliseconds

<<21222324252627282930>>