Searched refs:cCh (Results 1 – 1 of 1) sorted by relevance
432 char cCh, tbuf[20]; in uint64_to_hexstr() local441 cCh = ui64Val & 0xf; in uint64_to_hexstr()446 if ( cCh > 9 ) in uint64_to_hexstr()448 cCh += bLower ? 0x27 : 0x7; in uint64_to_hexstr()451 tbuf[ix++] = cCh + '0'; in uint64_to_hexstr()