Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 25 of 1841) sorted by relevance

12345678910>>...74

/dports/devel/tcl-trf/trf2.1.4/generic/ripemd/
H A Dhashtest.c81 return (byte *)hashcode; in RMD()
131 hashcode[i] = MDbuf[i>>2]; in RMDbinary()
139 return (byte *)hashcode; in RMDbinary()
153 byte hashcode[RMDsize/8]; in speedtest() local
192 hashcode[i] = MDbuf[i>>2]; in speedtest()
199 printf("%02x", hashcode[i]); in speedtest()
224 hashcode[i] = MDbuf[i>>2]; in RMDonemillion()
231 printf("%02x", hashcode[i]); in RMDonemillion()
240 byte *hashcode; in RMDstring() local
245 printf("%02x", hashcode[i]); in RMDstring()
[all …]
/dports/security/p5-Crypt-RIPEMD160/Crypt-RIPEMD160-0.08/rmd160/hash/
H A Dhashtest.c81 return (byte *)hashcode; in RMD()
131 hashcode[i] = MDbuf[i>>2]; in RMDbinary()
139 return (byte *)hashcode; in RMDbinary()
153 byte hashcode[RMDsize/8]; in speedtest() local
192 hashcode[i] = MDbuf[i>>2]; in speedtest()
199 printf("%02x", hashcode[i]); in speedtest()
224 hashcode[i] = MDbuf[i>>2]; in RMDonemillion()
231 printf("%02x", hashcode[i]); in RMDonemillion()
240 byte *hashcode; in RMDstring() local
245 printf("%02x", hashcode[i]); in RMDstring()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dhashcode.hh19 inline hashcode_t hashcode(T const &x) { in hashcode() function
20 return x.hashcode(); in hashcode()
24 inline hashcode_t hashcode(char const &x) { in hashcode() function
39 inline hashcode_t hashcode(short const &x) { in hashcode() function
49 inline hashcode_t hashcode(int const &x) { in hashcode() function
54 inline hashcode_t hashcode(unsigned const &x) { in hashcode() function
59 inline hashcode_t hashcode(long const &x) { in hashcode() function
70 inline hashcode_t hashcode(long long const &x) { in hashcode() function
82 inline hashcode_t hashcode(int64_t const &x) { in hashcode() function
87 inline hashcode_t hashcode(uint64_t const &x) { in hashcode() function
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dhtbt.h117 void* htbt_find(htbt collection, hashcode obj_hash);
131 void** htbt_findp(htbt collection, hashcode obj_hash);
146 void** htbt_insert(htbt collection, hashcode obj_hash);
160 void* htbt_delete(htbt collection, hashcode obj_hash);
207 static inline void* htbt_find(htbt collection, hashcode obj_hash) in htbt_find()
210 hashcode table_hash = HTBT_HASH_TRANSFORM(obj_hash); in htbt_find()
232 static inline void** htbt_findp(htbt collection, hashcode obj_hash) in htbt_findp()
235 hashcode table_hash = HTBT_HASH_TRANSFORM(obj_hash); in htbt_findp()
261 hashcode table_hash = HTBT_HASH_TRANSFORM(obj_hash); in htbt_insert()
285 static inline void* htbt_delete(htbt collection, hashcode obj_hash) in htbt_delete()
[all …]
H A Davl.h165 hashcode hash; /* hashcode of the data (32 bits) */
204 void* avl_find(avl_tree* tree, hashcode obj_hash);
210 avl_find(const avl_tree* root, hashcode obj_hash) in avl_find()
215 hashcode h; in avl_find()
252 void** avl_findp(avl_tree* tree, hashcode obj_hash);
255 avl_findp(const avl_tree* root, hashcode obj_hash) in avl_findp()
260 hashcode h; in avl_findp()
298 void** avl_insert(avl_tree* tree, hashcode obj_hash);
310 void* avl_delete(avl_tree* tree, hashcode obj_hash);
334 avl_node* avl_iterator_init_from_after(avl_tree tree, avl_iterator *iter, hashcode obj_hash);
/dports/devel/msbuild/msbuild-0.06/src/MSBuildTaskHost/Concurrent/
H A DConcurrentDictionary.cs124 Debug.Assert(_comparer.GetHashCode(key) == hashcode); in TryGetValueInternal()
129 int bucketNo = GetBucket(hashcode, tables._buckets.Length); in TryGetValueInternal()
139 if (hashcode == n._hashcode && _comparer.Equals(n._key, key)) in TryGetValueInternal()
158 Debug.Assert(_comparer.GetHashCode(key) == hashcode); in TryAddInternal()
286 int hashcode = _comparer.GetHashCode(key); in GetOrAdd()
289 if (!TryGetValueInternal(key, hashcode, out resultingValue)) in GetOrAdd()
440 private static int GetBucket(int hashcode, int bucketCount) in GetBucket() argument
442 int bucketNo = (hashcode & 0x7fffffff) % bucketCount; in GetBucket()
452 bucketNo = (hashcode & 0x7fffffff) % bucketCount; in GetBucketAndLockNo()
525 internal Node(TKey key, TValue value, int hashcode, Node next) in Node() argument
[all …]
/dports/lang/seed7/seed7/src/
H A Dhsh_rtl.h33 const genericType key, intType hashcode,
47 intType hashcode, compareType cmp_func,
50 const genericType key, intType hashcode,
54 intType hashcode, compareType cmp_func);
57 intType hashcode, compareType cmp_func);
61 intType hashcode);
65 intType hashcode, compareType cmp_func);
68 intType hashcode, compareType cmp_func);
70 const genericType data, intType hashcode,
79 const genericType data, intType hashcode,
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/debug/
H A Dpr41264-1.c31 hashval_t hashcode = 0; in bla() local
34 hashcode = iterative_hash_host_wide_int (14, hashcode); in bla()
35 hashcode = iterative_hash_host_wide_int (nunits, hashcode); in bla()
36 hashcode = iterative_hash_host_wide_int (mode, hashcode); in bla()
40 return hashcode; in bla()

12345678910>>...74