Searched refs:atob_digits (Results 1 – 1 of 1) sorted by relevance
1374 static const char atob_digits[86] = variable1452 tr.base[0] = atob_digits[(tmpword / in byte_btoa()1455 tr.base[1] = atob_digits[tmpword / (85 * 85 * 85)]; in byte_btoa()1457 tr.base[2] = atob_digits[tmpword / (85 * 85)]; in byte_btoa()1459 tr.base[3] = atob_digits[tmpword / 85]; in byte_btoa()1461 tr.base[4] = atob_digits[tmpword]; in byte_btoa()