Searched refs:v_uni8_string (Results 1 – 1 of 1) sorted by relevance
32284 uint64_t v_uni8_string = 0; in wuffs_json__decoder__decode_tokens() local32639 v_uni8_string = wuffs_base__peek_u64le__no_bounds_check(iop_a_src + 2); in wuffs_json__decoder__decode_tokens()32642 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 0))]; in wuffs_json__decoder__decode_tokens()32645 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 8))]; in wuffs_json__decoder__decode_tokens()32648 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 16))]; in wuffs_json__decoder__decode_tokens()32651 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 24))]; in wuffs_json__decoder__decode_tokens()32654 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 32))]; in wuffs_json__decoder__decode_tokens()32657 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 40))]; in wuffs_json__decoder__decode_tokens()32660 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 48))]; in wuffs_json__decoder__decode_tokens()32663 v_c = WUFFS_JSON__LUT_HEXADECIMAL_DIGITS[(255 & (v_uni8_string >> 56))]; in wuffs_json__decoder__decode_tokens()