Home
last modified time | relevance | path

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

/external/modp_b64/
Dmodp_b64.cc76 #undef CHARPAD
77 #define CHARPAD '\0' macro
105 *p++ = CHARPAD; in modp_b64_encode()
106 *p++ = CHARPAD; in modp_b64_encode()
113 *p++ = CHARPAD; in modp_b64_encode()
130 if (src[len-1] == CHARPAD) { in modp_b64_decode()
132 if (src[len -1] == CHARPAD) { in modp_b64_decode()
200 if (src[len-1] == CHARPAD) { in modp_b64_decode()
202 if (src[len -1] == CHARPAD) { in modp_b64_decode()
Dmodp_b64_data.h5 #define CHARPAD '=' macro