HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 576 - 600 of 2060) sorted by null

<<21222324252627282930>>

  /device/google/dragon/lights/
lights.c 141 *value = atoi(buffer);
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 100 compression_factor = atoi(argv[2]);
  /external/ceres-solver/examples/
nist.cc 170 const int kNumResponses = std::atoi(pieces[1].c_str());
173 const int kNumPredictors = std::atoi(pieces[0].c_str());
176 const int kNumObservations = std::atoi(pieces[0].c_str());
180 const int kNumParameters = std::atoi(pieces[0].c_str());
  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 160 return (unsigned)atoi(ExtraStr);
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 44 return atoi(getIdentifier().c_str());
  /external/drm_hwcomposer/
drmcomposition.cpp 39 bool use_overlay_planes = atoi(use_overlay_planes_prop);
  /external/eigen/bench/btl/data/
smooth.cxx 49 int window_half_width=atoi(argv[2]);
  /external/elfutils/tests/
allregs.c 193 int regno = atoi (arg);
sectiondump.c 63 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
  /external/fio/os/
os-android.h 238 return atoi(size);
os-linux.h 247 return atoi(size);
  /external/fio/t/
lfsr-test.c 45 case 4: spin = atoi(argv[3]);
  /external/icu/icu4c/source/tools/ctestfw/
datamap.cpp 25 return atoi(ch);
  /external/iproute2/misc/
arpd.c 617 active_probing = atoi(optarg);
620 negative_timeout = atoi(optarg);
632 if ((broadcast_rate = atoi(optarg)) <= 0 ||
639 if ((broadcast_burst = atoi(optarg)) <= 0 ||
  /external/iproute2/tipc/
media.c 198 val = atoi(shift_cmdl(cmdl));
node.c 192 netid = atoi(shift_cmdl(cmdl));
  /external/iptables/extensions/
libxt_limit.c 66 r = atoi(rate);
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 43 static_assert((std::is_same<decltype(atoi("")), int>::value), "");
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 55 static_assert((std::is_same<decltype(std::atoi("")), int>::value), "");
  /external/libdivsufsort/examples/
bwt.c 98 blocksize = atoi(argv[i + 1]);
  /external/libmicrohttpd/src/examples/
benchmark_https.c 188 atoi (argv[1]),
spdy_response_with_callback.c 173 daemon = SPDY_start_daemon(atoi(argv[1]),
  /external/libmicrohttpd/src/testcurl/
curl_version_check.c 50 return atoi (num);
  /external/libopus/celt/arm/
armcpu.c 134 version = atoi(buf+17);
  /external/libopus/src/
repacketizer_demo.c 78 merge = atoi(argv[i+1]);

Completed in 1469 milliseconds

<<21222324252627282930>>