Searched refs:y32 (Results 1 – 1 of 1) sorted by relevance
33 const uint32_t y32 = v | (1 << 14) | (1 << 28); in Encode64() local35 *(ptr++) = y32 >> 7; in Encode64()37 *(ptr++) = y32 >> 21; in Encode64()