Searched refs:triple (Results 1 – 4 of 4) sorted by relevance
25 uint32_t triple = (octet_a << 0x10) + (octet_b << 0x08) + octet_c; in base64_encode() local27 encoded_data[j++] = encoding_table[(triple >> 3 * 6) & 0x3F]; in base64_encode()28 encoded_data[j++] = encoding_table[(triple >> 2 * 6) & 0x3F]; in base64_encode()29 encoded_data[j++] = encoding_table[(triple >> 1 * 6) & 0x3F]; in base64_encode()30 encoded_data[j++] = encoding_table[(triple >> 0 * 6) & 0x3F]; in base64_encode()63 …uint32_t triple = (sextet_a << 3 * 6) + (sextet_b << 2 * 6) + (sextet_c << 1 * 6) + (sextet_d <<… in base64_decode() local65 if (j < output_length) decoded_data[j++] = (triple >> 2 * 8) & 0xFF; in base64_decode()66 if (j < output_length) decoded_data[j++] = (triple >> 1 * 8) & 0xFF; in base64_decode()67 if (j < output_length) decoded_data[j++] = (triple >> 0 * 8) & 0xFF; in base64_decode()
4 in the classic Ciarlet triple representation (<a href="https://finite-element.github.io/2_finite_el…
1378 like a matrix triple product. Contact us directly if you are interested
22553 triple-junction evolution, and forearc spreading centres—implications for