Searched refs:bit_index (Results 1 – 6 of 6) sorted by relevance
24 def bit_index(abs_pos): function114 bit = get_bit(cur_byte_val, bit_index(i))
202 size_t bit_index = (idx & 7); // efficient idx % 8 for bit index in GetChildAtIndex() local213 mask = 1 << bit_index; in GetChildAtIndex()
227 int offset, byte, bit_index; in value_subscript() local235 bit_index = index % TARGET_CHAR_BIT; in value_subscript()236 byte >>= (BITS_BIG_ENDIAN ? TARGET_CHAR_BIT - 1 - bit_index : bit_index); in value_subscript()238 VALUE_BITPOS (v) = bit_index; in value_subscript()
622 int bit_index = (unsigned) range_low % TARGET_CHAR_BIT; in evaluate_subexp_standard() local624 bit_index = TARGET_CHAR_BIT - 1 - bit_index; in evaluate_subexp_standard()626 |= 1 << bit_index; in evaluate_subexp_standard()
5015 tree bit_index; member5205 p->bit_index = constructor_bit_index;5335 p->bit_index = constructor_bit_index;5623 constructor_bit_index = p->bit_index;
4934 tree bit_index; member5105 p->bit_index = constructor_bit_index; in really_start_incremental_init()5246 p->bit_index = constructor_bit_index; in push_init_level()5535 constructor_bit_index = p->bit_index; in pop_init_level()