Searched refs:itoa64 (Results 1 – 1 of 1) sorted by relevance
442 static const unsigned char itoa64[] = /* 0 ... 63 => ASCII - 64 */ in to64() local446 *s++ = itoa64[v&0x3f]; in to64()