HomeSort by relevance Sort by last modified time
    Searched refs:strtoull (Results 151 - 175 of 214) sorted by null

1 2 3 4 5 67 8 9

  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/iproute2/lib/
utils.c 153 res = strtoull(arg, &ptr, base);
  /external/iproute2/tc/
m_ipt.c 129 number = strtoull(s, &end, 0);
  /external/linux-tools-perf/util/
annotate.c 235 line_ip = strtoull(tmp, &tmp2, 16);
parse-events.c 624 addr = strtoull(target, &endaddr, 0);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h     [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/qemu/
qemu-option.c 194 number = strtoull(value, &postfix, 0);
vl-android.c     [all...]
vl.c 1200 nodenr = strtoull(option, NULL, 10);
1206 value = strtoull(option, &endptr, 0);
1220 value = strtoull(option, &endptr, 10);
1226 endvalue = strtoull(endptr+1, &endptr, 10);
    [all...]
  /external/stressapptest/src/
os.cc 329 int64 pages = strtoull(buf, NULL, 10); // NOLINT
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 215 extern unsigned long long int strtoull (__const char *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 215 extern unsigned long long int strtoull (__const char *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 215 extern unsigned long long int strtoull (__const char *__restrict __nptr,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 625 return strtoull(text, endptr, base);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 839 tmp = strtoull(arg, &end, 0);
  /external/linux-tools-perf/
builtin-timechart.c 838 pid = strtoull(string, NULL, 10);
  /external/qemu/hw/
goldfish_nand.c 718 dev_size = strtoull(value, &ep, 0);
  /external/regex-re2/re2/
re2.cc     [all...]
  /external/regex-re2/util/
pcre.cc 871 // strtoull() will silently accept negative numbers and parse
877 uint64 r = strtoull(str, &end, radix);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 276 result = strtoull(entry_name.data(), &endptr, 0);
  /system/core/fastboot/
fastboot.c 845 num = strtoull(arg, &endptr, 0);

Completed in 891 milliseconds

1 2 3 4 5 67 8 9