Searched refs:TO_BASE64 (Results 1 – 1 of 1) sorted by relevance
4696 #define TO_BASE64(n) \ macro5007 *out++ = TO_BASE64(base64buffer << (6-base64bits)); in _PyUnicode_EncodeUTF7()5046 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in _PyUnicode_EncodeUTF7()5055 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in _PyUnicode_EncodeUTF7()5060 *out++= TO_BASE64(base64buffer << (6-base64bits) ); in _PyUnicode_EncodeUTF7()5086 #undef TO_BASE64