Home
last modified time | relevance | path

Searched refs:sibling_hash (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dtorrent_info.cpp1254 auto const sibling_hash = subtree.find(sibling); in add_merkle_nodes() local
1255 if (sibling_hash == subtree.end()) in add_merkle_nodes()
1258 to_add[sibling] = sibling_hash->second; in add_merkle_nodes()
1262 hs.update(sibling_hash->second); in add_merkle_nodes()
1268 hs.update(sibling_hash->second); in add_merkle_nodes()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dtorrent_info.cpp1254 auto const sibling_hash = subtree.find(sibling); in add_merkle_nodes() local
1255 if (sibling_hash == subtree.end()) in add_merkle_nodes()
1258 to_add[sibling] = sibling_hash->second; in add_merkle_nodes()
1262 hs.update(sibling_hash->second); in add_merkle_nodes()
1268 hs.update(sibling_hash->second); in add_merkle_nodes()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_lyb.c881 LYB_HASH sibling_hash; in lyb_is_schema_hash_match() local
886 sibling_hash = lyb_hash(sibling, i); in lyb_is_schema_hash_match()
887 if (sibling_hash != hash[i]) { in lyb_is_schema_hash_match()