OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dynhash
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libctf/
ctf-hash.c
58
/* Hash and eq functions for the
dynhash
and hash. */
140
/* The
dynhash
, used for hashes whose size is not known at creation time. */
161
ctf_dynhash_t *
dynhash
;
local
165
dynhash
= malloc (sizeof (ctf_dynhash_t));
169
dynhash
= p;
171
if (!
dynhash
)
177
if ((
dynhash
->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
180
free (
dynhash
);
186
dynhash
->key_free = key_free;
187
dynhash
->value_free = value_free
[
all
...]
/src/external/gpl3/binutils.old/dist/libctf/
ctf-hash.c
58
/* Hash and eq functions for the
dynhash
and hash. */
140
/* The
dynhash
, used for hashes whose size is not known at creation time. */
161
ctf_dynhash_t *
dynhash
;
local
165
dynhash
= malloc (sizeof (ctf_dynhash_t));
169
dynhash
= p;
171
if (!
dynhash
)
177
if ((
dynhash
->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
180
free (
dynhash
);
186
dynhash
->key_free = key_free;
187
dynhash
->value_free = value_free
[
all
...]
/src/external/gpl3/gdb.old/dist/libctf/
ctf-hash.c
58
/* Hash and eq functions for the
dynhash
and hash. */
140
/* The
dynhash
, used for hashes whose size is not known at creation time. */
161
ctf_dynhash_t *
dynhash
;
local
165
dynhash
= malloc (sizeof (ctf_dynhash_t));
169
dynhash
= p;
171
if (!
dynhash
)
177
if ((
dynhash
->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
180
free (
dynhash
);
186
dynhash
->key_free = key_free;
187
dynhash
->value_free = value_free
[
all
...]
/src/external/gpl3/gdb/dist/libctf/
ctf-hash.c
58
/* Hash and eq functions for the
dynhash
and hash. */
140
/* The
dynhash
, used for hashes whose size is not known at creation time. */
161
ctf_dynhash_t *
dynhash
;
local
165
dynhash
= malloc (sizeof (ctf_dynhash_t));
169
dynhash
= p;
171
if (!
dynhash
)
177
if ((
dynhash
->htab = htab_create_alloc (nelems, (htab_hash) hash_fun, eq_fun,
180
free (
dynhash
);
186
dynhash
->key_free = key_free;
187
dynhash
->value_free = value_free
[
all
...]
Completed in 51 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026