Searched refs:__CFPLDataEncodeTable (Results 1 – 1 of 1) sorted by relevance
515 static const char __CFPLDataEncodeTable[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01… variable542 c = __CFPLDataEncodeTable[((p[0] >> 2) & 0x3f)]; in serialize()548 c = __CFPLDataEncodeTable[((((p[-1] << 8) | p[0]) >> 4) & 0x3f)]; in serialize()554 c = __CFPLDataEncodeTable[((((p[-1] << 8) | p[0]) >> 6) & 0x3f)]; in serialize()558 c = __CFPLDataEncodeTable[(p[0] & 0x3f)]; in serialize()569 c = __CFPLDataEncodeTable[((p[-1] << 4) & 0x30)]; in serialize()581 c = __CFPLDataEncodeTable[((p[-1] << 2) & 0x3c)]; in serialize()