Home
last modified time | relevance | path

Searched refs:hash_mask (Results 76 – 100 of 1665) sorted by relevance

12345678910>>...67

/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dzsrc_rfc1035.c220 const unsigned hash_mask = zfhash_alloc - 1; in zfhash_add() local
221 unsigned slot = zf->hash & hash_mask; in zfhash_add()
225 slot &= hash_mask; in zfhash_add()
236 const unsigned hash_mask = zfhash_alloc - 1; in zfhash_del() local
237 unsigned slot = zf->hash & hash_mask; in zfhash_del()
241 slot &= hash_mask; in zfhash_del()
254 const unsigned hash_mask = zfhash_alloc - 1; in zfhash_find() local
255 unsigned slot = zfn_hash & hash_mask; in zfhash_find()
262 slot &= hash_mask; in zfhash_find()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/util/
H A DLightWeightGSet.java66 private final int hash_mask; field in LightWeightGSet
82 hash_mask = entries.length - 1; in LightWeightGSet()
103 return key.hashCode() & hash_mask; in getIndex()
221 .append(String.format(", %08x", hash_mask)) in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DmarkWord.hpp156 static const uintptr_t hash_mask = right_n_bits(hash_bits); member in markWord
157 static const uintptr_t hash_mask_in_place = hash_mask << hash_shift;
293 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
334 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DmarkWord.hpp156 static const uintptr_t hash_mask = right_n_bits(hash_bits); member in markWord
157 static const uintptr_t hash_mask_in_place = hash_mask << hash_shift;
291 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
332 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DmarkWord.hpp151 static const uintptr_t hash_mask = right_n_bits(hash_bits); member in markWord
152 static const uintptr_t hash_mask_in_place = hash_mask << hash_shift;
296 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
337 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmarkWord.hpp151 static const uintptr_t hash_mask = right_n_bits(hash_bits); member in markWord
152 static const uintptr_t hash_mask_in_place = hash_mask << hash_shift;
296 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
337 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dgenmloop.sh509 unsigned int hash_mask, int FAST_P)
512 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
547 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
572 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
608 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
639 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
676 unsigned int hash_mask, int FAST_P)
679 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
716 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
786 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dgenmloop.sh508 unsigned int hash_mask, int FAST_P)
511 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
546 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
571 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
607 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
638 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
675 unsigned int hash_mask, int FAST_P)
678 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
715 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
785 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dgenmloop.sh504 unsigned int hash_mask, int FAST_P)
507 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
542 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
567 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
603 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
634 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
671 unsigned int hash_mask, int FAST_P)
674 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
711 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
781 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dgenmloop.sh504 unsigned int hash_mask, int FAST_P)
507 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
542 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
567 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
603 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
634 sc = @prefix@_scache_lookup (current_cpu, vpc, scache, hash_mask, FAST_P);
671 unsigned int hash_mask, int FAST_P)
674 SCACHE *sc = scache + SCACHE_HASH_PC (vpc, hash_mask);
711 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
781 unsigned int hash_mask = CPU_SCACHE_HASH_MASK (current_cpu);
/dports/security/rhash/RHash-1.4.2/
H A Dhash_check.c305 unsigned code, i, hash_mask, hash_id; in bsd_hash_name_to_id() local
315 hash_mask = code2mask[i + 1]; in bsd_hash_name_to_id()
316 i = get_ctz(hash_mask); in bsd_hash_name_to_id()
319 assert((hash_mask & (hash_mask - 1)) == 0); in bsd_hash_name_to_id()
320 return (length == strlen(hash_info_table[i].name) ? hash_mask : 0); in bsd_hash_name_to_id()
327 if ((hash_id & hash_mask) == 0) continue; in bsd_hash_name_to_id()
671 parser->hash_mask |= hv->hash_id; in finalize_parsed_data()
997 if ((parser->hash_mask & hash_id) == 0) in do_hash_sums_match()
1084 info.sums_flags = hp->hash_mask; in verify_hashes()
1115 assert(hp->hash_mask & RHASH_CRC32); in verify_hashes()
[all …]
/dports/sysutils/fusefs-chironfs/chironfs-1.1.1/src/
H A Dchiron-conf.c325 hash_mask = hash_mask<<1 | 1; in do_mount()
328 hash_mask >>= 1; in do_mount()
329 FD_BUF_SIZE = hash_mask; in do_mount()
330 dbg(("\nhash_mask:%x",hash_mask)); in do_mount()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmarkOop.hpp146 const static uintptr_t hash_mask = right_n_bits(hash_bits); member in markOopDesc
147 const static uintptr_t hash_mask_in_place = hash_mask << hash_shift;
299 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
340 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmarkOop.hpp146 const static uintptr_t hash_mask = right_n_bits(hash_bits); member in markOopDesc
147 const static uintptr_t hash_mask_in_place = hash_mask << hash_shift;
299 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
340 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DmarkOop.hpp146 const static uintptr_t hash_mask = right_n_bits(hash_bits); member in markOopDesc
147 const static uintptr_t hash_mask_in_place = hash_mask << hash_shift;
299 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
340 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmarkOop.hpp146 const static uintptr_t hash_mask = right_n_bits(hash_bits); member in markOopDesc
147 const static uintptr_t hash_mask_in_place = hash_mask << hash_shift;
299 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
340 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmarkOop.hpp146 const static uintptr_t hash_mask = right_n_bits(hash_bits); member in markOopDesc
147 const static uintptr_t hash_mask_in_place = hash_mask << hash_shift;
299 tmp |= ((hash & hash_mask) << hash_shift); in copy_set_hash()
340 return mask_bits(value() >> hash_shift, hash_mask); in hash()
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dderep.cc266 uint64_t hash_mask = hashtablesize - 1; in derep() local
390 hash_mask = hashtablesize - 1; in derep()
425 uint64_t j = hash & hash_mask; in derep()
434 j = (j+1) & hash_mask; in derep()
444 uint64_t k = rc_hash & hash_mask; in derep()
453 k = (k+1) & hash_mask; in derep()
839 int hash_mask = hashtablesize - 1; in derep_prefix() local
916 struct bucket * bp = hashtable + (hash & hash_mask); in derep_prefix()
958 bp = hashtable + (hash & hash_mask); in derep_prefix()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/
H A Dprcmon.c61 static PRUint32 hash_mask; variable
75 & hash_mask)
176 hash_mask = entries - 1; in ExpandMonitorCache()
335 hash_mask = 0; in _PR_CleanupCMon()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.c236 u32 hash_value, hash_mask; in igbvf_hash_mc_addr_vf() local
242 hash_mask = (hw->mac.mta_reg_count * 32) - 1; in igbvf_hash_mc_addr_vf()
248 while (hash_mask >> bit_shift != 0xFF) in igbvf_hash_mc_addr_vf()
251 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in igbvf_hash_mc_addr_vf()
/dports/security/rhash/RHash-1.4.2/bindings/perl/
H A DRhash.xs151 rhash_print_magnet(ctx, filename, hash_mask)
154 SV * hash_mask
159 unsigned mask = (SvOK(hash_mask) ? (unsigned)SvUV(hash_mask) : RHASH_ALL_HASHES);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.c236 u32 hash_value, hash_mask; in igbvf_hash_mc_addr_vf() local
242 hash_mask = (hw->mac.mta_reg_count * 32) - 1; in igbvf_hash_mc_addr_vf()
248 while (hash_mask >> bit_shift != 0xFF) in igbvf_hash_mc_addr_vf()
251 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in igbvf_hash_mc_addr_vf()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.c236 u32 hash_value, hash_mask; in igbvf_hash_mc_addr_vf() local
242 hash_mask = (hw->mac.mta_reg_count * 32) - 1; in igbvf_hash_mc_addr_vf()
248 while (hash_mask >> bit_shift != 0xFF) in igbvf_hash_mc_addr_vf()
251 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in igbvf_hash_mc_addr_vf()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/
H A Dprcmon.c61 static PRUint32 hash_mask; variable
75 & hash_mask)
176 hash_mask = entries - 1; in ExpandMonitorCache()
335 hash_mask = 0; in _PR_CleanupCMon()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DLightWeightGSet.java69 private final int hash_mask; field in LightWeightGSet
86 hash_mask = entries.length - 1; in LightWeightGSet()
107 return key.hashCode() & hash_mask; in getIndex()
225 .append(String.format(", %08x", hash_mask)) in toString()

12345678910>>...67