HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 76 - 100 of 1243) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/display/msm8974/libqdutils/
profiler.cpp 51 debug_fps_level = atoi(prop);
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
76 debug_fps_metadata.time_period = atoi(prop);
79 debug_fps_metadata.period = atoi(prop);
87 debug_fps_metadata.ignorethresh_us = atoi(prop);
mdp_version.cpp 63 mdp_version = atoi(str_ver);
122 mSplit.mLeft = atoi(split);
126 mSplit.mRight = atoi(rght + 1);
  /external/eigen/bench/
benchBlasGemm.cpp 55 M = N = K = atoi(argv[1]);
59 M = N = K = atoi(argv[2]);
67 M = N = K = atoi(argv[1]);
68 nbloops = atoi(argv[2]);
69 nbtries = atoi(argv[3]);
73 M = atoi(argv[1]);
74 N = atoi(argv[2]);
75 K = atoi(argv[3]);
76 nbloops = atoi(argv[4]);
77 nbtries = atoi(argv[5])
    [all...]
  /external/tinyalsa/
tinycap.c 103 device = atoi(*argv);
107 channels = atoi(*argv);
111 rate = atoi(*argv);
115 bits = atoi(*argv);
119 card = atoi(*argv);
123 period_size = atoi(*argv);
127 period_count = atoi(*argv);
  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.cpp 169 xTiles = atoi(FLAGS_tiles[0]);
170 yTiles = atoi(FLAGS_tiles[1]);
194 int minWidth = atoi(widthString);
213 tiledRenderer->setTileWidth(atoi(widthString));
231 tiledRenderer->setTileHeight(atoi(heightString));
265 viewport.fWidth = atoi(FLAGS_viewport[0]);
266 viewport.fHeight = atoi(FLAGS_viewport[1]);
361 int gridWidth = atoi(FLAGS_bbh[1]);
362 int gridHeight = atoi(FLAGS_bbh[2]);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
resize_util.c 33 *width = atoi(v);
34 *height = atoi(&x[1]);
82 frames = atoi(argv[5]);
  /external/libvpx/libvpx/examples/
resize_util.c 33 *width = atoi(v);
34 *height = atoi(&x[1]);
82 frames = atoi(argv[5]);
  /external/srec/srec/Semproc/src/
ExpressionEvaluator.c 107 sum += atoi(operands[i]);
122 diff = atoi(operands[0]);
124 diff -= atoi(operands[i]);
  /external/valgrind/main/drd/tests/
annotate_barrier.c 12 #include <stdlib.h> /* atoi() */
165 nthread = (argc > 1) ? atoi(argv[1]) : 2;
166 iterations = (argc > 2) ? atoi(argv[2]) : 3;
167 s_silent = (argc > 3) ? atoi(argv[3]) : 0;
pth_create_chain.c 37 thread_count = argc > 1 ? atoi(argv[1]) : 50;
pth_spinlock.c 11 #include <stdlib.h> /* atoi() */
40 s_iterations = argc > 1 ? atoi(argv[1]) : 1000;
  /external/valgrind/main/helgrind/tests/
t2t.c 34 if (argc >= 2) clo_many = atoi(argv[1]);
35 if (argc >= 3) clo_level = atoi(argv[2]);
114 if (argc >= 4) loops = atoi(argv[3]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
resize_util.c 33 *width = atoi(v);
34 *height = atoi(&x[1]);
82 frames = atoi(argv[5]);
  /system/core/toolbox/
sendevent.c 70 event.type = atoi(argv[2]);
71 event.code = atoi(argv[3]);
72 event.value = atoi(argv[4]);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
rand_gen.c 104 num_octets = atoi(optarg);
  /external/chromium_org/third_party/webrtc/base/
versionparsing.cc 31 version[i] = atoi(version_str.substr(pos, n).c_str());
  /external/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc 29 n_threads = atoi(argv[1]);
  /external/deqp/execserver/tools/
xsMain.cpp 60 port = atoi(arg+sizeof("--port=")-1);
  /external/eigen/bench/btl/data/
mean.cxx 73 int min_in_cache=atoi(argv[2]);
74 int max_in_cache=atoi(argv[3]);
75 int min_out_of_cache=atoi(argv[4]);
76 int max_out_of_cache=atoi(argv[5]);
  /external/srtp/crypto/test/
rand_gen.c 104 num_octets = atoi(optarg);
  /external/strace/test/
sigkill_rain.c 31 loops = atoi(argv[1]);
  /external/valgrind/main/perf/
heap.c 17 pdb = atoi(argv[1]);
  /external/vixl/benchmarks/
bench-branch.cc 45 case 2: instructions = atoi(argv[1]); break;
bench-dataop.cc 45 case 2: instructions = atoi(argv[1]); break;
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c 29 interval = atoi(params);

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>