Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_OS_2_VA.h126 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V0.h126 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V1.h369 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V2.h384 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V3.h394 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
DSkOTTable_OS_2_V4.h426 static const SK_OT_USHORT NegativeMask = SkOTSetUSHORTBit<2>::value; member
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1252 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1266 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1280 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1297 encodeULEB128(NegativeMask.getZExtValue(), S); in emitSoftFailTableEntry()