Home
last modified time | relevance | path

Searched refs:byte_bit (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DRegisterValue.cpp858 const uint32_t byte_bit = bit % 8; in ClearBit() local
860 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
898 const uint32_t byte_bit = bit % 8; in SetBit() local
900 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp857 const uint32_t byte_bit = bit % 8; in ClearBit() local
859 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
897 const uint32_t byte_bit = bit % 8; in SetBit() local
899 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DRegisterValue.cpp832 const uint32_t byte_bit = bit % 8; in ClearBit() local
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
872 const uint32_t byte_bit = bit % 8; in SetBit() local
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DGenCodBas_PIC10.pas245 procedure byte_bit(const OpPtr: pointer; nbit: byte); procedure
2228 procedure TGenCodBas.byte_bit(const OpPtr: pointer; nbit: byte); procedure
2259 byte_bit(OpPtr, 0);
2263 byte_bit(OpPtr, 1);
2267 byte_bit(OpPtr, 2);
2271 byte_bit(OpPtr, 3);
2275 byte_bit(OpPtr, 4);
2279 byte_bit(OpPtr, 5);
2283 byte_bit(OpPtr, 6);
2287 byte_bit(OpPtr, 7);
H A DGenCodBas_PIC16.pas252 procedure byte_bit(const OpPtr: pointer; nbit: byte); procedure
2234 procedure TGenCodBas.byte_bit(const OpPtr: pointer; nbit: byte); procedure
2265 byte_bit(OpPtr, 0);
2269 byte_bit(OpPtr, 1);
2273 byte_bit(OpPtr, 2);
2277 byte_bit(OpPtr, 3);
2281 byte_bit(OpPtr, 4);
2285 byte_bit(OpPtr, 5);
2289 byte_bit(OpPtr, 6);
2293 byte_bit(OpPtr, 7);
H A DGenCodBas_PIC17.pas239 procedure byte_bit(const OpPtr: pointer; nbit: byte); procedure
2145 procedure TGenCodBas.byte_bit(const OpPtr: pointer; nbit: byte); procedure
2176 byte_bit(OpPtr, 0);
2180 byte_bit(OpPtr, 1);
2184 byte_bit(OpPtr, 2);
2188 byte_bit(OpPtr, 3);
2192 byte_bit(OpPtr, 4);
2196 byte_bit(OpPtr, 5);
2200 byte_bit(OpPtr, 6);
2204 byte_bit(OpPtr, 7);
H A DGenCodBas_PICBase.pas252 procedure byte_bit(const OpPtr: pointer; nbit: byte); procedure
2122 procedure TGenCodBas_PICBase.byte_bit(const OpPtr: pointer; nbit: byte); procedure
2153 byte_bit(OpPtr, 0);
2157 byte_bit(OpPtr, 1);
2161 byte_bit(OpPtr, 2);
2165 byte_bit(OpPtr, 3);
2169 byte_bit(OpPtr, 4);
2173 byte_bit(OpPtr, 5);
2177 byte_bit(OpPtr, 6);
2181 byte_bit(OpPtr, 7);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/
H A Dwgsread.cpp3658 Uint1 byte_bit = 1<<block_index%8; in x_AmbiguousBlock() local
3661 (m_Cur->m_AmbiguityMaskDone[byte_index] & byte_bit) ) { in x_AmbiguousBlock()
3664 (m_Cur->m_AmbiguityMask[byte_index] & byte_bit); in x_AmbiguousBlock()
3696 m_Cur->m_AmbiguityMask[byte_index] |= byte_bit; in x_AmbiguousBlock()
3698 m_Cur->m_AmbiguityMaskDone[byte_index] |= byte_bit; in x_AmbiguousBlock()