Home
last modified time | relevance | path

Searched refs:is_hexa (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c620 bool is_hexa = tok[0] == 0 && (tok[1] = 'x' || tok[1] == 'X'); in strarray__strtoul_flags() local
622 val = strtoul(tok, NULL, is_hexa ? 16 : 0); in strarray__strtoul_flags()

Completed in 7 milliseconds