Home
last modified time | relevance | path

Searched refs:hash_key (Results 201 – 225 of 1366) sorted by relevance

12345678910>>...55

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/prefs/
H A Ddzl-preferences-bin.c117 dzl_preferences_bin_cache_settings (const gchar *hash_key, in dzl_preferences_bin_cache_settings() argument
122 g_assert (hash_key != NULL); in dzl_preferences_bin_cache_settings()
125 key = g_strdup (hash_key); in dzl_preferences_bin_cache_settings()
141 g_autofree gchar *hash_key = NULL; in dzl_preferences_bin_get_settings() local
152 hash_key = g_strdup_printf ("%s|%s", in dzl_preferences_bin_get_settings()
156 if (!g_hash_table_contains (settings_cache, hash_key)) in dzl_preferences_bin_get_settings()
170 dzl_preferences_bin_cache_settings (hash_key, priv->settings); in dzl_preferences_bin_get_settings()
177 priv->settings = g_object_ref (g_hash_table_lookup (settings_cache, hash_key)); in dzl_preferences_bin_get_settings()
180 g_clear_pointer (&hash_key, g_free); in dzl_preferences_bin_get_settings()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dtx-unique.c290 sprintf(hash_key, "%s\t%s\nALL", gene -> gene_name, try_tx->transcript_id); in txunique_process_gene_chro()
291 int old_all_bases = HashTableGet(context -> result_table, hash_key) - NULL; in txunique_process_gene_chro()
293 HashTablePut(context -> result_table, hash_key, NULL + old_all_bases + total_bases); in txunique_process_gene_chro()
295 hash_key = malloc(strlen(try_tx->transcript_id) + strlen(gene -> gene_name)+20); in txunique_process_gene_chro()
296 sprintf(hash_key, "%s\t%s\nUNIQUE", gene -> gene_name, try_tx->transcript_id); in txunique_process_gene_chro()
297 old_all_bases = HashTableGet(context -> result_table, hash_key) - NULL; in txunique_process_gene_chro()
317 char hash_key [ FEATURE_NAME_LENGTH * 2 + 20]; in txunique_process_write_gene() local
318 sprintf(hash_key, "%s\t%s\nALL", gene->gene_name, try_tx -> transcript_id); in txunique_process_write_gene()
319 int all_bases = HashTableGet(context -> result_table, hash_key)-NULL-1; in txunique_process_write_gene()
320 sprintf(hash_key, "%s\t%s\nUNIQUE", gene->gene_name, try_tx -> transcript_id); in txunique_process_write_gene()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dashash.c582 ASHashKey hash_key = 0; in string_hash_value() local
591 hash_key += (ASHashKey) c; in string_hash_value()
594 hash_key += ((ASHashKey) c)<<1; in string_hash_value()
597 hash_key += ((ASHashKey) c)<<2; in string_hash_value()
606 return hash_key % hash_size; in string_hash_value()
657 ASHashKey hash_key = 0; in casestring_hash_value() local
667 hash_key += (ASHashKey) c; in casestring_hash_value()
671 hash_key += ((ASHashKey) c)<<1; in casestring_hash_value()
686 return hash_key % hash_size; in casestring_hash_value()
723 ASHashKey hash_key = 0; in option_hash_value() local
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/utest/
H A Dtest_hexmap.c163 uint64_t hash_key; member
179 uint64_t hash_key; in START_TEST() local
180 hash_key=uint64_to_savepath_hash_key(savepathhashkey[i].bytes); in START_TEST()
181 fail_unless(savepathhashkey[i].hash_key==hash_key); in START_TEST()
/dports/sysutils/burp/burp-2.4.0/utest/
H A Dtest_hexmap.c163 uint64_t hash_key; member
179 uint64_t hash_key; in START_TEST() local
180 hash_key=uint64_to_savepath_hash_key(savepathhashkey[i].bytes); in START_TEST()
181 fail_unless(savepathhashkey[i].hash_key==hash_key); in START_TEST()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_assign_htmlselect/
H A Dcommand.h85 hashtables[INDEX], &hash_key, &hash_val, R_FIRST)) { \
90 hash_key.data, \
94 hashtables[INDEX], &hash_key, &hash_val, R_NEXT)) { \
99 hash_key.data, \
138 printf("_%s=\"", hash_key.data); \
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DHash.c42 XmHashKey hash_key; member
216 if (table -> compare(entry -> hash_key, key)) { in _XmGetHashEntryIterate()
239 entry -> hash_key = key; in _XmAddHashEntry()
256 if (table -> compare(entry -> hash_key, key)) { in _XmRemoveHashEntry()
266 return(entry -> hash_key); in _XmRemoveHashEntry()
284 index = (table -> hasher(entry -> hash_key)) % table -> size; in _XmRemoveHashIterator()
299 return(current -> hash_key); in _XmRemoveHashIterator()
338 if (proc (entry -> hash_key, entry -> value, client_data)) in _XmMapHashTable()
/dports/x11/xedit/xedit-1.2.2/
H A Dhash.c55 static int hash_equal(hash_table *hash, hash_key *left, hash_key *right);
56 static unsigned int hash_value(hash_key *key);
63 hash_equal(hash_table *hash, hash_key *left, hash_key *right) in hash_equal()
89 hash_value(hash_key *key) in hash_value()
166 hash_get(hash_table *hash, hash_key *name) in hash_get()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/
H A Dbase.pyi16 def get_identifier_map(self, hash_key, range_key: Optional[Any] = ..., key: Any = ...): ...
48 …def get_identifier_map(self, table_name: Text, hash_key, range_key: Optional[Any] = ..., key: Any …
54 …def delete_item(self, table_name: Text, hash_key, range_key: Optional[Any] = ..., expected: Option…
57 …def update_item(self, table_name: Text, hash_key, range_key: Optional[Any] = ..., attribute_update…
61 …def put_item(self, table_name: Text, hash_key, range_key: Optional[Any] = ..., attributes: Optiona…
68 …def get_item(self, table_name: Text, hash_key, range_key: Optional[Any] = ..., consistent_read: bo…
74 …def query(self, table_name: Text, hash_key, attributes_to_get: Optional[Any] = ..., consistent_rea…
H A Dtable.pyi7 …def delete_item(self, hash_key, range_key: Optional[Any] = ..., expected: Optional[Any] = ..., con…
8 …def update_item(self, hash_key, range_key: Optional[Any] = ..., attribute_updates: Optional[Any] =…
9 …def put_item(self, hash_key, range_key: Optional[Any] = ..., attributes: Optional[Any] = ..., expe…
12 …def get_item(self, hash_key, range_key: Optional[Any] = ..., consistent_read: bool = ..., attribut…
14 …def query(self, hash_key, attributes_to_get: Optional[Any] = ..., consistent_read: bool = ..., exc…
/dports/deskutils/xfce4-tumbler/tumbler-4.16.0/tumblerd/
H A Dtumbler-manager.c440 const gchar *hash_key) in tumbler_manager_update_preferred() argument
451 g_return_if_fail (hash_key != NULL && *hash_key != '\0'); in tumbler_manager_update_preferred()
454 overrides = g_hash_table_lookup (manager->overrides, hash_key); in tumbler_manager_update_preferred()
662 gchar *hash_key; in tumbler_manager_load_overrides_file() local
689 list = g_hash_table_lookup (manager->overrides, hash_key); in tumbler_manager_load_overrides_file()
705 tumbler_manager_update_preferred (manager, hash_key); in tumbler_manager_load_overrides_file()
748 g_free (hash_key); in tumbler_manager_load_overrides_file()
822 const gchar *hash_key; in tumbler_manager_unload_overrides_file() local
1513 const gchar *hash_key; in tumbler_manager_directory_deleted() local
1868 const gchar *hash_key; in dump_overrides() local
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/dynamodb2/models/
H A D__init__.py72 self.hash_key = hash_key
75 if hash_key and hash_key.size() > HASH_KEY_MAX_LENGTH:
87 self.hash_key == other.hash_key,
580 hash_key = None
584 keys.append(hash_key)
690 elif hash_key in self.items:
720 hash_key, argument
773 if isinstance(item, Item) and item.hash_key == hash_key
948 results[i].hash_key == hash_key
1294 return hash_key, range_key
[all …]
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-dotdesktop/src/
H A Ddotdesktop-module.i422 gchar *hash_key = get_hash_key(path); in put_icon_in_hash() local
434 hash_key = get_hash_key(exec); in put_icon_in_hash()
444 hash_key = get_hash_key(exec); in put_icon_in_hash()
773 gchar *hash_key = get_hash_key(path); in populate_menuicons() local
788 g_free(hash_key); in populate_menuicons()
935 g_free(hash_key); in populate_submenu()
988 g_free(hash_key); in populate_submenu()
1057 gchar *hash_key = get_hash_key(path); in icon_by_path() local
1064 g_free(hash_key); in icon_by_path()
1076 g_free(hash_key); in icon_by_path()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbInfo.cpp80 BaseString hash_key = mysql_table_name(tabs.getName()); in load_hardcoded_tables() local
81 if (!m_tables.insert(hash_key.c_str(), tabs)) in load_hardcoded_tables()
83 if (!m_tables.search(hash_key.c_str(), &m_tables_table)) in load_hardcoded_tables()
96 BaseString hash_key = mysql_table_name(cols.getName()); in load_hardcoded_tables() local
97 if (!m_tables.insert(hash_key.c_str(), cols)) in load_hardcoded_tables()
99 if (!m_tables.search(hash_key.c_str(), &m_columns_table)) in load_hardcoded_tables()
169 BaseString hash_key = mysql_table_name(tableName); in load_ndbinfo_tables()
170 if (!m_tables.insert(hash_key.c_str(), in load_ndbinfo_tables()
632 BaseString hash_key = mysql_table_name(tab->getName()); in load_virtual_tables() local
634 if (!m_tables.insert(hash_key.c_str(), *tab)) in load_virtual_tables()
/dports/devel/tla/tla-1.3.5/src/tla/libawk/
H A Dassociative.c19 static t_ulong hash_key (rel_field k);
46 item = hashtree_store (table, hash_key (key), (void *)key._d, &assoc_rules); in assoc_set_taking()
70 item = hashtree_find (table, hash_key (key), (void *)key._d, &assoc_rules); in assoc_get_taking()
128 item = hashtree_find (table, hash_key (key), (void *)key._d, &assoc_rules); in assoc_del_taking()
153 hash_key (rel_field k) in hash_key() function
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/base/
H A Dugni_ep.c219 self->hash_key = big_hash[0]; in UCS_CLASS_INIT_FUNC()
221 self->hash_key &= 0x00FFFFFF; in UCS_CLASS_INIT_FUNC()
223 ucs_debug("Adding ep hash %x to iface %p", self->hash_key, iface); in UCS_CLASS_INIT_FUNC()
235 ucs_debug("Removinig ep hash %x from iface %p", self->hash_key, iface); in UCS_CLASS_CLEANUP_FUNC()
255 uct_ugni_ep_t *uct_ugni_iface_lookup_ep(uct_ugni_iface_t *iface, uintptr_t hash_key) in uct_ugni_iface_lookup_ep() argument
258 tmp.hash_key = hash_key; in uct_ugni_iface_lookup_ep()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tsearch/
H A Dts_typanalyze.c160 LexemeHashKey hash_key; in compute_tsvector_stats() local
249 hash_key.lexeme = lexemesptr + curentryptr->pos; in compute_tsvector_stats()
250 hash_key.length = curentryptr->len; in compute_tsvector_stats()
254 (const void *) &hash_key, in compute_tsvector_stats()
268 item->key.lexeme = palloc(hash_key.length); in compute_tsvector_stats()
269 memcpy(item->key.lexeme, hash_key.lexeme, hash_key.length); in compute_tsvector_stats()

12345678910>>...55