Home
last modified time | relevance | path

Searched refs:TO_BASE64 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c4626 #define TO_BASE64(n) \ macro
4937 *out++ = TO_BASE64(base64buffer << (6-base64bits)); in _PyUnicode_EncodeUTF7()
4976 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in _PyUnicode_EncodeUTF7()
4985 *out++ = TO_BASE64(base64buffer >> (base64bits-6)); in _PyUnicode_EncodeUTF7()
4990 *out++= TO_BASE64(base64buffer << (6-base64bits) ); in _PyUnicode_EncodeUTF7()
5000 #undef TO_BASE64 macro

Completed in 27 milliseconds