/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 217 nr = strtoull(line, NULL, 10); in do_proc_irq() 225 count += strtoull(c, &newc, 10); in do_proc_irq() 299 usage[clevel] += 1+strtoull(c, NULL, 10); in read_data_acpi() 304 duration[clevel] += strtoull(c, NULL, 10); in read_data_acpi() 369 clevel = (strtoull(f, NULL, 16)>>4) + 1; in read_data_cpuidle() 397 usage[clevel] += 1+strtoull(line, NULL, 10); in read_data_cpuidle() 410 duration[clevel] += 1+strtoull(line, NULL, 10); in read_data_cpuidle() 530 voltage = strtoull(c, NULL, 10) / 1000.0; in print_battery_proc_acpi() 533 watts_left = strtoull(c, NULL, 10) / 1000.0; in print_battery_proc_acpi() 536 amperes_left = strtoull(c, NULL, 10) / 1000.0; in print_battery_proc_acpi() [all …]
|
D | urbnum.c | 78 ptr->active = strtoull(name, NULL, 10); in update_urbnum() 85 ptr->connected = strtoull(name, NULL, 10); in update_urbnum() 155 update_urbnum(pathname, strtoull(buffer, NULL, 10), dirent->d_name); in count_usb_urbs()
|
D | cpufreqstats.c | 126 f = strtoull(line, &c, 10); in do_cpufreq_stats() 129 count = strtoull(c, NULL, 10); in do_cpufreq_stats()
|
/external/vboot_reference/cgpt/ |
D | cmd_add.c | 53 params.drive_size = strtoull(optarg, &e, 0); in cmd_add() 70 params.begin = strtoull(optarg, &e, 0); in cmd_add() 79 params.size = strtoull(optarg, &e, 0); in cmd_add() 146 params.raw_value = strtoull(optarg, &e, 0); in cmd_add()
|
D | cmd_create.c | 41 params.drive_size = strtoull(optarg, &e, 0); in cmd_create() 52 params.padding = strtoull(optarg, &e, 0); in cmd_create()
|
D | cmd_find.c | 82 params.drive_size = strtoull(optarg, &e, 0); in cmd_find() 132 params.matchoffset = strtoull(optarg, &e, 0); in cmd_find()
|
D | cmd_repair.c | 39 params.drive_size = strtoull(optarg, &e, 0); in cmd_repair()
|
D | cmd_legacy.c | 39 params.drive_size = strtoull(optarg, &e, 0); in cmd_legacy()
|
D | cmd_boot.c | 45 params.drive_size = strtoull(optarg, &e, 0); in cmd_boot()
|
D | cmd_show.c | 54 params.drive_size = strtoull(optarg, &e, 0); in cmd_show()
|
/external/google-breakpad/src/processor/ |
D | windows_frame_info.h | 55 #define strtoull _strtoui64 macro 133 rva = strtoull(tokens[1], NULL, 16); in ParseFromString() 134 code_size = strtoull(tokens[2], NULL, 16); in ParseFromString()
|
D | basic_source_line_resolver.cc | 60 #define strtoull _strtoui64 macro 504 *address = strtoull(tokens[0], &after_number, 16); in ParseFunction() 509 *size = strtoull(tokens[1], &after_number, 16); in ParseFunction() 536 *address = strtoull(tokens[0], &after_number, 16); in ParseLine() 541 *size = strtoull(tokens[1], &after_number, 16); in ParseLine() 585 *address = strtoull(tokens[0], &after_number, 16); in ParsePublicSymbol()
|
/external/llvm/test/Transforms/InstCombine/ |
D | strto-1.ll | 25 declare i64 @strtoull(i8* %s, i8** %endptr, i32 %base) 26 ; CHECK: declare i64 @strtoull(i8* readonly, i8** nocapture, i32) 72 call i64 @strtoull(i8* %x, i8** null, i32 10) 73 ; CHECK-NEXT: call i64 @strtoull(i8* nocapture %x, i8** null, i32 10)
|
/external/elfutils/tests/ |
D | dwfl-report-elf-align.c | 53 uintptr_t base = strtoull (argv[2], &endptr, 0); in main() 59 uintptr_t funcaddr = strtoull (argv[3], &endptr, 0); in main()
|
D | early-offscn.c | 46 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0)); in main()
|
D | getsrc_die.c | 49 addr = strtoull (argv[i], &endptr, 16); in main()
|
/external/dbus/tools/ |
D | strtoull.c | 63 unsigned long long strtoull (const char *, char **, int); 66 strtoull(const char * nptr, char ** endptr, int base) in strtoull() function
|
D | dbus-send.c | 36 #undef strtoull 37 #define strtoull mystrtoull macro 110 uint64 = strtoull (value, NULL, 0); in append_arg()
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 29 unsigned long long int strtoull(const char *nptr, char **endptr, int base); 123 long int t24(char **x) { return strtoull("1234", x, 10); } in t24()
|
/external/bison/lib/ |
D | stdlib.in.h | 862 _GL_FUNCDECL_SYS (strtoull, unsigned long long, 866 _GL_CXXALIAS_SYS (strtoull, unsigned long long, 868 _GL_CXXALIASWARN (strtoull); 870 # undef strtoull 872 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
|
/external/bison/darwin-lib/ |
D | stdlib.h | 1184 _GL_FUNCDECL_SYS (strtoull, unsigned long long, 1188 _GL_CXXALIAS_SYS (strtoull, unsigned long long, 1190 _GL_CXXALIASWARN (strtoull); 1192 # undef strtoull 1194 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
|
/external/bison/linux-lib/ |
D | stdlib.h | 1184 _GL_FUNCDECL_SYS (strtoull, unsigned long long, 1188 _GL_CXXALIAS_SYS (strtoull, unsigned long long, 1190 _GL_CXXALIASWARN (strtoull); 1192 # undef strtoull 1194 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
|
/external/e2fsprogs/lib/e2p/ |
D | parse_num.c | 21 num = strtoull(arg, &p, 0); in parse_num_blocks2()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 45 #define strtoull _strtoui64 macro 49 #define strtoull strtoul 348 return strtoull(nptr, endptr, base); in strtou64()
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 54 return strtoull(__nptr, __endptr, __base); in strtoull_l()
|