HomeSort by relevance Sort by last modified time
    Searched refs:strtol (Results 1 - 25 of 714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
strtol.c 2 #define NAME strtol
  /external/compiler-rt/test/asan/TestCases/
interception_failure_test.cc 13 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
21 return (int)strtol(x, 0, 10);
coverage-tracing.cc 37 int n = strtol(argv[2], 0, 10);
strtol_strict.c 1 // Test strict_string_checks option in strtol function
33 long r = strtol(array, &endptr, 3);
41 long r = strtol(array, &endptr, 35);
48 // Using -1 for a strtol base causes MSVC to abort. Print the expected lines
59 long r = strtol(array + 1, NULL, -1);
66 // Using -1 for a strtol base causes MSVC to abort. Print the expected lines
75 long r = strtol(array + 3, NULL, 1);
84 long r = strtol(array, NULL, 0);
92 long r = strtol(array, &endptr, 0);
100 long r = strtol(array + 2, NULL, 0)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
interception_test.cc 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
interception_malloc_test.cc 20 return (int)strtol(x, 0, 10);
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 85 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10);
86 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10);
87 int first_frame_to_cut = strtol((parser.GetFlag("f")).c_str(), NULL, 10);
88 int interval = strtol((parser.GetFlag("interval")).c_str(), NULL, 10);
89 int last_frame_to_cut = strtol((parser.GetFlag("l")).c_str(), NULL, 10);
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
Makefile.in 49 check-strtol
66 # Check the strtol functionality
67 check-strtol: test-strtol
68 ./test-strtol
87 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
88 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
89 $(srcdir)/test-strtol.c ../libiberty.a
104 rm -f test-strtol
    [all...]
  /bionic/libc/private/
get_cpu_count_from_string.h 38 int cpu = static_cast<int>(strtol(s, const_cast<char**>(&s), 10));
  /external/tensorflow/tensorflow/stream_executor/lib/
numbers.cc 26 *value = strtol(str, &endptr, 10); // NOLINT
  /external/ImageMagick/MagickCore/
string-private.h 65 return((int) strtol(value,(char **) NULL,10));
70 return(strtol(value,(char **) NULL,10));
  /external/iw/
roc.c 26 freq = strtol(argv[0], &end, 0);
30 time = strtol(argv[1], &end, 0);
  /external/libvpx/libvpx/vpx_ports/
ppc_cpudetect.c 25 *flags = (int)strtol(env, NULL, 0);
35 return env && *env ? (int)strtol(env, NULL, 0) : ~0;
  /prebuilts/ndk/r16/sources/android/support/src/
locale_support.cpp 4 return strtol(nptr, endptr, base);
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.c 93 clopts->priority = strtol(optarg, 0, 10);
102 clopts->poll_per = strtol(optarg, 0, 10);
111 clopts->poll_time = strtol(optarg, 0, 10);
  /frameworks/native/services/vr/performanced/
task.cpp 33 ids[0] = std::strtol(start, const_cast<char**>(&start), 10);
34 ids[1] = std::strtol(start, const_cast<char**>(&start), 10);
35 ids[2] = std::strtol(start, const_cast<char**>(&start), 10);
36 ids[3] = std::strtol(start, const_cast<char**>(&start), 10);
134 thread_group_id_ = std::strtol(value.c_str(), nullptr, 10);
136 parent_process_id_ = std::strtol(value.c_str(), nullptr, 10);
  /external/libusb/examples/
hotplugtest.c 76 vendor_id = (argc > 1) ? (int)strtol (argv[1], NULL, 0) : 0x045a;
77 product_id = (argc > 2) ? (int)strtol (argv[2], NULL, 0) : 0x5005;
78 class_id = (argc > 3) ? (int)strtol (argv[3], NULL, 0) : LIBUSB_HOTPLUG_MATCH_ANY;
  /external/curl/tests/libtest/
lib521.c 44 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10));
lib562.c 60 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10));
  /external/fio/lib/
strntol.c 27 ret = strtol(buf, end, base);
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
msr.c 23 cpu = strtol(argv[1], (char **) NULL, 10);
  /external/llvm/utils/count/
count.c 22 Count = strtol(argv[1], &End, 10);
  /external/rmi4utils/rmihidtool/
main.cpp 129 int mode = strtol(token, NULL, 0);
142 unsigned int addr = strtol(token, NULL, 0);
145 unsigned int len = strtol(token, NULL, 0);
158 unsigned int addr = strtol(token, NULL, 0);
164 report[index++] = strtol(token, NULL, 0);
249 addr = strtol(optarg, NULL, 0);
250 len = strtol(argv[optind++], NULL, 0);
254 addr = strtol(optarg, NULL, 0);
322 report[i++] = (unsigned char)strtol(token, NULL, 0);
  /external/swiftshader/third_party/LLVM/utils/count/
count.c 22 Count = strtol(argv[1], &End, 10);
  /external/toybox/toys/posix/
renice.c 36 id = strtol(s, &s, 10);

Completed in 1470 milliseconds

1 2 3 4 5 6 7 8 91011>>