HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 401 - 425 of 718) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 580 int nTmp = atoi(sArgv[2]);
597 *nIpBuffs = atoi(sArgv[5]);
599 *nIpBufSize = atoi(sArgv[6]);
601 *nOpBuffs = atoi(sArgv[7]);
603 *nOpBufSize = atoi(sArgv[8]);
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c 1171 int8_t level = atoi(opt);
1206 uint8_t mode = atoi(opt);
1361 uint8_t type = atoi(opt);
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]
  /external/e2fsprogs/ext2ed/
init.c 248 len = atoi(v_type+5);
563 DefaultBlockSize = atoi (value);
  /external/iproute2/misc/
ifstat.c 618 scan_interval = atoi(optarg) * 1000;
625 time_constant = atoi(optarg);
  /external/ipsec-tools/
setup.c 439 set_port(targets[0], atoi(argv[6]));
445 set_port(targets[0], atoi(argv[8]));
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 543 sport = atoi(pbuf);
564 dport = atoi(pbuf);
  /external/jhead/
main.c 216 attrCnt = atoi(attributes);
267 int valueLen = atoi(attrPtr);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 131 if (!value[0] || !atoi(value)) {
138 low_level_traces = atoi(value);
    [all...]
  /external/qemu/
vl-android.c     [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 672 width = atoi(com_argv[i+1]);
674 height = atoi(com_argv[i+1]);
gl_vidlinuxglx.c 621 width = atoi(com_argv[i+1]);
623 height = atoi(com_argv[i+1]);
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 160 id = atoi(reply);
502 switch (atoi(reply)) {
  /external/wpa_supplicant_8/src/utils/
edit.c 726 param1 = atoi(&seq[1]);
729 param2 = atoi(pos + 1);
  /external/wpa_supplicant_8/src/wps/
wps_common.c 548 WPA_PUT_BE16(dev_type, atoi(str));
559 WPA_PUT_BE16(&dev_type[6], atoi(pos));
  /ndk/sources/host-tools/nawk-20071023/
tran.c 289 fldno = atoi(vp->nval);
326 fldno = atoi(vp->nval);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 148 extern int atoi (__const char *__nptr)
284 __NTH (atoi (__const char *__nptr)) function
  /system/core/debuggerd/
debuggerd.c 405 new_tid = atoi(de->d_name);
730 int debug_uid = atoi(value);
  /system/media/wilhelm/tests/sandbox/
reverb.c 239 outputMixPresetNumber = atoi(&arg[13]);
257 playerPresetNumber = atoi(&arg[16]);
  /external/bluetooth/bluez/sbc/
sbctester.c 283 db = sampletobits((short) atoi(argv[1]), 1);
  /external/bluetooth/bluez/src/
manager.c 106 dev_id = atoi(pattern + 3);
  /external/bluetooth/bluez/test/
scotest.c 377 data_size = atoi(optarg);
  /external/bluetooth/glib/tests/
gio-test.c 295 nkiddies = (argc == 1 ? 1 : atoi(argv[1]));
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 231 *out_time = atoi(time_response.c_str());
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 337 port = atoi(server.substr(colon + 1).c_str());

Completed in 979 milliseconds

<<11121314151617181920>>