Searched defs:SetBits (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | bitutils.h | 39 struct SetBits { struct 42 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | bitutils.h | 39 struct SetBits { struct 42 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | bitutils.h | 50 struct SetBits { struct 53 const static T get = (T(1) << First) | SetBits<T, First + 1, Num - 1>::get; argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | int.go | 120 func (z *Int) SetBits(abs []Word) *Int { func
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_mov_inst.h | 314 void SetBits(const unsigned char lowBit, const unsigned char highBit, const uint32_t value) { in SetBits() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer.cc | 3203 void SetBits(uint8_t* flags, uint8_t val, uint8_t num_bits, uint8_t offset) { in SetBits() function
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 45 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() function in vixl::aarch64::SimSystemRegister
|