Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestime.c71 static Uint8 dehex(char c) in dehex() function
84 return (dehex(c1) << 4) | dehex(c2); in dehex2()
92 Uint8 c = dehex(*cp); in validate_hex()

Completed in 4 milliseconds