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

1 2 3 4 5 6 7 8 91011

  /external/syslinux/com32/lib/
strtoull.c 2 #define NAME strtoull
suffix_number.c 45 v = strtoull(str, &ep, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /external/vboot_reference/cgpt/
cmd_create.c 41 params.drive_size = strtoull(optarg, &e, 0);
52 params.padding = strtoull(optarg, &e, 0);
cmd_add.c 53 params.drive_size = strtoull(optarg, &e, 0);
70 params.begin = strtoull(optarg, &e, 0);
79 params.size = strtoull(optarg, &e, 0);
146 params.raw_value = strtoull(optarg, &e, 0);
  /external/elfutils/tests/
early-offscn.c 46 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0));
dwfl-report-elf-align.c 53 uintptr_t base = strtoull (argv[2], &endptr, 0);
59 uintptr_t funcaddr = strtoull (argv[3], &endptr, 0);
  /external/libcxx/include/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/musl/
xlocale.h 35 return strtoull(nptr, endptr, base);
  /external/google-breakpad/src/processor/
windows_frame_info.h 55 #define strtoull _strtoui64 macro
133 rva = strtoull(tokens[1], NULL, 16);
134 code_size = strtoull(tokens[2], NULL, 16);

Completed in 1502 milliseconds

1 2 3 4 5 6 7 8 91011