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

<<11121314151617181920>>

  /system/core/libdiskconfig/
diskconfig.c 194 dinfo->sect_size = strtol(tmp, NULL, 0);
206 if (!(dinfo->skip_lba = strtol(tmp, NULL, 0))) {
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 615 layering_mode = (int)strtol(argv[12], NULL, 0);
625 switch (strtol(argv[argc - 1], NULL, 0)) {
671 cfg.g_timebase.num = (int)strtol(argv[6], NULL, 0);
672 cfg.g_timebase.den = (int)strtol(argv[7], NULL, 0);
674 speed = (int)strtol(argv[8], NULL, 0);
681 rc.layer_target_bitrate[i - 13] = (int)strtol(argv[i], NULL, 0);
    [all...]
vp9cx_set_ref.c 342 info.frame_width = (int)strtol(width_arg, NULL, 0);
343 info.frame_height = (int)strtol(height_arg, NULL, 0);
  /external/valgrind/coregrind/m_gdbserver/
server.c 279 int_value = strtol (wcmd, &the_end, 10);
479 int_value = strtol (wcmd, NULL, 10);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 605 rate = (int)strtol(optarg, NULL, 0);
608 ch = (int)strtol(optarg, NULL, 0);
615 period = (int)strtol(optarg, NULL, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 184 extern long int strtol (__const char *__restrict __nptr,
286 return (int) strtol (__nptr, (char **) NULL, 10);
291 return strtol (__nptr, (char **) NULL, 10);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16);
194 ncp = (rc_uint_type) strtol (fn, NULL, 10);
203 line = strtol (s, &send, 0);
  /toolchain/binutils/binutils-2.27/gas/
itbl-ops.c 521 value = strtol (n, 0, 10);
548 value = strtol (n, 0, 16);
553 value = strtol (n, 0, 10);
  /external/dnsmasq/src/
util.c 418 *mac_type = strtol(in, NULL, 16);
428 out[i] = strtol(in, NULL, 16);
  /external/e2fsprogs/misc/
uuidd.c 475 num = strtol(optarg, &tmp, 0);
497 timeout = strtol(optarg, &tmp, 0);
  /external/elfutils/libdwfl/
linux-pid-attach.c 186 long tidl = strtol (dirent->d_name, &end, 10);
324 long val = strtol (&line[5], &endptr, 10);
  /external/harfbuzz_ng/src/
hb-common.cc 664 /* Intentionally use strtol instead of strtoul, such that
667 v = strtol (p, &pend, 0);
688 /* Intentionally use strtol instead of strtoul, such that
691 v = strtol (p, &pend, 0);
  /external/iw/
mesh.c 79 long int v = strtol(str, &endptr, 10);
103 long int v = strtol(str, &endptr, 10);
  /external/libcxx/src/
string.cpp 90 long r = as_integer_helper<long>( func, s, idx, base, strtol );
101 return as_integer_helper<long>( func, s, idx, base, strtol );
  /external/libpcap/
pcap-snf.c 259 flags = strtol(nr, NULL, 0);
278 ring_id = (int) strtol(nr, NULL, 0);
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 166 timeoutArgMs = strtol(optarg, &endptr, 10);
178 timeoutArgMs = strtol(optarg, &endptr, 10);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 347 data->mNfaEeHandle = strtol((char*)value, NULL, 16);
415 data->mNfaEeHandle = strtol((char*)value, NULL, 16);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 93 long r = as_integer_helper<long>( func, s, idx, base, strtol );
104 return as_integer_helper<long>( func, s, idx, base, strtol );
  /system/core/adb/
services.cpp 390 int console_port = strtol(pieces[0].c_str(), NULL, 0);
391 int adb_port = strtol(pieces[1].c_str(), NULL, 0);
  /bionic/benchmarks/
stdlib_benchmark.cpp 138 benchmark::DoNotOptimize(strtol(" -123", nullptr, 0));
  /bionic/libc/include/
stdlib.h 75 long strtol(const char* __s, char** __end_ptr, int __base);
  /bionic/libc/tzcode/
strptime.c 348 long n = strtol((const char*) bp, (char**) &bp, 10);
  /device/generic/goldfish/vibrator/
qemu.c 381 len = strtol( header, &end, 16 );
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 218 long strtol (const char *, char **, int);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 207 long strtol (const char *nptr, char **endptr, int base) function
210 // Null strtol() function implementation to satisfy the linker, since there is

Completed in 1183 milliseconds

<<11121314151617181920>>