Searched refs:TO_BASE64 (Results 1 – 2 of 2) sorted by relevance
1570 #define TO_BASE64(n) \ macro1859 *out++ = TO_BASE64(base64buffer << (6-base64bits)); in PyUnicode_EncodeUTF7()1897 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in PyUnicode_EncodeUTF7()1907 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in PyUnicode_EncodeUTF7()1912 *out++= TO_BASE64(base64buffer << (6-base64bits) ); in PyUnicode_EncodeUTF7()1923 #undef TO_BASE64
1501 #define TO_BASE64(n) \ macro1792 *out++ = TO_BASE64(base64buffer << (6-base64bits)); in PyUnicode_EncodeUTF7()1830 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in PyUnicode_EncodeUTF7()1840 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in PyUnicode_EncodeUTF7()1845 *out++= TO_BASE64(base64buffer << (6-base64bits) ); in PyUnicode_EncodeUTF7()1856 #undef TO_BASE64