Home
last modified time | relevance | path

Searched refs:GetBitOffset (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBType.cpp692 return m_opaque_up->GetBitOffset() / 8u; in GetOffsetInBytes()
700 return m_opaque_up->GetBitOffset(); in GetOffsetInBits()
729 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); in GetDescription()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h365 uint64_t GetBitOffset() const { return m_bit_offset; } in GetBitOffset() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2937 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
2958 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2959 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc2944 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
2965 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2966 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()
/external/mesa3d/src/gtest/src/
Dgtest.cc2942 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
2963 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
2964 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()
/external/googletest/googletest/src/
Dgtest.cc3183 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
3204 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
3205 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3015 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function
3036 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()
3037 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()