Searched refs:octets (Results 1 – 1 of 1) sorted by relevance
263 unsigned char octets[5]; member781 (((ctx)->ctx.z85.octets[1] * 85 * 85 * 85) + \782 ((ctx)->ctx.z85.octets[2] * 85 * 85) + \783 ((ctx)->ctx.z85.octets[3] * 85) + \784 ((ctx)->ctx.z85.octets[4]))788 ((int_fast64_t) (ctx)->ctx.z85.octets[0] * 85 * 85 * 85 * 85 )862 ctx->ctx.z85.octets[ctx->ctx.z85.i++] = c; in z85_decode_ctx()