Home
last modified time | relevance | path

Searched refs:HashMatch (Results 1 – 6 of 6) sorted by relevance

/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DHashErrorModel.h64 typedef std::unordered_map<uint64_t, HashErrorModel::SMatches> HashMatch; typedef
66 typedef std::map<uint64_t, HashErrorModel::SMatches> HashMatch; typedef
69 HashMatch mismatchTable;
H A DHashErrorModel.cpp94 HashMatch::iterator iter = mismatchTable.find(data.getKey()); in getQemp()
178 for(HashMatch::iterator it = mismatchTable.begin(); in writeTableQemp()
222 for(HashMatch::iterator it = mismatchTable.begin(); in addPrediction()
274 for(HashMatch::const_iterator it = mismatchTable.begin(); in setDataforPrediction()
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dparticipantsource.go147 if partRes.HashMatch {
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/modules/
H A Dhashmatch.py27 class HashMatch(Module): class
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dremote.go1524 HashMatch bool `codec:"hashMatch" json:"hashMatch"` member
1532 HashMatch: o.HashMatch,
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go1544 HashMatch bool `codec:"hashMatch" json:"hashMatch"` member
1552 HashMatch: o.HashMatch,