Home
last modified time | relevance | path

Searched refs:ProtoMask (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dintmatcher.h75 void Match(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR ConfigMask,
85 int FindGoodProtos(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR ConfigMask,
89 int FindBadFeatures(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR ConfigMask,
94 …int UpdateTablesForFeature(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR Confi…
102 …void DebugFeatureProtoError(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR Conf…
108 …void DisplayFeatureDebugInfo(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, BIT_VECTOR Con…
H A Dintmatcher.cpp497 int csum = UpdateTablesForFeature(ClassTemplate, ProtoMask, ConfigMask, Feature, in Match()
507 DebugFeatureProtoError(ClassTemplate, ProtoMask, ConfigMask, *tables, NumFeatures, Debug); in Match()
515 DisplayFeatureDebugInfo(ClassTemplate, ProtoMask, ConfigMask, NumFeatures, Features, in Match()
555 int IntegerMatcher::FindGoodProtos(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, in FindGoodProtos() argument
619 int IntegerMatcher::FindBadFeatures(INT_CLASS_STRUCT *ClassTemplate, BIT_VECTOR ProtoMask, in FindBadFeatures() argument
634 UpdateTablesForFeature(ClassTemplate, ProtoMask, ConfigMask, Feature, &Features[Feature], in FindBadFeatures()
778 ActualProtoNum += (PROTOS_PER_PROTO_SET >> 1), ProtoMask++, ProtoPrunerPtr++) { in UpdateTablesForFeature()
783 ProtoWord &= *ProtoMask; in UpdateTablesForFeature()
916 for (ProtoWordNum = 0; ProtoWordNum < 2; ProtoWordNum++, ProtoMask++) { in DebugFeatureProtoError()
921 tprintf("%1d", (((*ProtoMask) >> ProtoNum) & 1)); in DebugFeatureProtoError()
[all …]
H A Dintproto.cpp1542 uint32_t ProtoMask; in RenderIntProto() local
1555 ProtoMask = PPrunerMaskFor(ProtoId); in RenderIntProto()
1562 if (ProtoMask & ProtoSet->ProtoPruner[PRUNER_X][Bucket][ProtoWordIndex]) { in RenderIntProto()
1566 if (ProtoMask & ProtoSet->ProtoPruner[PRUNER_Y][Bucket][ProtoWordIndex]) { in RenderIntProto()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/steamlang/
H A Dsteamlang.go7 ProtoMask uint32 = 0x80000000 const
8 EMsgMask = ^ProtoMask
16 return e&ProtoMask > 0
H A Dmessages.go391 err = binary.Write(w, binary.LittleEndian, EMsg(uint32(d.Msg)|ProtoMask))
443 err = binary.Write(w, binary.LittleEndian, EMsg(uint32(d.Msg)|ProtoMask))