Home
last modified time | relevance | path

Searched refs:idHash (Results 1 – 25 of 110) sorted by relevance

12345

/dports/security/xray-core/Xray-core-1.5.0/proxy/vmess/
H A Dvalidator_test.go38 idHash := hasher(id.Bytes())
39 common.Must2(serial.WriteUint64(idHash, uint64(ts)))
40 userHash := idHash.Sum(nil)
66 idHash := hasher(id.Bytes())
67 common.Must2(serial.WriteUint64(idHash, uint64(ts)))
68 userHash := idHash.Sum(nil)
/dports/net/v2ray/v2ray-core-4.36.2/proxy/vmess/
H A Dvalidator_test.go38 idHash := hasher(id.Bytes())
39 common.Must2(serial.WriteUint64(idHash, uint64(ts)))
40 userHash := idHash.Sum(nil)
66 idHash := hasher(id.Bytes())
67 common.Must2(serial.WriteUint64(idHash, uint64(ts)))
68 userHash := idHash.Sum(nil)
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DCertificateOfMembership.cpp37 uint64_t idHash[6]; in CertificateOfMembership() local
38 issuedTo.publicKeyHash(idHash); in CertificateOfMembership()
41 _qualifiers[i + 3].value = Utils::ntoh(idHash[i]); in CertificateOfMembership()
75 uint64_t idHash[6]; in agreesWith() local
76 otherIdentity.publicKeyHash(idHash); in agreesWith()
81 if (otherQ->second != Utils::ntoh(idHash[i])) in agreesWith()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/models/
H A Dimportimagemodel.cpp245 int index = d->idHash.value(id, -1); in indexForCamItemId()
261 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in indexesForCamItemId()
279 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in numberOfIndexesForCamItemId()
473 d->idHash.clear(); in clearCamItemInfos()
501 return d->idHash.keys(); in camItemIds()
513 if (d->idHash.value(info.id) == i) in uniqueCamItemInfos()
524 return d->idHash.contains(id); in hasImage()
658 d->idHash.insert(id, i); in publiciseInfos()
849 for (it = d->idHash.begin() ; it != d->idHash.end() ; ) in removeRowPairs()
864 it = d->idHash.erase(it); in removeRowPairs()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/models/
H A Ditemmodel.cpp296 int index = d->idHash.value(id, -1); in indexForImageId()
315 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in indexForImageId()
331 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in indexesForImageId()
354 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in numberOfIndexesForImageId()
593 d->idHash.clear(); in clearItemInfos()
622 return d->idHash.keys(); in imageIds()
627 return d->idHash.contains(id); in hasImage()
649 for (it = d->idHash.constFind(id) ; it != d->idHash.constEnd() && it.key() == id ; ++it) in hasImage()
872 d->idHash.insert(id, i); in publiciseInfos()
1088 for (it = d->idHash.begin() ; it != d->idHash.end() ; ) in removeRowPairs()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/shadergraph/
H A Dqshadergraph.cpp105 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
109 auto targetStatement = idHash.value(uuid); in completeStatement()
114 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
245 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
253 const QVector<Edge> enabledEdges = [this, intersectsEnabledLayers, &idHash] { in createStatements()
257 [intersectsEnabledLayers, &idHash] (const Edge &edge) { in createStatements()
259 && idHash.contains(edge.sourceNodeUuid) in createStatements()
260 && idHash.contains(edge.targetNodeUuid); in createStatements()
284 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DMirrorPropertyTreeWebsocket.cxx150 auto it = idHash.find(node); in valueChanged()
151 if (it == idHash.end()) { in valueChanged()
185 idHash.insert(std::make_pair(node, id)); in recursiveAdd()
217 auto it = idHash.find(child); in childRemoved()
218 if (it != idHash.end()) { in childRemoved()
220 idHash.erase(it); in childRemoved()
254 auto it = idHash.find(prop); in idForProperty()
255 if (it == idHash.end()) { in idForProperty()
256 it = idHash.insert(it, std::make_pair(prop, nextPropertyId++)); in idForProperty()
356 std::unordered_map<SGPropertyNode*, PropertyId> idHash; member in flightgear::http::MirrorTreeListener
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Dmacro.h150 size_t lhash = lhs.idHash(); in operator()
151 size_t rhash = rhs.idHash(); in operator()
175 size_t lhash = lhs.idHash(); in operator()
176 size_t rhash = rhs.idHash(); in operator()
189 return macro.idHash(); in operator()
411 size_t idHash() const in idHash() function
506 size_t idHash() const;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
84 private static CIntegerField idHash; field in Symbol
86 public int identityHash() { return (int)idHash.getValue(this.addr); } in identityHash()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
84 private static CIntegerField idHash; field in Symbol
86 public int identityHash() { return (int)idHash.getValue(this.addr); } in identityHash()
/dports/security/xray-core/Xray-core-1.5.0/proxy/vmess/encoding/
H A Dclient.go40 idHash protocol.IDHash member
50 func NewClientSession(ctx context.Context, isAEAD bool, idHash protocol.IDHash) *ClientSession {
53 idHash: idHash,
79 idHash := c.idHash(account.AnyValidID().Bytes())
80 common.Must2(serial.WriteUint64(idHash, uint64(timestamp)))
81 common.Must2(writer.Write(idHash.Sum(nil)))
/dports/net/v2ray/v2ray-core-4.36.2/proxy/vmess/encoding/
H A Dclient.go40 idHash protocol.IDHash member
50 func NewClientSession(ctx context.Context, isAEAD bool, idHash protocol.IDHash) *ClientSession {
53 idHash: idHash,
79 idHash := c.idHash(account.AnyValidID().Bytes())
80 common.Must2(serial.WriteUint64(idHash, uint64(timestamp)))
81 common.Must2(writer.Write(idHash.Sum(nil)))
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php1411 if ($idHash === '') {
1421 $this->identityMap[$className][$idHash] = $entity;
1526 if ($idHash === '') {
1533 unset($this->identityMap[$className][$idHash]);
1550 * @param string $idHash
1555 public function getByIdHash($idHash, $rootClassName) argument
1574 $stringIdHash = (string) $idHash;
1601 if ($idHash === '') {
1614 * @param string $idHash
2514 $idHash = implode(' ', $id);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
84 private static CIntegerField idHash; field in Symbol
93 long id_hash = 0xffffL & (long)idHash.getValue(this.addr); in identityHash()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
81 private static CIntegerField idHash; field in Symbol
90 long id_hash = 0xffffL & (long)idHash.getValue(this.addr); in identityHash()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
84 private static CIntegerField idHash; field in Symbol
93 long id_hash = 0xffffL & (long)idHash.getValue(this.addr); in identityHash()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
81 private static CIntegerField idHash; field in Symbol
90 long id_hash = 0xffffL & (long)idHash.getValue(this.addr); in identityHash()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DSymbol.java50 idHash = type.getCIntegerField("_identity_hash"); in initialize()
81 private static CIntegerField idHash; field in Symbol
90 long id_hash = 0xffffL & (long)idHash.getValue(this.addr); in identityHash()
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php1522 $idHash = implode(' ', $identifier);
1529 $this->identityMap[$className][$idHash] = $entity;
1634 if ($idHash === '') {
1641 unset($this->identityMap[$className][$idHash]);
1658 * @param string $idHash
1663 public function getByIdHash($idHash, $rootClassName) argument
1682 $stringIdHash = (string) $idHash;
1716 * @param string $idHash
2626 $idHash = implode(' ', $id);
3052 $idHash = implode(' ', (array) $id);
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/util/
H A Dqshadergraph.cpp104 QShaderGraph::Statement completeStatement(const QHash<QUuid, QShaderGraph::Statement> &idHash, in completeStatement() argument
108 auto targetStatement = idHash.value(uuid); in completeStatement()
113 const QShaderGraph::Statement sourceStatement = idHash.value(edge.sourceNodeUuid); in completeStatement()
254 const QHash<QUuid, Statement> idHash = [enabledNodes] { in createStatements() local
281 result.append(completeStatement(idHash, enabledEdges, uuid)); in createStatements()

12345