Home
last modified time | relevance | path

Searched defs:hash_node (Results 1 – 25 of 127) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/
H A Dhashtbl.h45 struct hash_node { struct
53 struct hash_node *table; argument
/dports/devel/nasm/nasm-2.15.05/include/
H A Dhashtbl.h45 struct hash_node { struct
53 struct hash_node *table; argument
/dports/devel/libqb/libqb-2.0.3/lib/
H A Dhashtable.c30 struct hash_node { struct
53 struct hash_node *node; argument
94 struct hash_node *hash_node; in hashtable_lookup() local
121 hashtable_node_destroy(struct hash_table *t, struct hash_node *hash_node) in hashtable_node_destroy()
142 hashtable_node_deref(struct qb_map *map, struct hash_node *hash_node) in hashtable_node_deref()
159 struct hash_node *hash_node; in hashtable_rm_with_hash() local
190 struct hash_node *hash_node = NULL; in hashtable_put() local
400 struct hash_node *hash_node = NULL; in hashtable_iter_next() local
470 struct hash_node *hash_node; in hashtable_node_deref_under_bucket() local
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dhash.c14 struct hash_node struct
18 struct hash_node* p_prev; argument
19 struct hash_node* p_next; argument
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhash.c14 struct hash_node struct
18 struct hash_node* p_prev; argument
19 struct hash_node* p_next; argument
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Dhash.h25 struct hash_node { struct
27 hash_node_t *next; argument
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs145 hash_node n | dont_care n = 0 -- don't care function
146 hash_node (CmmAssign r e) = hash_reg r + hash_e e function
147 hash_node (CmmStore e e') = hash_e e + hash_e e' function
148 hash_node (CmmUnsafeForeignCall t _ as) = hash_tgt t + hash_list hash_e as function
149 hash_node (CmmBranch _) = 23 -- NB. ignore the label function
150 hash_node (CmmCondBranch p _ _ _) = hash_e p function
151 hash_node (CmmCall e _ _ _ _ _) = hash_e e function
152 hash_node (CmmForeignCall t _ _ _ _ _ _) = hash_tgt t function
153 hash_node (CmmSwitch e _) = hash_e e function
154 hash_node _ = error "hash_node: unknown Cmm node!" function
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dreg.c37 struct hash_node { struct
39 struct hash_node *next; argument
47 static struct hash_node *hash_table[HASH_SIZE]; argument
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A Dhash_table.h33 struct hash_node : public hash_base struct
36 hash_node(const mystring& k, unsigned h, T d) in hash_node() argument
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/program/
H A Dprog_hash_table.c49 struct hash_node { struct
50 struct node link;
51 const void *key;
52 void *data;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/program/
H A Dprog_hash_table.c49 struct hash_node { struct
50 struct node link;
51 const void *key;
52 void *data;
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_resume_block.c155 SFXHASH_NODE *hash_node; in ConsumeSSFileCache() local
221 SFXHASH_NODE *hash_node = NULL; in file_resume_block_add_file() local
390 static inline File_Verdict checkVerdict(Packet *p, FileNode *node, SFXHASH_NODE *hash_node) in checkVerdict()
497 SFXHASH_NODE *hash_node; in file_resume_block_check() local
/dports/lang/nwcc/nwcc_0.8.3/
H A Dscope.h62 struct hash_node { struct
64 struct hash_node *next; argument
65 struct hash_node *skip; argument
/dports/security/munge/munge-munge-0.5.14/src/munged/
H A Dhash.c55 struct hash_node { struct
56 struct hash_node *next; /* next node in list */ argument
64 struct hash_node **table; /* hash table array of node ptrs */ argument
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/miscutil/
H A Dheap.c55 #include <assert.h>
60 #endif /* STDC_HEADERS */
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_scgi/
H A Dmod_xml_scgi.c61 typedef struct hash_node { struct
63 struct hash_node *next; argument
261 hash_node_t *hash_node; in do_config() local
/dports/sysutils/powerman/powerman-2.3.20/liblsd/
H A Dhash.c61 struct hash_node { struct
62 struct hash_node *next; /* next node in list */ argument
70 struct hash_node **table; /* hash table array of node ptrs */ argument
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Environment/
H A Dbasic_environment.hpp26 class hash_node { class
34 inline hash_node (): val (uninit), start (-1) {} in hash_node() function in hash_node
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver.h375 struct conn_hash_node *hash_node = NULL; in srv_lookup_conn() local
393 struct conn_hash_node *hash_node = NULL; in srv_lookup_conn_next() local
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_hash.c339 fluid_hashnode_t *hash_node; in new_fluid_hashnode() local
352 delete_fluid_hashnode(fluid_hashnode_t *hash_node, fluid_hash_delete_t del) in delete_fluid_hashnode()
364 delete_fluid_hashnodes(fluid_hashnode_t *hash_node, fluid_hash_delete_t del) in delete_fluid_hashnodes()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_hash.c339 fluid_hashnode_t *hash_node; in new_fluid_hashnode() local
352 delete_fluid_hashnode(fluid_hashnode_t *hash_node, fluid_hash_delete_t del) in delete_fluid_hashnode()
364 delete_fluid_hashnodes(fluid_hashnode_t *hash_node, fluid_hash_delete_t del) in delete_fluid_hashnodes()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_curl/
H A Dmod_xml_curl.c78 typedef struct hash_node { struct
80 struct hash_node *next; argument
375 hash_node_t *hash_node; in do_config() local
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/myglib/
H A Dghash.c105 g_hash_nodes_destroy (GHashNode *hash_node, in g_hash_nodes_destroy()
183 GHashNode *hash_node; in g_hash_node_new() local
235 g_hash_node_destroy (GHashNode *hash_node, in g_hash_node_destroy()
/dports/emulators/libspectrum/libspectrum-1.5.0/myglib/
H A Dghash.c117 g_hash_nodes_destroy (GHashNode *hash_node, in g_hash_nodes_destroy()
197 GHashNode *hash_node; in g_hash_node_new() local
251 g_hash_node_destroy (GHashNode *hash_node, in g_hash_node_destroy()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/migration/
H A Dsafer_boolean_column.rb74 def each_hash_node_pair(hash_node, &block) argument

123456