Searched refs:strtoull (Results 1 - 25 of 114) sorted by relevance

12345

/external/syslinux/com32/lib/
H A Dstrtoull.c2 #define NAME strtoull
H A Dsuffix_number.c45 v = strtoull(str, &ep, 0);
/external/vboot_reference/cgpt/
H A Dcmd_create.c41 params.drive_size = strtoull(optarg, &e, 0);
52 params.padding = strtoull(optarg, &e, 0);
H A Dcmd_add.c53 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);
H A Dcmd_boot.c45 params.drive_size = strtoull(optarg, &e, 0);
H A Dcmd_legacy.c39 params.drive_size = strtoull(optarg, &e, 0);
H A Dcmd_repair.c39 params.drive_size = strtoull(optarg, &e, 0);
H A Dcmd_find.c82 params.drive_size = strtoull(optarg, &e, 0);
132 params.matchoffset = strtoull(optarg, &e, 0);
/external/elfutils/tests/
H A Dearly-offscn.c46 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0));
H A Ddwfl-report-elf-align.c53 uintptr_t base = strtoull (argv[2], &endptr, 0);
59 uintptr_t funcaddr = strtoull (argv[3], &endptr, 0);
H A Dgetsrc_die.c49 addr = strtoull (argv[i], &endptr, 16);
/external/libcxx/include/support/musl/
H A Dxlocale.h35 return strtoull(nptr, endptr, base);
/external/e2fsprogs/lib/e2p/
H A Dparse_num.c22 num = strtoull(arg, &p, 0);
/external/toybox/toys/other/
H A Dfactor.c33 l = strtoull(s, &s, 0);
/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h55 #define strtoull _strtoui64 macro
133 rva = strtoull(tokens[1], NULL, 16);
134 code_size = strtoull(tokens[2], NULL, 16);
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c8 // RUN: -fno-builtin-strtoull -o - %s | FileCheck %s
36 unsigned long long int strtoull(const char *nptr, char **endptr, int base);
130 long int t24(char **x) { return strtoull("1234", x, 10); }
132 // CHECK: strtoull
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c90 v = strtoull(p + 1, &end, 0);
114 clock_frequency = strtoull(override, NULL, 10);
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c217 nr = strtoull(line, NULL, 10);
225 count += strtoull(c, &newc, 10);
299 usage[clevel] += 1+strtoull(c, NULL, 10);
304 duration[clevel] += strtoull(c, NULL, 10);
369 clevel = (strtoull(f, NULL, 16)>>4) + 1;
397 usage[clevel] += 1+strtoull(line, NULL, 10);
410 duration[clevel] += 1+strtoull(line, NULL, 10);
530 voltage = strtoull(c, NULL, 10) / 1000.0;
533 watts_left = strtoull(c, NULL, 10) / 1000.0;
536 amperes_left = strtoull(
[all...]
/external/boringssl/src/crypto/test/
H A Dmalloc.cc86 malloc_number_to_fail = strtoull(env, &endptr, 10);
/external/boringssl/src/tool/
H A Drand.cc47 unsigned long long num = strtoull(last_arg.c_str(), &endptr, 10);
/external/capstone/include/
H A Dplatform.h95 #define strtoull _strtoui64 macro
/external/gflags/src/
H A Dwindows_port.h125 #define strtoull _strtoui64 macro
/external/libcxx/include/support/solaris/
H A Dxlocale.h49 return strtoull(__nptr, __endptr, __base);
/external/libcxx/include/support/xlocale/
H A D__strtonum_fallback.h45 return ::strtoull(nptr, endptr, base);
/external/perf_data_converter/src/quipper/
H A Dperf_stat_parser.cc7 #include <stdlib.h> // for strtoull and strtod
47 uint64_t count = strtoull(tokens[1].c_str(), &endptr, 10);

Completed in 663 milliseconds

12345