Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/summaries/cocoa/
H A DCFBitVector.py24 def bit_index(abs_pos): function
117 bit = get_bit(cur_byte_val, bit_index(i))
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp197 size_t bit_index = (idx & 7); // efficient idx % 8 for bit index in GetChildAtIndex()
208 mask = 1 << bit_index; in GetChildAtIndex()
186 size_t bit_index = (idx & 7); // efficient idx % 8 for bit index GetChildAtIndex() local
/llvm-project/clang/test/Analysis/
H A Dmisc-ps.m1285 unsigned int bit_index;
1286 for (bit_index = 0;
1287 bit_index < 24;
1288 bit_index++) {
1289 switch ((0x01 << bit_index) & bit_mask) {