Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp60 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local
61 setFlags(OtherFlags | (Val << ELF_STB_Shift)); in setBinding()
119 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local
120 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()
149 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local
150 setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in setVisibility()
162 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local
163 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()
172 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc() local
173 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); in setIsWeakrefUsedInReloc()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp74 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags>
75 …rStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src, RoundingD…
269 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags>
272 …(const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h239 void operator&=(const FastMathFlags &OtherFlags) {
240 Flags &= OtherFlags.Flags;