Home
last modified time | relevance | path

Searched +defs:hash +defs:count (Results 76 – 100 of 12709) sorted by relevance

12345678910>>...509

/dports/lang/yap/yap-6.2.2/library/tries/
H A Dcore_dbtries.c287 TrHash hash = (TrHash) node; in traverse_and_replace_nested_trie() local
307 TrHash hash = (TrHash) child; in traverse_and_replace_nested_trie() local
389 TrHash hash = (TrHash) temp; in replace_nested_trie() local
471 int count = -1; in core_depth_reduction() local
499 TrHash hash = (TrHash) temp; in core_depth_reduction() local
536 int count = -1; in core_breadth_reduction() local
557 TrHash hash = (TrHash) child; in core_breadth_reduction() local
713 TrHash hash = (TrHash) node; in get_return_node_term() local
730 int count = -1; in traverse_get_counter() local
737 TrHash hash = (TrHash) node; in traverse_get_counter() local
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/lsb/
H A Dmd5sum.c173 int i, j, k, count; in sha1_transform() local
251 struct hash { in do_lib_hash() struct
252 char *name; in do_lib_hash()
253 int (*init)(void *); in do_lib_hash()
254 int (*update)(void *, void *, size_t); in do_lib_hash()
255 int (*final)(void *, void *); in do_lib_hash()
256 int digest_length; in do_lib_hash()
266 }, * hash; in do_lib_hash() local
290 unsigned long long count; in do_builtin_hash() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dcontext.c135 UWord hash = 0; in cxt_hash_val() local
136 UInt count = size; in cxt_hash_val() local
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
149 int count; in is_cxt() local
172 UWord hash; in new_cxt() local
232 UWord hash; in CLG_() local
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dcontext.c135 UWord hash = 0; in cxt_hash_val() local
136 UInt count = size; in cxt_hash_val() local
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
149 int count; in is_cxt() local
172 UWord hash; in new_cxt() local
232 UWord hash; in CLG_() local
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Ddup.c33 unsigned char hash[HASH_MAX]; /**< Hash of the whole file. */ member
41 struct snapraid_hash* hash; in hash_alloc() local
72 static inline tommy_uint32_t hash_hash(struct snapraid_hash* hash) in hash_hash()
77 void hash_free(struct snapraid_hash* hash) in hash_free()
85 const struct snapraid_hash* hash = void_data; in hash_compare() local
94 unsigned count; in state_dup() local
114 struct snapraid_hash* hash; in state_dup() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dselector_filter.cc54 wtf_size_t count = class_names.size(); in CollectElementIdentifierHashes() local
75 wtf_size_t count = parent_frame.identifier_hashes.size(); in PushParentStackFrame() local
84 wtf_size_t count = parent_frame.identifier_hashes.size(); in PopParentStackFrame() local
126 unsigned*& hash) { in CollectDescendantSelectorIdentifierHashes()
152 unsigned* hash = identifier_hashes; in CollectIdentifierHashes() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dselector_filter.cc54 wtf_size_t count = class_names.size(); in CollectElementIdentifierHashes() local
75 wtf_size_t count = parent_frame.identifier_hashes.size(); in PushParentStackFrame() local
84 wtf_size_t count = parent_frame.identifier_hashes.size(); in PopParentStackFrame() local
126 unsigned*& hash) { in CollectDescendantSelectorIdentifierHashes()
152 unsigned* hash = identifier_hashes; in CollectIdentifierHashes() local
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddLCache.c438 double count, mean, meansq, stddev, expected; in cuddLocalCacheProfile() local
596 DdHashTable * hash) in cuddHashTableQuit()
649 DdHashTable * hash, in cuddHashTableInsert()
652 ptrint count) in cuddHashTableInsert()
704 DdHashTable * hash, in cuddHashTableLookup()
768 DdHashTable * hash, in cuddHashTableInsert1()
771 ptrint count) in cuddHashTableInsert1()
820 DdHashTable * hash, in cuddHashTableLookup1()
875 DdHashTable * hash, in cuddHashTableInsert2()
879 ptrint count) in cuddHashTableInsert2()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/tests/
H A DECDsaTests.cs141 public override byte[] SignHash(byte[] hash) => _ecdsa.SignHash(hash); field in System.Security.Cryptography.Algorithms.Tests.ECDsaTests.OverrideAbstractECDsa
143 …public override bool VerifyHash(byte[] hash, byte[] signature) => _ecdsa.VerifyHash(hash, signatur… in VerifyHash()
148 … public byte[] BaseHashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) => in BaseHashData()
160 …protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgor… in HashData()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/shells/nsh/nsh-0.4.2/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/www/rearx/rearx-0.1.4/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/blake2b_simd-0.5.8/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/www/castor/castor-0.8.16/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/blake2b_simd/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/blake2b_simd/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/blake2b_simd-0.5.11/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/blake2b_simd/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable
/dports/devel/gitui/gitui-0.10.1/cargo-crates/blake2b_simd-0.5.10/src/
H A Dtest.rs22 let hash = blake2b(input); in test_update_state() localVariable
34 let hash = state.finalize(); in test_update_state() localVariable
40 let mut count = 0; in test_update_state() localVariable
46 let hash = state.finalize(); in test_update_state() localVariable
70 let hash = state.finalize(); in test_write() localVariable

12345678910>>...509