Home
last modified time | relevance | path

Searched refs:BitGroup3Char (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_base64/
Dbase64.cc45 constexpr char BitGroup3Char(uint8_t byte2) { in BitGroup3Char() function
95 *output++ = BitGroup3Char(bytes[2]); in pw_Base64Encode()