Home
last modified time | relevance | path

Searched refs:bit_index (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFBitVector.py24 def bit_index(abs_pos): function
114 bit = get_bit(cur_byte_val, bit_index(i))
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp202 size_t bit_index = (idx & 7); // efficient idx % 8 for bit index in GetChildAtIndex() local
213 mask = 1 << bit_index; in GetChildAtIndex()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c227 int offset, byte, bit_index; in value_subscript() local
235 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()
H A Deval.c622 int bit_index = (unsigned) range_low % TARGET_CHAR_BIT; in evaluate_subexp_standard() local
624 bit_index = TARGET_CHAR_BIT - 1 - bit_index; in evaluate_subexp_standard()
626 |= 1 << bit_index; in evaluate_subexp_standard()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c5015 tree bit_index; member
5205 p->bit_index = constructor_bit_index;
5335 p->bit_index = constructor_bit_index;
5623 constructor_bit_index = p->bit_index;
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c4934 tree bit_index; member
5105 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()