Home
last modified time | relevance | path

Searched refs:hash_mod (Results 1 – 25 of 130) sorted by relevance

123456

/dports/science/siesta/siesta-4.1.5/Src/fdict/test/
H A Dcrt_hash_basis.f903 integer :: hash, hash_mod variable
12 hash_mod = 2**16
15 offset = mod(offset * FNV_prime,hash_mod)
/dports/devel/git-svn/git-2.34.1/
H A Dbloom.c155 uint64_t hash_mod = key->hashes[i] % mod; in add_key_to_filter() local
156 uint64_t block_pos = hash_mod / BITS_PER_WORD; in add_key_to_filter()
158 filter->data[block_pos] |= get_bitmask(hash_mod); in add_key_to_filter()
320 uint64_t hash_mod = key->hashes[i] % mod; in bloom_filter_contains() local
321 uint64_t block_pos = hash_mod / BITS_PER_WORD; in bloom_filter_contains()
322 if (!(filter->data[block_pos] & get_bitmask(hash_mod))) in bloom_filter_contains()
/dports/devel/git-p4/git-2.34.1/
H A Dbloom.c155 uint64_t hash_mod = key->hashes[i] % mod;
156 uint64_t block_pos = hash_mod / BITS_PER_WORD;
158 filter->data[block_pos] |= get_bitmask(hash_mod);
320 uint64_t hash_mod = key->hashes[i] % mod;
321 uint64_t block_pos = hash_mod / BITS_PER_WORD;
322 if (!(filter->data[block_pos] & get_bitmask(hash_mod)))
/dports/devel/git/git-2.34.1/
H A Dbloom.c155 uint64_t hash_mod = key->hashes[i] % mod; in add_key_to_filter() local
156 uint64_t block_pos = hash_mod / BITS_PER_WORD; in add_key_to_filter()
158 filter->data[block_pos] |= get_bitmask(hash_mod); in add_key_to_filter()
320 uint64_t hash_mod = key->hashes[i] % mod; in bloom_filter_contains() local
321 uint64_t block_pos = hash_mod / BITS_PER_WORD; in bloom_filter_contains()
322 if (!(filter->data[block_pos] & get_bitmask(hash_mod))) in bloom_filter_contains()
/dports/devel/git-gui/git-2.34.1/
H A Dbloom.c155 uint64_t hash_mod = key->hashes[i] % mod; in add_key_to_filter() local
156 uint64_t block_pos = hash_mod / BITS_PER_WORD; in add_key_to_filter()
158 filter->data[block_pos] |= get_bitmask(hash_mod); in add_key_to_filter()
320 uint64_t hash_mod = key->hashes[i] % mod; in bloom_filter_contains() local
321 uint64_t block_pos = hash_mod / BITS_PER_WORD; in bloom_filter_contains()
322 if (!(filter->data[block_pos] & get_bitmask(hash_mod))) in bloom_filter_contains()
/dports/devel/git-cvs/git-2.34.1/
H A Dbloom.c155 uint64_t hash_mod = key->hashes[i] % mod; in add_key_to_filter() local
156 uint64_t block_pos = hash_mod / BITS_PER_WORD; in add_key_to_filter()
158 filter->data[block_pos] |= get_bitmask(hash_mod); in add_key_to_filter()
320 uint64_t hash_mod = key->hashes[i] % mod; in bloom_filter_contains() local
321 uint64_t block_pos = hash_mod / BITS_PER_WORD; in bloom_filter_contains()
322 if (!(filter->data[block_pos] & get_bitmask(hash_mod))) in bloom_filter_contains()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_sharding/src/
H A Drabbit_sharding_exchange_type_modulus_hash.erl41 N -> [lists:nth(hash_mod(Routes, N), Qs)]
58 hash_mod(Routes, N) -> function
/dports/mail/rspamd/rspamd-3.1/contrib/aho-corasick/
H A D_acism.h83 unsigned hash_mod; // search hashv starting at (state + sym) % hash_mod. member
98 { return s * 107 % psp->hash_mod; } in p_hash()
H A Dacism_create.c106 psp->hash_mod = nhash * 5 / 4 + 1; in acism_create()
108 psp->hash_size = psp->hash_mod + nhash; in acism_create()
122 psp->hash_size = psp->hash_mod; in acism_create()
329 STRASH *sv = g_malloc0(psp->hash_mod * sizeof*sv), *sp = sv; in fill_hashv()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/aho-corasick/
H A D_acism.h83 unsigned hash_mod; // search hashv starting at (state + sym) % hash_mod. member
98 { return s * 107 % psp->hash_mod; } in p_hash()
H A Dacism_create.c106 psp->hash_mod = nhash * 5 / 4 + 1; in acism_create()
108 psp->hash_size = psp->hash_mod + nhash; in acism_create()
122 psp->hash_size = psp->hash_mod; in acism_create()
329 STRASH *sv = g_malloc0(psp->hash_mod * sizeof*sv), *sp = sv; in fill_hashv()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_menu_popup.c117 const uint hash_mod = hash & 255; in ui_popup_menu_memory__internal() local
127 mem[hash_mod] = ui_popup_string_hash(but->str, but->flag & UI_BUT_HAS_SEP_CHAR); in ui_popup_menu_memory__internal()
133 if (mem[hash_mod] == in ui_popup_menu_memory__internal()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Protocol/
H A Dtest_KDF.py110 hash_mod = v[4]
113 if hash_mod is SHA1:
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Protocol/
H A Dtest_KDF.py110 hash_mod = v[4]
113 if hash_mod is SHA1:
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() function
182 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
486 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() function
182 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
486 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() function
182 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
486 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() function
182 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
486 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcprop.c162 hash_mod (int regno, int hash_table_size) in hash_mod() function
182 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
486 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c163 hash_mod (int regno, int hash_table_size) in hash_mod() function
183 hash = hash_mod (REGNO (dest), table->size); in insert_set_in_table()
487 unsigned int hash = hash_mod (regno, table->size); in lookup_set()

123456