Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c24751 uint32_t v_stack_bit = 0; in wuffs_cbor__decoder__decode_tokens() local
25076 v_stack_bit = (((v_depth - 1) & 15) * 2); 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()
25095 v_stack_bit = ((v_depth & 15) * 2); 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()
25117 v_stack_bit = (((v_depth - 1) & 15) * 2); 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()
25136 v_stack_bit = ((v_depth & 15) * 2); 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()
25203 v_stack_bit in wuffs_cbor__decoder__decode_tokens()
32794 uint32_t v_stack_bit = 0; wuffs_json__decoder__decode_tokens() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c23665 uint32_t v_stack_bit = 0; in wuffs_cbor__decoder__decode_tokens() local
23990 v_stack_bit = (((v_depth - 1) & 15) * 2); 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()
24009 v_stack_bit = ((v_depth & 15) * 2); 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()
24031 v_stack_bit = (((v_depth - 1) & 15) * 2); 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()
24050 v_stack_bit = ((v_depth & 15) * 2); 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()
24117 v_stack_bit in wuffs_cbor__decoder__decode_tokens()
31686 uint32_t v_stack_bit = 0; wuffs_json__decoder__decode_tokens() local
[all...]

Completed in 82 milliseconds