HomeSort by relevance Sort by last modified time
    Searched refs:strtol (Results 301 - 325 of 594) sorted by null

<<11121314151617181920>>

  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 537 int val = strtol(prop, &propEnd, 10);
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 588 cameraIdLong = strtol(camera_id, &endPointer, 10);
  /device/google/marlin/dataservices/rmnetctl/cli/
rmnetcli.c 69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 625 Value = strtol (CommandArg, &EndPtr, 10);
  /device/linaro/hikey/wpan/uim/
uim.c 463 ba[i] = (uint8_t) strtol(ptr, NULL, 16);
  /external/android-clat/
config.c 76 conf_int = strtol(tmp, &endptr, 10);
  /external/bcc/src/cc/
usdt.h 97 int number = strtol(arg_ + pos, &endp, 0);
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 413 INTERCEPT_LIBRARY_FUNCTION(strtol); variable
  /external/deqp-deps/glslang/StandAlone/
spirv-remap.cpp 219 int verb = ::strtol(argv[a], &end_ptr, 10);
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 76 int ret = strtol(s, &endptr, 10);
  /external/grpc-grpc/src/core/lib/gpr/
string.cc 212 long result = strtol(value, &end, 0);
  /external/grpc-grpc/test/core/channel/
channel_trace_test.cc 86 (size_t)strtol(num_events_logged_json->value, nullptr, 0);
channelz_test.cc 182 int64_t gotten_number = (int64_t)strtol(gotten_json->value, nullptr, 0);
  /external/grpc-grpc/test/core/util/
cmdline.cc 220 intval = strtol(str, &end, 0);
  /external/iproute2/tc/
q_gred.c 198 opt.prio = strtol(*argv, (char **)NULL, 10);
  /external/iptables/extensions/
libxt_mangle.c 115 number = strtol(s, &end, 0);
  /external/kmod/shared/
util.c 261 v = strtol(buf, &end, base);
  /external/libaom/libaom/examples/
lightfield_bitstream_parsing.c 211 num_references = (int)strtol(argv[3], NULL, 0);
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 69 pid = strtol(ent->d_name, NULL, 10);
  /external/libcups/cups/
options.c 211 intvalue = strtol(value, &ptr, 10);
  /external/libpcap/
pcap-bt-linux.c 160 devnum = strtol(cp, &cpend, 10);
  /external/libunwind/tests/
test-coredump-unwind.c 317 long vaddr = strtol(*argv, &colon, 16);
  /external/libvpx/libvpx/vpx_ports/
x86.h 177 if (env && *env) return (int)strtol(env, NULL, 0);
  /external/libxcam/xcore/
calibration_parser.cpp 64 intrinsic_param.poly_length = strtol(tok_str, NULL, 10);
  /external/linux-kselftest/tools/testing/selftests/net/
udpgso_bench_tx.c 271 cfg_cpu = strtol(optarg, NULL, 0);

Completed in 895 milliseconds

<<11121314151617181920>>