HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 51 - 75 of 1461) sorted by null

1 23 4 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);
  /hardware/qcom/display/msm8x26/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);
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.cc 78 int start = atoi(chunk_ranges[0].c_str());
81 stop = atoi(chunk_ranges[1].c_str());
83 // atoi error, since chunk numbers are guaranteed to never be 0.
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.cc 78 int start = atoi(chunk_ranges[0].c_str());
81 stop = atoi(chunk_ranges[1].c_str());
83 // atoi error, since chunk numbers are guaranteed to never be 0.
  /external/chromium_org/third_party/cld/base/
strtoint.h 9 // 32-bit integers. Similar problems exist with atoi(), because although it
20 // printf("%d\n", atoi("3147483647"));
74 // Although it returns an int, atoi() is implemented in terms of strtol, and
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 78 n_threads = atoi(argv[1]);
80 n_garbage_threads = atoi(argv[2]);
82 n_iterations = atoi(argv[3]);
  /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/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]);
  /system/core/toolbox/
notify.c 38 event_count = atoi(optarg);
44 verbose = atoi(optarg);
47 width = atoi(optarg);
renice.c 112 print_prio(atoi(optarg));
125 prio = atoi(argv[0]);
135 pid = atoi(argv[0]);
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 207 encrypt = atoi(pos);
228 atoi(pos + 5), addr);
234 reason = atoi(pos + 8);
268 encrypt = atoi(pos);
289 atoi(pos + 5), addr);
295 reason = atoi(pos + 8);
  /device/generic/goldfish/camera/
EmulatedQemuCamera.cpp 103 const int x = atoi(first_dim);
104 const int y = atoi(sep + 1);
  /external/chromium/chrome/browser/metrics/
metrics_response.cc 32 state->interval = atoi(Char(attrs[i + 1]));
39 state->events = atoi(Char(attrs[i + 1]));
  /external/chromium_org/content/test/plugin/
plugin_arguments_test.cc 43 int max_args = atoi(count_string);
48 int size = atoi(size_string);
  /external/expat/tests/benchmark/
benchmark.c 61 bufferSize = atoi (argv[j + 2]);
62 nrOfLoops = atoi (argv[j + 3]);
  /external/llvm/test/Analysis/ScalarEvolution/
2008-06-12-BinomialInt64.ll 25 %tmp8 = tail call i32 @atoi( i8* null ) nounwind readonly ; <i32> [#uses=1]
43 declare i32 @atoi(i8*) nounwind readonly
  /external/valgrind/main/drd/tests/
omp_prime.c 55 num_threads = atoi(optarg);
71 n = atoi(argv[optind]);
rwlock_test.c 68 s_num_iterations = atoi(optarg);
71 s_num_threads = atoi(optarg);
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 68 width = atoi(env);
72 height = atoi(env);
  /sdk/emulator/qtools/
parse_options.cpp 68 int bitnum = atoi(optarg);
87 int bitnum = atoi(optarg);
  /system/extras/tests/cpueater/
daemonize.c 59 delay = atoi(*argv);
61 delay = atoi(*++argv);
  /bionic/libc/bionic/
atoi.c 30 int atoi(const char* s) function
  /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/libyuv/files/unit_test/
version_test.cc 33 int svn_revision = atoi(ver); // NOLINT
  /external/linux-tools-perf/util/
thread_map.c 31 threads->map[i] = atoi(namelist[i]->d_name);

Completed in 847 milliseconds

1 23 4 5 6 7 8 91011>>