Home
last modified time | relevance | path

Searched refs:PositiveMask (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas633 PositiveMask = not Integer($80000000);
638 Result := PositiveMask and ((PositiveMask and FComparer.GetHashCode(Key)) + 1);
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1229 APInt PositiveMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1240 PositiveMask.setBit(i); in emitSoftFailTableEntry()
1257 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1268 encodeULEB128(PositiveMask.getZExtValue(), S); in emitSoftFailTableEntry()