Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsscanf.c63 u64 qbase; in str_to_int_convert() local
113 qbase = (unsigned int)base; in str_to_int_convert()
117 cutlim = cutoff % qbase; in str_to_int_convert()
118 cutoff /= qbase; in str_to_int_convert()
120 cutoff = (u64)ULLONG_MAX / qbase; in str_to_int_convert()
121 cutlim = (u64)ULLONG_MAX % qbase; in str_to_int_convert()
139 acc *= qbase; in str_to_int_convert()

Completed in 3 milliseconds