Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c6924 uint32_t v_depth; member
8519 uint32_t v_depth; member
24749 uint32_t v_depth = 0; in wuffs_cbor__decoder__decode_tokens() local
24790 v_depth = self->private_data.s_decode_tokens[0].v_depth; in wuffs_cbor__decoder__decode_tokens()
25063 } else if (v_depth >= 1024) { in wuffs_cbor__decoder__decode_tokens()
25074 if (v_depth > 0) { in wuffs_cbor__decoder__decode_tokens()
25075 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
25076 v_stack_bit = (((v_depth - 1) & 15) * 2); in wuffs_cbor__decoder__decode_tokens()
25094 v_stack_byte = (v_depth / 1 in wuffs_cbor__decoder__decode_tokens()
32792 uint32_t v_depth = 0; wuffs_json__decoder__decode_tokens() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c6709 uint32_t v_depth; member
8304 uint32_t v_depth; member
23663 uint32_t v_depth = 0; in wuffs_cbor__decoder__decode_tokens() local
23704 v_depth = self->private_data.s_decode_tokens[0].v_depth; in wuffs_cbor__decoder__decode_tokens()
23977 } else if (v_depth >= 1024) { in wuffs_cbor__decoder__decode_tokens()
23988 if (v_depth > 0) { in wuffs_cbor__decoder__decode_tokens()
23989 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
23990 v_stack_bit = (((v_depth - 1) & 15) * 2); in wuffs_cbor__decoder__decode_tokens()
24008 v_stack_byte = (v_depth / 1 in wuffs_cbor__decoder__decode_tokens()
31684 uint32_t v_depth = 0; wuffs_json__decoder__decode_tokens() local
[all...]

Completed in 81 milliseconds