Home
last modified time | relevance | path

Searched refs:key_hash (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkkeyhash.c83 if (!key_hash->keycode_hash) in key_hash_get_keycode_hash()
102 GtkKeyHash *key_hash) in key_hash_keys_changed() argument
106 if (key_hash->keycode_hash) in key_hash_keys_changed()
130 key_hash->keymap = keymap; in _gtk_key_hash_new()
139 return key_hash; in _gtk_key_hash_new()
174 key_hash); in _gtk_key_hash_free()
176 if (key_hash->keycode_hash) in _gtk_key_hash_free()
184 g_list_foreach (key_hash->entries_list, key_hash_free_entry_foreach, key_hash); in _gtk_key_hash_free()
187 g_free (key_hash); in _gtk_key_hash_free()
212 key_hash->entries_list = g_list_prepend (key_hash->entries_list, entry); in _gtk_key_hash_add_entry()
[all …]
H A Dgtkkeyhash.h31 void _gtk_key_hash_add_entry (GtkKeyHash *key_hash,
35 void _gtk_key_hash_remove_entry (GtkKeyHash *key_hash,
37 GSList * _gtk_key_hash_lookup (GtkKeyHash *key_hash,
42 GSList * _gtk_key_hash_lookup_keyval (GtkKeyHash *key_hash,
45 void _gtk_key_hash_free (GtkKeyHash *key_hash);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dgtkkeyhash.c83 if (!key_hash->keycode_hash) in key_hash_get_keycode_hash()
102 GtkKeyHash *key_hash) in key_hash_keys_changed() argument
106 if (key_hash->keycode_hash) in key_hash_keys_changed()
130 key_hash->keymap = keymap; in _gtk_key_hash_new()
139 return key_hash; in _gtk_key_hash_new()
174 key_hash); in _gtk_key_hash_free()
176 if (key_hash->keycode_hash) in _gtk_key_hash_free()
184 g_list_foreach (key_hash->entries_list, key_hash_free_entry_foreach, key_hash); in _gtk_key_hash_free()
187 g_free (key_hash); in _gtk_key_hash_free()
212 key_hash->entries_list = g_list_prepend (key_hash->entries_list, entry); in _gtk_key_hash_add_entry()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkkeyhash.c86 if (!key_hash->keycode_hash) in key_hash_get_keycode_hash()
105 GtkKeyHash *key_hash) in key_hash_keys_changed() argument
109 if (key_hash->keycode_hash) in key_hash_keys_changed()
133 key_hash->keymap = keymap; in _gtk_key_hash_new()
142 return key_hash; in _gtk_key_hash_new()
177 key_hash); in _gtk_key_hash_free()
179 if (key_hash->keycode_hash) in _gtk_key_hash_free()
187 g_list_foreach (key_hash->entries_list, key_hash_free_entry_foreach, key_hash); in _gtk_key_hash_free()
190 g_free (key_hash); in _gtk_key_hash_free()
215 key_hash->entries_list = g_list_prepend (key_hash->entries_list, entry); in _gtk_key_hash_add_entry()
[all …]
H A Dgtkkeyhash.h33 void _gtk_key_hash_add_entry (GtkKeyHash *key_hash,
37 void _gtk_key_hash_remove_entry (GtkKeyHash *key_hash,
39 GSList * _gtk_key_hash_lookup (GtkKeyHash *key_hash,
44 GSList * _gtk_key_hash_lookup_keyval (GtkKeyHash *key_hash,
47 void _gtk_key_hash_free (GtkKeyHash *key_hash);
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_hash.c934 int key_hash; in eina_hash_add() local
951 int key_hash; in eina_hash_direct_add() local
990 int key_hash; in eina_hash_del_by_data() local
1072 int key_hash; in eina_hash_find() local
1127 int key_hash; in eina_hash_set() local
1177 int key_hash; in eina_hash_modify() local
1388 int key_hash; in eina_hash_list_append() local
1421 int key_hash; in eina_hash_list_direct_append() local
1454 int key_hash; in eina_hash_list_prepend() local
1487 int key_hash; in eina_hash_list_direct_prepend() local
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhash2.c12 unsigned int key_hash; member
115 unsigned int key_hash = hash->key_hash_cb(key); in hash2_lookup() local
120 key_hash % hash->hash_table_size); in hash2_lookup()
122 if (value->key_hash == key_hash) { in hash2_lookup()
139 iter->key_hash = key_hash; in hash2_iterate()
141 key_hash % hash->hash_table_size); in hash2_iterate()
145 if (iter->next_value->key_hash == key_hash) { in hash2_iterate()
175 value->key_hash = key_hash; in hash2_insert_hash()
178 key_hash % hash->hash_table_size); in hash2_insert_hash()
206 key_hash % hash->hash_table_size); in hash2_remove()
[all …]
/dports/editors/mg/mg-6.9/
H A Dcdbw.c47 struct key_hash { struct
167 struct key_hash *key_hash; in cdbw_put_key() local
190 key_hash = malloc(sizeof(*key_hash)); in cdbw_put_key()
191 if (key_hash == NULL) in cdbw_put_key()
195 free(key_hash); in cdbw_put_key()
203 key_hash->idx = idx; in cdbw_put_key()
241 struct key_hash *key_hash; in cdbw_close() local
248 free(key_hash->key); in cdbw_close()
249 free(key_hash); in cdbw_close()
352 struct key_hash *key_hash; in build_graph() local
[all …]
/dports/devel/libcdb/libcdb-a187cec/src/
H A Dcdbw.c69 struct key_hash { struct
189 struct key_hash *key_hash; in cdbw_put_key() local
212 key_hash = malloc(sizeof(*key_hash)); in cdbw_put_key()
213 if (key_hash == NULL) in cdbw_put_key()
217 free(key_hash); in cdbw_put_key()
225 key_hash->idx = idx; in cdbw_put_key()
263 struct key_hash *key_hash; in cdbw_close() local
270 free(key_hash->key); in cdbw_close()
271 free(key_hash); in cdbw_close()
387 struct key_hash *key_hash; in build_graph() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/cdb/
H A Dcdbw.c61 struct key_hash { struct
181 struct key_hash *key_hash; in cdbw_put_key() local
204 key_hash = malloc(sizeof(*key_hash)); in cdbw_put_key()
205 if (key_hash == NULL) in cdbw_put_key()
209 free(key_hash); in cdbw_put_key()
217 key_hash->idx = idx; in cdbw_put_key()
255 struct key_hash *key_hash; in cdbw_close() local
262 free(key_hash->key); in cdbw_close()
263 free(key_hash); in cdbw_close()
373 struct key_hash *key_hash; in build_graph() local
[all …]
/dports/converters/pecl-igbinary/igbinary-3.2.6/src/php7/
H A Dhash_si.c71 uint32_t key_hash = ZSTR_HASH(key_zstr); in get_key_hash() local
73 if (UNEXPECTED(key_hash == 0)) { in get_key_hash()
79 return key_hash; in get_key_hash()
109 uint32_t hv = old_pair->key_hash & new_mask; in hash_si_rehash()
112 while (new_data[hv].key_hash != 0) { in hash_si_rehash()
131 uint32_t key_hash = get_key_hash(key_zstr); in hash_si_find_or_insert() local
138 hv = key_hash & mask; in hash_si_find_or_insert()
143 if (pair->key_hash == 0) { in hash_si_find_or_insert()
146 pair->key_hash = key_hash; in hash_si_find_or_insert()
157 } else if (pair->key_hash == key_hash && EXPECTED(zend_string_equals(pair->key_zstr, key_zstr))) { in hash_si_find_or_insert()
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/util/
H A Du_hash_table.c107 unsigned key_hash) in util_hash_table_find_iter() argument
112 iter = cso_hash_find(ht->cso, key_hash); in util_hash_table_find_iter()
127 unsigned key_hash) in util_hash_table_find_item() argument
132 iter = cso_hash_find(ht->cso, key_hash); in util_hash_table_find_item()
149 unsigned key_hash; in util_hash_table_set() local
157 key_hash = ht->hash(key); in util_hash_table_set()
173 iter = cso_hash_insert(ht->cso, key_hash, item); in util_hash_table_set()
187 unsigned key_hash; in util_hash_table_get() local
194 key_hash = ht->hash(key); in util_hash_table_get()
208 unsigned key_hash; in util_hash_table_remove() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/ci/
H A Dunit_test_spec.rb28 key_hash: existing_test.key_hash,
33 key_hash: new_key,
43 key_hash: existing_test.key_hash,
48 key_hash: new_key,
67 key_hash: new_key,
77 key_hash: new_key,
H A Dunit_test_failure_spec.rb32 let(:unit_test_keys) { [test_1.key_hash, test_2.key_hash] }
41 test_1.key_hash => 3,
42 test_2.key_hash => 2
56 expect(recent_failures[test.key_hash]).to be_nil
62 let(:unit_test_keys) { [test.key_hash] }
69 expect(recent_failures[test.key_hash]).to be_nil
/dports/devel/p5-IPC-Shareable/IPC-Shareable-1.06/t/
H A D04-key.t63 my %key_hash = (
70 for (keys %key_hash) {
78 if ($key_hash{$_} > 0x80000000) {
80 $key_hash{$_} - 0x80000000 == $k->_shm_key($_),
84 $key_hash{$_} = $k->_shm_key($_);
95 my %key_hash = (
102 for (keys %key_hash) {
111 if ($key_hash{$_} > 0x80000000) {
117 $key_hash{$_} = $k->_shm_key($_);
128 my %key_hash = (
[all …]
/dports/net-mgmt/yaf/yaf-2.11.0/scripts/
H A DgetFlowKeyHash.c203 uint32_t key_hash = 0; in flowKeyHash() local
217 key_hash ^= *v6p; in flowKeyHash()
219 key_hash ^= *v6p; in flowKeyHash()
221 key_hash ^= *v6p; in flowKeyHash()
223 key_hash ^= *v6p; in flowKeyHash()
225 key_hash ^= *v6p; in flowKeyHash()
227 key_hash ^= *v6p; in flowKeyHash()
229 key_hash ^= *v6p; in flowKeyHash()
258 return key_hash; in flowKeyHash()
583 uint32_t key_hash = 0; in main() local
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/unordered/detail/
H A Dunique.hpp199 std::size_t key_hash, in find_node_impl()
211 if (key_hash == node_hash) in find_node_impl()
270 std::size_t key_hash) in add_node()
272 n->hash_ = key_hash; in add_node()
309 std::size_t key_hash = this->hash(k); in operator []() local
317 key_hash)->value(); in operator []()
415 std::size_t key_hash = this->hash(k); in emplace_impl() local
425 key_hash)), in emplace_impl()
442 std::size_t key_hash = this->hash(k); in emplace_hint_impl() local
460 std::size_t key_hash = this->hash(k); in emplace_impl() local
[all …]
H A Dequivalent.hpp205 std::size_t key_hash, in find_node_impl()
217 if (key_hash == node_hash) in find_node_impl()
349 std::size_t key_hash, in add_node()
352 n->hash_ = key_hash; in add_node()
461 std::size_t key_hash = this->hash(k); in emplace_impl() local
487 std::size_t key_hash = this->hash(k); in emplace_impl_no_rehash() local
555 if (node_hash == key_hash && in erase_key()
644 std::size_t key_hash = n->hash_; in copy_buckets() local
662 std::size_t key_hash = n->hash_; in move_buckets() local
679 std::size_t key_hash = n->hash_; in assign_buckets() local
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/unordered/detail/
H A Dunique.hpp191 std::size_t key_hash, in find_node_impl()
203 if (key_hash == node_hash) in find_node_impl()
264 std::size_t key_hash) in add_node()
266 n->hash_ = key_hash; in add_node()
303 std::size_t key_hash = this->hash(k); in operator []() local
308 key_hash); in operator []()
356 std::size_t key_hash = this->hash(k); in emplace_impl() local
366 key_hash), in emplace_impl()
381 std::size_t key_hash = this->hash(k); in emplace_impl() local
428 std::size_t key_hash = this->hash(k); in insert_range_impl2() local
[all …]
H A Dequivalent.hpp193 std::size_t key_hash, in find_node_impl()
205 if (key_hash == node_hash) in find_node_impl()
336 std::size_t key_hash, in add_node()
339 n->hash_ = key_hash; in add_node()
352 this->hash_to_bucket(key_hash)); in add_node()
382 std::size_t key_hash = this->hash(k); in emplace_impl() local
392 std::size_t key_hash = this->hash(k); in emplace_impl_no_rehash() local
472 std::size_t key_hash = this->hash(k); in erase_key() local
484 if (node_hash == key_hash && in erase_key()
577 std::size_t key_hash = n.node_->hash_; in copy_buckets() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/transport/
H A Dhpack_encoder.cc229 uint32_t key_hash) { in add_key_with_index() argument
244 c->entries_keys[HASH_FRAGMENT_2(key_hash)] = in add_key_with_index()
249 c->entries_keys[HASH_FRAGMENT_3(key_hash)] = in add_key_with_index()
252 } else if (c->indices_keys[HASH_FRAGMENT_2(key_hash)] < in add_key_with_index()
253 c->indices_keys[HASH_FRAGMENT_3(key_hash)]) { in add_key_with_index()
255 c->entries_keys[HASH_FRAGMENT_2(key_hash)] = in add_key_with_index()
260 c->entries_keys[HASH_FRAGMENT_3(key_hash)] = in add_key_with_index()
305 add_key_with_index(c, elem, new_index, key_hash); in add_elem_with_index()
315 size_t elem_size, uint32_t key_hash) { in add_key() argument
317 add_key_with_index(c, elem, new_index, key_hash); in add_key()
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dauthkeys.c54 static auth_info **key_hash; variable
102 key_hash = erealloc(key_hash, newalloc); in auth_init()
103 memset(key_hash, '\0', newalloc); in auth_init()
150 free(key_hash); in free_auth_mem()
151 key_hash = NULL; in free_auth_mem()
253 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
254 memset(key_hash, '\0', newalloc); in auth_resize_hashtable()
258 LINK_SLIST(key_hash[hash], auth, hlink); in auth_resize_hashtable()
360 bucket = &key_hash[KEYHASH(id)]; in authtrust()
401 bucket = &key_hash[KEYHASH(keyno)]; in authlookup()
[all …]
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Dpersistent_dict.py216 def rec(self, key_hash, key): argument
254 key_hash.update(digest)
257 key_hash = new_hash()
258 self.rec(key_hash, key)
259 return key_hash.hexdigest()
263 def update_for_int(self, key_hash, key): argument
269 def update_for_float(self, key_hash, key): argument
277 key_hash.update(key)
280 key_hash.update(key)
287 self.rec(key_hash, obj_i)
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dhashtable.c134 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_get_entry_generic() local
135 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_generic()
141 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_get_entry_generic()
156 Py_uhash_t key_hash = _Py_hashtable_hash_ptr(key); in _Py_hashtable_get_entry_ptr() local
157 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_ptr()
176 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_steal() local
177 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_steal()
186 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_steal()
228 entry->key_hash = ht->hash_func(key); in _Py_hashtable_set()
241 size_t index = entry->key_hash & (ht->nbuckets - 1); in _Py_hashtable_set()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dhashtable.c134 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_get_entry_generic() local
135 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_generic()
141 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_get_entry_generic()
156 Py_uhash_t key_hash = _Py_hashtable_hash_ptr(key); in _Py_hashtable_get_entry_ptr() local
157 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_ptr()
176 Py_uhash_t key_hash = ht->hash_func(key); in _Py_hashtable_steal() local
177 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_steal()
186 if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) { in _Py_hashtable_steal()
228 entry->key_hash = ht->hash_func(key); in _Py_hashtable_set()
241 size_t index = entry->key_hash & (ht->nbuckets - 1); in _Py_hashtable_set()
[all …]

12345678910>>...58