Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dmisc.c168 static noinline void __putnum(unsigned long value, unsigned int base, in __putnum() function
190 __putnum(value, 16, sizeof(value)*2); in __puthex()
195 __putnum(value, 10, 1); in __putdec()