Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dtreeboot-bamboo.c28 mac64 = strtoull((char *)PIBS_MAC0, 0, 16); in read_pibs_mac()
31 mac64 = strtoull((char *)PIBS_MAC1, 0, 16); in read_pibs_mac()
Dplanetcore.c61 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
71 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
Dstdlib.h4 unsigned long long int strtoull(const char *ptr, char **end, int base);
Dstdlib.c16 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
Dtreeboot-akebono.c117 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
/linux-4.4.14/tools/perf/util/
Dtrace-event-parse.c155 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
232 return strtoull(flag, NULL, 0); in eval_flag()
Dannotate.c60 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse()
89 ops->target.addr = strtoull(tok + 1, NULL, 16); in call__parse()
119 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse()
122 ops->target.offset = strtoull(s, NULL, 16); in jump__parse()
152 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
1002 line_ip = strtoull(tmp, &tmp2, 16); in symbol__parse_objdump_line()
Dparse-events.l23 num = strtoull(str, NULL, base); in __value()
Dsvghelper.c348 freq = strtoull(buf, NULL, 10); in cpu_model()
Dparse-options.c215 *(u64 *)opt->value = strtoull(arg, (char **)&s, 10); in get_value()
Dheader.c1122 mem_total = strtoull(str, &tmp, 0); in print_numa_topology()
1127 mem_free = strtoull(str, &tmp, 0); in print_numa_topology()
Dauxtrace.c977 synth_opts->period = strtoull(p, &endptr, 10); in itrace_parse_synth_opts()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dsysfs.c83 value = strtoull(linebuf, &endp, 0); in sysfs_is_cpu_online()
222 value = strtoull(linebuf, &endp, 0); in sysfs_idlestate_get_one_value()
/linux-4.4.14/tools/power/cpupower/utils/
Dcpuidle-set.c67 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux-4.4.14/tools/perf/ui/browsers/
Dmap.c54 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l154 yylval.integer = strtoull(yytext, &e, 0);
Ddtc-lexer.lex.c_shipped1062 yylval.integer = strtoull(yytext, &e, 0);
1070 /* ERANGE is the only strtoull error triggerable
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c122 new_bias = strtoull(argv[optind], &endptr, 0); in cmdline()
/linux-4.4.14/tools/lib/api/fs/
Dfs.c294 *value = strtoull(line, NULL, 10); in filename__read_ull()
/linux-4.4.14/drivers/md/bcache/
Dutil.c74 STRTO_H(strtoull, unsigned long long) in STRTO_H()
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-bts.c261 snapshot_size = strtoull(str, &endptr, 0); in intel_bts_parse_snapshot_options()
Dintel-pt.c247 snapshot_size = strtoull(str, &endptr, 0); in intel_pt_parse_snapshot_options()
/linux-4.4.14/scripts/
Dkallsyms.c705 kernel_start_addr = strtoull(p, NULL, 16); in main()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt296 map_len = strtoull(buf, NULL, 0);
/linux-4.4.14/scripts/kconfig/
Dexpr.c902 val->u = strtoull(str, &tail, 16); in expr_parse_string()
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db43 API-simple-strtoull
/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c1307 int pid = strtoull(string, NULL, 10); in add_process_filter()
/linux-4.4.14/tools/lib/traceevent/
Dparse-filter.c379 arg->value.val = strtoull(token, NULL, 0); in create_arg_item()
Devent-parse.c3521 return strtoull(arg->atom.atom, NULL, 0); in eval_num_arg()
3769 return strtoull(flag, NULL, 0); in eval_flag()