Home
last modified time | relevance | path

Searched refs:NegativeMask (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/src/sfnt/
DSkOTTable_OS_2_VA.h125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V0.h123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V1.h366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V2.h382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V3.h391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V4.h423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_VA.h125 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V0.h123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V1.h366 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V2.h382 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V3.h391 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V4.h423 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDisassemblerTables.inc6835 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
6837 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc10476 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
10478 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc21930 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
21932 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc25862 InsnType NegativeMask = decodeULEB128(Ptr, &Len);
25864 bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);