Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 98) sorted by relevance

1234

/external/autotest/client/profilers/powertop/src/
Dpowertop.c217 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 …]
Durbnum.c78 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()
Dcpufreqstats.c126 f = strtoull(line, &c, 10); in do_cpufreq_stats()
129 count = strtoull(c, NULL, 10); in do_cpufreq_stats()
/external/vboot_reference/cgpt/
Dcmd_add.c53 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()
Dcmd_create.c41 params.drive_size = strtoull(optarg, &e, 0); in cmd_create()
52 params.padding = strtoull(optarg, &e, 0); in cmd_create()
Dcmd_find.c82 params.drive_size = strtoull(optarg, &e, 0); in cmd_find()
132 params.matchoffset = strtoull(optarg, &e, 0); in cmd_find()
Dcmd_repair.c39 params.drive_size = strtoull(optarg, &e, 0); in cmd_repair()
Dcmd_legacy.c39 params.drive_size = strtoull(optarg, &e, 0); in cmd_legacy()
Dcmd_boot.c45 params.drive_size = strtoull(optarg, &e, 0); in cmd_boot()
Dcmd_show.c54 params.drive_size = strtoull(optarg, &e, 0); in cmd_show()
/external/google-breakpad/src/processor/
Dwindows_frame_info.h55 #define strtoull _strtoui64 macro
133 rva = strtoull(tokens[1], NULL, 16); in ParseFromString()
134 code_size = strtoull(tokens[2], NULL, 16); in ParseFromString()
Dbasic_source_line_resolver.cc60 #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/
Dstrto-1.ll25 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/
Ddwfl-report-elf-align.c53 uintptr_t base = strtoull (argv[2], &endptr, 0); in main()
59 uintptr_t funcaddr = strtoull (argv[3], &endptr, 0); in main()
Dearly-offscn.c46 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0)); in main()
Dgetsrc_die.c49 addr = strtoull (argv[i], &endptr, 16); in main()
/external/dbus/tools/
Dstrtoull.c63 unsigned long long strtoull (const char *, char **, int);
66 strtoull(const char * nptr, char ** endptr, int base) in strtoull() function
Ddbus-send.c36 #undef strtoull
37 #define strtoull mystrtoull macro
110 uint64 = strtoull (value, NULL, 0); in append_arg()
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c29 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/
Dstdlib.in.h862 _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/
Dstdlib.h1184 _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/
Dstdlib.h1184 _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/
Dparse_num.c21 num = strtoull(arg, &p, 0); in parse_num_blocks2()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h45 #define strtoull _strtoui64 macro
49 #define strtoull strtoul
348 return strtoull(nptr, endptr, base); in strtou64()
/external/libcxx/include/support/solaris/
Dxlocale.h54 return strtoull(__nptr, __endptr, __base); in strtoull_l()

1234