Searched refs:nUint6 (Results 1 – 1 of 1) sorted by relevance
53 function uint6ToB64 (nUint6) { argument55 return nUint6 < 26 ?56 nUint6 + 6557 : nUint6 < 52 ?58 nUint6 + 7159 : nUint6 < 62 ?60 nUint6 - 461 : nUint6 === 62 ?63 : nUint6 === 63 ?