Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c24750 uint32_t v_stack_byte = 0; in wuffs_cbor__decoder__decode_tokens() local
25075 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
25077 if (0 == (self->private_data.f_stack[v_stack_byte] & (((uint32_t)(1)) << v_stack_bit))) { in wuffs_cbor__decoder__decode_tokens()
25094 v_stack_byte = (v_depth / 16); in wuffs_cbor__decoder__decode_tokens()
25096 self->private_data.f_stack[v_stack_byte] &= (4294967295 ^ (((uint32_t)(3)) << v_stack_bit)); in wuffs_cbor__decoder__decode_tokens()
25116 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
25118 if (0 == (self->private_data.f_stack[v_stack_byte] & (((uint32_t)(1)) << v_stack_bit))) { in wuffs_cbor__decoder__decode_tokens()
25135 v_stack_byte = (v_depth / 16); in wuffs_cbor__decoder__decode_tokens()
25137 self->private_data.f_stack[v_stack_byte] |= (((uint32_t)(3)) << v_stack_bit); in wuffs_cbor__decoder__decode_tokens()
25202 v_stack_byte in wuffs_cbor__decoder__decode_tokens()
32793 uint32_t v_stack_byte = 0; wuffs_json__decoder__decode_tokens() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c23664 uint32_t v_stack_byte = 0; in wuffs_cbor__decoder__decode_tokens() local
23989 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
23991 if (0 == (self->private_data.f_stack[v_stack_byte] & (((uint32_t)(1)) << v_stack_bit))) { in wuffs_cbor__decoder__decode_tokens()
24008 v_stack_byte = (v_depth / 16); in wuffs_cbor__decoder__decode_tokens()
24010 self->private_data.f_stack[v_stack_byte] &= (4294967295 ^ (((uint32_t)(3)) << v_stack_bit)); in wuffs_cbor__decoder__decode_tokens()
24030 v_stack_byte = ((v_depth - 1) / 16); in wuffs_cbor__decoder__decode_tokens()
24032 if (0 == (self->private_data.f_stack[v_stack_byte] & (((uint32_t)(1)) << v_stack_bit))) { in wuffs_cbor__decoder__decode_tokens()
24049 v_stack_byte = (v_depth / 16); in wuffs_cbor__decoder__decode_tokens()
24051 self->private_data.f_stack[v_stack_byte] |= (((uint32_t)(3)) << v_stack_bit); in wuffs_cbor__decoder__decode_tokens()
24116 v_stack_byte in wuffs_cbor__decoder__decode_tokens()
31685 uint32_t v_stack_byte = 0; wuffs_json__decoder__decode_tokens() local
[all...]

Completed in 83 milliseconds