Searched refs:shifter (Results 1 – 1 of 1) sorted by relevance
74 unsigned int shifter = i; in uint_to_str() local84 shifter = shifter / base; in uint_to_str()85 } while (shifter); in uint_to_str()
Completed in 2 milliseconds