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

/external/python/cpython2/Objects/
H A Dunicodeobject.c1567 #define FROM_BASE64(c) \ macro
1685 base64buffer = (base64buffer << 6) | FROM_BASE64(ch);
1929 #undef FROM_BASE64 macro
/external/python/cpython3/Objects/
H A Dunicodeobject.c4455 #define FROM_BASE64(c) \ macro
4575 base64buffer = (base64buffer << 6) | FROM_BASE64(ch);
4847 #undef FROM_BASE64 macro

Completed in 226 milliseconds