Home
last modified time | relevance | path

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

/lk-master/lib/libc/
A Datoi.c19 static int hexval(char c) { in hexval() function
54 value = value * 16 + hexval(*num++); in atol()
77 value = value * 16 + hexval(*num++); in atoul()
93 value = value * 16 + hexval(*num++); in atoull()

Completed in 3 milliseconds