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

<<11121314151617181920>>

  /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/native/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/netd/
ndc.c 154 code = atoi(tmp);
  /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...]
  /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);
  /external/qemu/android/utils/
filelock.c 149 lockpid = atoi(buf);
299 lockpid = atoi(buf);
  /external/quake/quake/src/WinQuake/
cl_input.cpp 65 k = atoi(c);
94 k = atoi(c);
  /external/valgrind/main/drd/tests/
matinv.c 326 case 't': s_nthread = atoi(optarg); break;
338 matrix_size = atoi(argv[optind]);
omp_matinv.c 304 case 't': nthread = atoi(optarg); break;
315 matrix_size = atoi(argv[optind]);
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 251 x = d ? atoi(d) : 0;
254 y = d ? atoi(d) : 0;
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 130 isUserbreakSet = atoi(var);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 256 run_command("DUMP VENDOR RIL LOGS", atoi(ril_dumpstate_timeout),
259 run_command("DUMP VENDOR RIL LOGS", atoi(ril_dumpstate_timeout),
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 244 if (atoi(value)) {
249 if (atoi(value)) {
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 339 presetValue = atoi(&arg[2]);
376 TestRecToBuffQueue(sl, argv[i], (SLAint64)atoi(argv[i+1]));
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 161 adev->card = atoi(value);
165 adev->device = atoi(value);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 565 testcnt = (int) atoi (argv[9]);
580 testcnt1 = (int) atoi( argv[9]);
677 numInputBuffers = atoi(argv[7]);
681 numOutputBuffers = atoi(argv[8]);
728 audioinfo->rtpMode = atoi (argv[10]);
738 if((atoi(argv[7])) != 0) {
744 if((atoi(argv[7])) == 0) { /*File Mode*/
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 699 nOutformat = atoi(argv[3]);
700 nResizeMode = atoi(argv[4]);
704 nMaxFrames = atoi(argv[5]) + 1;
708 nMCURow = atoi(argv[6]);
722 nXOrg = atoi(argv[7]);
723 nYOrg = atoi(argv[8]);
724 nXLength = atoi(argv[9]);
725 nYLength = atoi(argv[10]);
    [all...]

Completed in 3826 milliseconds

<<11121314151617181920>>