Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_OS_2_V0.h123 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_VA.h125 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
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1230 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1244 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1258 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1275 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()