Home
last modified time | relevance | path

Searched refs:v_token_length (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c6925 uint32_t v_token_length; member
24753 uint32_t v_token_length = 0; in wuffs_cbor__decoder__decode_tokens() local
24791 v_token_length = self->private_data.s_decode_tokens[0].v_token_length; in wuffs_cbor__decoder__decode_tokens()
24961 v_token_length = ((uint32_t)((v_n64 & 65535))); in wuffs_cbor__decoder__decode_tokens()
24963 v_token_length = 65535; in wuffs_cbor__decoder__decode_tokens()
24964 } else if (v_token_length <= 0) { in wuffs_cbor__decoder__decode_tokens()
24973 if (((uint64_t)(io2_a_src - iop_a_src)) < ((uint64_t)(v_token_length))) { in wuffs_cbor__decoder__decode_tokens()
24977 v_string_length -= ((uint64_t)(v_token_length)); in wuffs_cbor__decoder__decode_tokens()
24982 iop_a_src += v_token_length; in wuffs_cbor__decoder__decode_tokens()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c6710 uint32_t v_token_length; member
23667 uint32_t v_token_length = 0; in wuffs_cbor__decoder__decode_tokens() local
23705 v_token_length = self->private_data.s_decode_tokens[0].v_token_length; in wuffs_cbor__decoder__decode_tokens()
23875 v_token_length = ((uint32_t)((v_n64 & 65535))); in wuffs_cbor__decoder__decode_tokens()
23877 v_token_length = 65535; in wuffs_cbor__decoder__decode_tokens()
23878 } else if (v_token_length <= 0) { in wuffs_cbor__decoder__decode_tokens()
23887 if (((uint64_t)(io2_a_src - iop_a_src)) < ((uint64_t)(v_token_length))) { in wuffs_cbor__decoder__decode_tokens()
23891 v_string_length -= ((uint64_t)(v_token_length)); in wuffs_cbor__decoder__decode_tokens()
23896 iop_a_src += v_token_length; in wuffs_cbor__decoder__decode_tokens()
[all...]

Completed in 81 milliseconds