Searched refs:BASE64_MASK2 (Results 1 – 1 of 1) sorted by relevance
50 const uint8_t BASE64_MASK2 = 0x0F; variable65 code = (input.at(index++) & BASE64_MASK2) << BASE64_SHIFT_HIBYTE; in Encode()