Searched refs:hibhex2ascii (Results 1 – 1 of 1) sorted by relevance
904 #define hibhex2ascii(hex) (hibhex2ascii_data[hex]) macro940 c = hibhex2ascii(num2 % base); in ksprintn()1105 PCHAR(hibhex2ascii(*up >> 4)); in hibkvprintf()1106 PCHAR(hibhex2ascii(*up & 0x0f)); in hibkvprintf()