Searched refs:nibble (Results 1 – 1 of 1) sorted by relevance
257 signed char nibble; member647 ctx->ctx.base16.nibble = -1; in base16_decode_ctx_init()659 signed char nibble = ctx->ctx.base16.nibble; in base16_decode_ctx() local667 return nibble < 0; in base16_decode_ctx()682 if (nibble < 0) in base16_decode_ctx()683 nibble = base16_to_int[c]; in base16_decode_ctx()687 *out++ = (nibble << 4) + base16_to_int[c]; in base16_decode_ctx()688 nibble = -1; in base16_decode_ctx()692 ctx->ctx.base16.nibble = nibble; in base16_decode_ctx()