Searched defs:SetBits (Results 1 – 6 of 6) sorted by relevance
/third_party/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/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
|
/third_party/skia/third_party/externals/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
|
/third_party/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
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 101 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() function in v8::internal::SimSystemRegister
|
/third_party/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 45 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() function in vixl::aarch64::SimSystemRegister
|