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

123

/linux-master/arch/powerpc/boot/
H A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
H A Dtreeboot-bamboo.c25 mac64 = strtoull((char *)PIBS_MAC0, 0, 16);
28 mac64 = strtoull((char *)PIBS_MAC1, 0, 16);
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) function
H A Dplanetcore.c58 *val = strtoull(str, NULL, 10);
68 *val = strtoull(str, NULL, 16);
H A Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16);
/linux-master/tools/testing/selftests/proc/
H A Dproc.h36 val = strtoull(p, end, 10);
/linux-master/tools/power/cpupower/lib/
H A Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0);
H A Dcpupower.c109 value = strtoull(linebuf, &endp, 0);
H A Dcpuidle.c151 value = strtoull(linebuf, &endp, 0);
/linux-master/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c20 ops->target.addr = strtoull(c, &endptr, 16);
71 ops->target.addr = strtoull(c, NULL, 16);
73 ops->target.addr = strtoull(ops->raw, NULL, 16);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c87 v = strtoull(p + 1, &end, 0);
111 clock_frequency = strtoull(override, NULL, 10);
/linux-master/tools/perf/arch/arm64/util/
H A Dheader.c105 u64 map_id = strtoull(mapcpuid, NULL, 16);
108 u64 id = strtoull(idstr, NULL, 16);
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16);
74 ops->target.addr = strtoull(target, &endptr, 16);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c51 base = strtoull(size, &scale, 0);
180 unsigned long long total = strtoull(buf + strlen(hugepages_total), NULL, 10);
188 return strtoull(buf + strlen(hugepagesize), NULL, 10) << 10;
/linux-master/tools/perf/arch/arm64/annotate/
H A Dinstructions.c33 ops->target.addr = strtoull(target, &endptr, 16);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c82 value = strtoull(linebuf, &endp, 0);
221 value = strtoull(linebuf, &endp, 0);
/linux-master/tools/perf/util/
H A Dtrace-event-parse.c255 addr = strtoull(addr_str, NULL, 16);
322 return strtoull(flag, NULL, 0);
/linux-master/tools/perf/ui/browsers/
H A Dmap.c59 u64 addr = strtoull(target, NULL, 16);
/linux-master/tools/power/cpupower/utils/
H A Dcpuidle-set.c66 latency = strtoull(optarg, &endptr, 10);
/linux-master/scripts/dtc/
H A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);
170 /* ERANGE is the only strtoull error triggerable
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c170 d->ip = strtoull(dlargv[2], NULL, 0);
171 d->addr = strtoull(dlargv[3], NULL, 0);
H A Ddlfilter-test-api-v2.c185 d->ip = strtoull(dlargv[2], NULL, 0);
186 d->addr = strtoull(dlargv[3], NULL, 0);
/linux-master/drivers/md/bcache/
H A Dutil.c83 STRTO_H(strtoull, unsigned long long)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c288 *value = strtoull(buf, NULL, 0);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c210 samples = strtoull(argv[1], NULL, 0);

Completed in 739 milliseconds

123