HomeSort by: relevance | last modified time | path
    Searched defs:hashmap (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
hashmap_test.c 29 #include <isc/hashmap.h>
39 #include "hashmap.c"
71 isc_hashmap_t *hashmap = NULL; local
79 isc_hashmap_create(mctx, init_bits, &hashmap);
80 assert_non_null(hashmap);
89 strlcat((char *)nodes[i].key, " key of a raw hashmap!!", 16);
95 strlcat((char *)long_nodes[i].key, " key of a raw hashmap!!",
103 strlcat((char *)upper_nodes[i].key, " KEY of a raw hashmap!!",
112 result = isc_hashmap_add(hashmap, nodes[i].hashval, nodes_match,
121 result = isc_hashmap_find(hashmap, nodes[i].hashval
225 isc_hashmap_t *hashmap = NULL; local
408 isc_hashmap_t *hashmap = NULL; local
449 isc_hashmap_t *hashmap = NULL; local
    [all...]
hashmap_test.c 29 #include <isc/hashmap.h>
39 #include "hashmap.c"
71 isc_hashmap_t *hashmap = NULL; local
79 isc_hashmap_create(mctx, init_bits, &hashmap);
80 assert_non_null(hashmap);
89 strlcat((char *)nodes[i].key, " key of a raw hashmap!!", 16);
95 strlcat((char *)long_nodes[i].key, " key of a raw hashmap!!",
103 strlcat((char *)upper_nodes[i].key, " KEY of a raw hashmap!!",
112 result = isc_hashmap_add(hashmap, nodes[i].hashval, nodes_match,
121 result = isc_hashmap_find(hashmap, nodes[i].hashval
225 isc_hashmap_t *hashmap = NULL; local
408 isc_hashmap_t *hashmap = NULL; local
449 isc_hashmap_t *hashmap = NULL; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
name.h 73 #include <isc/hashmap.h>
125 isc_hashmap_t *hashmap; member in struct:dns_name
name.h 73 #include <isc/hashmap.h>
125 isc_hashmap_t *hashmap; member in struct:dns_name
  /src/external/mpl/bind/dist/lib/isc/
hashmap.c 1 /* $NetBSD: hashmap.c,v 1.3 2026/01/29 18:37:54 christos Exp $ */
38 #include <isc/hashmap.h>
60 #define ISC_HASHMAP_VALID(hashmap) ISC_MAGIC_VALID(hashmap, ISC_HASHMAP_MAGIC)
96 isc_hashmap_t *hashmap; member in struct:isc_hashmap_iter
104 hashmap_add(isc_hashmap_t *hashmap, const uint32_t hashval,
109 hashmap_rehash_one(isc_hashmap_t *hashmap);
111 hashmap_rehash_start_grow(isc_hashmap_t *hashmap);
113 hashmap_rehash_start_shrink(isc_hashmap_t *hashmap);
115 over_threshold(isc_hashmap_t *hashmap);
212 isc_hashmap_t *hashmap = isc_mem_get(mctx, sizeof(*hashmap)); local
232 isc_hashmap_t *hashmap; local
620 isc_hashmap_t *hashmap; local
634 isc_hashmap_t *hashmap = iter->hashmap; local
    [all...]
hashmap.c 1 /* $NetBSD: hashmap.c,v 1.3 2026/01/29 18:37:54 christos Exp $ */
38 #include <isc/hashmap.h>
60 #define ISC_HASHMAP_VALID(hashmap) ISC_MAGIC_VALID(hashmap, ISC_HASHMAP_MAGIC)
96 isc_hashmap_t *hashmap; member in struct:isc_hashmap_iter
104 hashmap_add(isc_hashmap_t *hashmap, const uint32_t hashval,
109 hashmap_rehash_one(isc_hashmap_t *hashmap);
111 hashmap_rehash_start_grow(isc_hashmap_t *hashmap);
113 hashmap_rehash_start_shrink(isc_hashmap_t *hashmap);
115 over_threshold(isc_hashmap_t *hashmap);
212 isc_hashmap_t *hashmap = isc_mem_get(mctx, sizeof(*hashmap)); local
232 isc_hashmap_t *hashmap; local
620 isc_hashmap_t *hashmap; local
634 isc_hashmap_t *hashmap = iter->hashmap; local
    [all...]
  /src/external/mpl/bind/dist/tests/bench/
load-names.c 21 #include <isc/hashmap.h>
182 * hashmap
187 isc_hashmap_t *hashmap = NULL; local
188 isc_hashmap_create(mem, 1, &hashmap);
190 return hashmap;
200 add_hashmap(void *hashmap, size_t count) {
202 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
208 get_hashmap(void *hashmap, size_t count, void **pval) {
210 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
467 { "hashmap", new_hashmap, thread_hashmap }
    [all...]
load-names.c 21 #include <isc/hashmap.h>
182 * hashmap
187 isc_hashmap_t *hashmap = NULL; local
188 isc_hashmap_create(mem, 1, &hashmap);
190 return hashmap;
200 add_hashmap(void *hashmap, size_t count) {
202 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
208 get_hashmap(void *hashmap, size_t count, void **pval) {
210 hashmap, dns_name_hash(&item[count].fixed.name), name_match,
467 { "hashmap", new_hashmap, thread_hashmap }
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pdb.c 60 htab_t hashmap; member in struct:string_table
86 htab_t hashmap; member in struct:types
107 htab_t hashmap; member in struct:globals
727 slot = htab_find_slot_with_hash (strings->hashmap, fn, hash,
758 slot = htab_find_slot_with_hash (strings->hashmap, str, hash, INSERT);
866 slot = htab_find_slot_with_hash (glob->hashmap, data,
2388 slot = htab_find_slot_with_hash (ids->hashmap, data, hash, INSERT);
3609 slot = htab_find_slot_with_hash (t->hashmap, data, hash, INSERT);
4652 glob.hashmap = htab_create_alloc (0, hash_global_entry,
4659 htab_delete (glob.hashmap);
    [all...]
pdb.c 60 htab_t hashmap; member in struct:string_table
86 htab_t hashmap; member in struct:types
107 htab_t hashmap; member in struct:globals
727 slot = htab_find_slot_with_hash (strings->hashmap, fn, hash,
758 slot = htab_find_slot_with_hash (strings->hashmap, str, hash, INSERT);
866 slot = htab_find_slot_with_hash (glob->hashmap, data,
2388 slot = htab_find_slot_with_hash (ids->hashmap, data, hash, INSERT);
3609 slot = htab_find_slot_with_hash (t->hashmap, data, hash, INSERT);
4652 glob.hashmap = htab_create_alloc (0, hash_global_entry,
4659 htab_delete (glob.hashmap);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 60 htab_t hashmap; member in struct:string_table
86 htab_t hashmap; member in struct:types
107 htab_t hashmap; member in struct:globals
727 slot = htab_find_slot_with_hash (strings->hashmap, fn, hash,
758 slot = htab_find_slot_with_hash (strings->hashmap, str, hash, INSERT);
866 slot = htab_find_slot_with_hash (glob->hashmap, data,
2389 slot = htab_find_slot_with_hash (ids->hashmap, data, hash, INSERT);
3610 slot = htab_find_slot_with_hash (t->hashmap, data, hash, INSERT);
4653 glob.hashmap = htab_create_alloc (0, hash_global_entry,
4660 htab_delete (glob.hashmap);
    [all...]
pdb.c 60 htab_t hashmap; member in struct:string_table
86 htab_t hashmap; member in struct:types
107 htab_t hashmap; member in struct:globals
727 slot = htab_find_slot_with_hash (strings->hashmap, fn, hash,
758 slot = htab_find_slot_with_hash (strings->hashmap, str, hash, INSERT);
866 slot = htab_find_slot_with_hash (glob->hashmap, data,
2389 slot = htab_find_slot_with_hash (ids->hashmap, data, hash, INSERT);
3610 slot = htab_find_slot_with_hash (t->hashmap, data, hash, INSERT);
4653 glob.hashmap = htab_create_alloc (0, hash_global_entry,
4660 htab_delete (glob.hashmap);
    [all...]

Completed in 58 milliseconds