Home
last modified time | relevance | path

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

/petsc/src/sys/webclient/
H A Dglobus.c23 uint32_t octet_b = i < input_length ? (unsigned char)data[i++] : 0; in base64_encode() local
25 uint32_t triple = (octet_a << 0x10) + (octet_b << 0x08) + octet_c; in base64_encode()