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

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.cc 79 return val.empty() ? def : atoi(val.c_str());
  /external/collada/src/dae/
daeRawResolver.cpp 48 long byteOffset = atoi( uri.getID() ); //get the fragment
  /external/elfutils/tests/
sectiondump.c 59 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
  /external/iptables/extensions/
libxt_limit.c 63 r = atoi(rate);
  /external/oprofile/libop/
op_alloc_counter.c 189 available |= 1 << atoi(counterlist[i]->d_name);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 621 joydata->axes = atoi(tempnumber);
625 joydata->buttons = atoi(tempnumber);
629 joydata->hats = atoi(tempnumber);
633 joydata->balls = atoi(tempnumber);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 242 if (env_val) riscos_backbuffer = atoi(env_val);
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 227 track = atoi(Cmd_Argv(3));
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 94 max_age = atoi(pos2);
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 140 bss->freq = atoi(buf + 4 + 18);
330 data->short_interval = atoi(params);
336 data->signal_threshold = atoi(pos);
344 data->long_interval = atoi(pos);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 95 idMax = atoi((char *)idStr);
197 idMax = atoi((char *)idStr);
413 idMax = atoi((char *)idStr);
483 idMax = atoi((char *)idStr);
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 192 samples = atoi( argv[1] );
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 54 # define ATOI(x) atoi(x)
56 # define ATOI(x) strtoul(x, NULL, 0)
235 countT t = ATOI(cols);
278 lcmd_out_line_len = ATOI(optarg);
  /system/core/toolbox/
ifconfig.c 38 int m = atoi(mtu);
readtty.c 81 timeout = atoi(optarg);
  /system/vold/
CommandListener.cpp 303 unsigned int numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512;
304 rc = vm->createAsec(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]));
330 rc = vm->mountAsec(argv[2], argv[3], atoi(argv[4]));
414 rc = vm->mountObb(argv[2], argv[3], atoi(argv[4]));
  /external/bluetooth/bluez/tools/
hcitool.c 468 length = atoi(optarg);
472 num_rsp = atoi(optarg);
562 length = atoi(optarg);
566 num_rsp = atoi(optarg);
1296 reason = (argc > 1) ? atoi(argv[1]) : HCI_OE_USER_ENDED_CONNECTION;
1369 role = atoi(argv[1]);
1560 type = (argc > 1) ? atoi(argv[1]) : 0;
    [all...]
  /external/netperf/
nettest_dlpi.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 526 numInputBuffers = atoi(argv[5]);
527 numOutputBuffers = atoi(argv[6]);
548 stress = atoi(argv[7]);
560 dasfmode = atoi(argv[4]);
616 switch (atoi(argv[3])) {
691 dasfmode = atoi(argv[4]);
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.c 305 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) {
319 debug_level = atoi(env);
  /external/chromium/chrome/browser/history/
snippet.cc 177 const size_t start = atoi(offsets[i + 2].c_str());
178 const size_t end = start + atoi(offsets[i + 3].c_str());
  /external/dbus/dbus/
dbus-memory.c 133 fail_nth = atoi (_dbus_getenv ("DBUS_MALLOC_FAIL_NTH"));
140 fail_size = atoi (_dbus_getenv ("DBUS_MALLOC_FAIL_GREATER_THAN"));
  /external/e2fsprogs/resize/
main.c 210 flags |= atoi(optarg);
216 use_stride = atoi(optarg);
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 74 chunkLength = atoi(options[CHUNK_LENGTH].value);
80 pivotLength = atoi(options[PIVOT_LENGTH].value);
  /external/ppp/pppd/plugins/radius/
config.c 77 *iptr = atoi(p);
107 serv->port[serv->max] = atoi(q);

Completed in 1044 milliseconds

<<11121314151617181920>>