Home
last modified time | relevance | path

Searched +defs:hash +defs:table +defs:c (Results 1 – 25 of 132) sorted by relevance

123456

/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c67 struct lruhash* table = (struct lruhash*)calloc(1, in lruhash_create() local
99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split()
154 lruhash_delete(struct lruhash* table) in lruhash_delete()
183 reclaim_space(struct lruhash* table, struct lruhash_entry** list) in reclaim_space()
219 bin_find_entry(struct lruhash* table, in bin_find_entry()
220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry()
222 size_t c = 0; in bin_find_entry() local
236 table_grow(struct lruhash* table) in table_grow()
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dhash.c368 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n()
411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init()
424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free()
434 unsigned long hash; in bfd_hash_hash() local
436 unsigned int c; in bfd_hash_hash() local
458 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup()
463 unsigned long hash; in bfd_hash_lookup() local
503 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert()
505 unsigned long hash) in bfd_hash_insert()
568 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename()
[all …]
H A Dmerge.c63 struct bfd_hash_table table; member
107 struct bfd_hash_table *table, const char *string) in sec_merge_hash_newfunc()
137 sec_merge_hash_lookup (struct sec_merge_hash *table, const char *string, in sec_merge_hash_lookup()
141 unsigned long hash; in sec_merge_hash_lookup() local
142 unsigned int c; in sec_merge_hash_lookup() local
238 struct sec_merge_hash *table; in sec_merge_init() local
H A Decoff.c1774 size_t c; in _bfd_ecoff_bfd_copy_private_bfd_data() local
1891 int c; in _bfd_ecoff_sizeof_headers() local
2743 char c; in _bfd_ecoff_write_object_contents() local
2823 unsigned int hash; in ecoff_armap_hash() local
2942 unsigned int hash, rehash, srch; in _bfd_ecoff_slurp_armap() local
3105 unsigned int hash, rehash = 0; in _bfd_ecoff_write_armap() local
3178 struct bfd_hash_table *table, in ecoff_link_hash_newfunc()
3232 #define ecoff_link_hash_lookup(table, string, create, copy, follow) \ argument
3562 unsigned int hash, rehash = 0; in ecoff_link_add_archive_symbols() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhash.c424 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n()
480 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init()
502 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free()
512 unsigned long hash; in bfd_hash_hash() local
514 unsigned int c; in bfd_hash_hash() local
547 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup()
552 unsigned long hash; in bfd_hash_lookup() local
604 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert()
606 unsigned long hash) in bfd_hash_insert()
680 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename()
[all …]
/netbsd-src/usr.sbin/mtree/
H A Donly.c58 uint32_t hash; member
62 static struct hentry *table[1024]; variable
69 uint8_t c; in hash_str() local
70 uint32_t hash = 0; in hash_str() local
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_loop.c34 register UCHAR c; in FCT() local
343 const int32_t *table; in FCT() local
474 int32_t hash; in FCT() local
682 int32_t hash; in FCT() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c31 register UCHAR c; in FCT() local
340 const int32_t *table; in FCT() local
471 int32_t hash; in FCT() local
679 int32_t hash; in FCT() local
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dsymtab.c61 eltlist_t *table; member
136 hash(const char *key, bool case_sensitive) { in hash() function
140 int c; hash() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dsymtab.c46 eltlist_t *table; member
113 hash(const char *key, bool case_sensitive) { in hash() function
116 int c; in hash() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dsymtab.c46 eltlist_t *table; member
113 hash(const char *key, bool case_sensitive) { in hash() function
116 int c; hash() local
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local
274 char *c = (strchr(passwd, '\n')); in passwd_main() local
778 char *passwd, BIO *out, int quiet, int table, in do_passwd()
781 char *hash = NULL; in do_passwd() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpasswd.c93 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local
271 char *c = (strchr(passwd, '\n')); in passwd_main() local
775 char *passwd, BIO *out, int quiet, int table, in do_passwd()
778 char *hash = NULL; in do_passwd() local
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_nsec3.c263 size_t nsec3_hash_to_b32(uint8_t* hash, size_t hashlen, uint8_t* zone, in nsec3_hash_to_b32()
515 int c = query_dname_compare(h1->dname, h2->dname); in nsec3_hash_cmp() local
596 struct nsec3_cached_hash* c) in nsec3_calc_hash()
635 struct nsec3_cached_hash* c) in nsec3_calc_b32()
654 nsec3_hash_name(rbtree_type* table, struct regional* region, sldns_buffer* buf, in nsec3_hash_name()
656 size_t dname_len, struct nsec3_cached_hash** hash) in nsec3_hash_name()
658 struct nsec3_cached_hash* c; in nsec3_hash_name() local
728 struct nsec3_cached_hash* hash, struct ub_packed_rrset_key* s) in nsec3_hash_matches_owner()
770 struct nsec3_cached_hash* hash = NULL; in find_matching_nsec3() local
810 nsec3_covers(uint8_t* zone, struct nsec3_cached_hash* hash, in nsec3_covers()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc138 handle_escape_character (unsigned char *buffer, char c) in handle_escape_character()
399 cppchar_t c; in dump_ada_macros() local
1117 char c; in to_ada_name() local
2672 hashval_t hash; member
2679 static inline hashval_t hash (overloaded_name_hash *t) in hash() function
2692 add_name (const char *name, unsigned int n, htable_t *table) in add_name()
2696 hashval_t hash = htab_hash_pointer (id); in add_name() local
2717 htable_t *table = new htable_t (64); in init_overloaded_names() local
2737 hashval_t hash = htab_hash_pointer (name); in overloading_index() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d141 bool isChar(dchar c) @safe @nogc pure nothrow // rule 2 in isChar()
206 bool isSpace(dchar c) @safe @nogc pure nothrow in isSpace()
219 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit()
244 bool isLetter(dchar c) @safe @nogc nothrow pure // rule 84 in isLetter()
258 bool isIdeographic(dchar c) @safe @nogc nothrow pure in isIdeographic()
293 bool isBaseChar(dchar c) @safe @nogc nothrow pure in isBaseChar()
307 bool isCombiningChar(dchar c) @safe @nogc nothrow pure in isCombiningChar()
320 bool isExtender(dchar c) @safe @nogc nothrow pure in isExtender()
445 char c = s[i]; variable
891 size_t hash = tag.toHash(); in toHash() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c177 cpp_create_reader (enum c_lang lang, cpp_hash_table *table, in cpp_create_reader()
508 _cpp_restore_special_builtin (cpp_reader *pfile, struct def_pragma_macro *c) in _cpp_restore_special_builtin()
738 const cpp_token *hash, *token; in read_original_directory() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc183 cpp_create_reader (enum c_lang lang, cpp_hash_table *table, in cpp_create_reader()
520 _cpp_restore_special_builtin (cpp_reader *pfile, struct def_pragma_macro *c) in _cpp_restore_special_builtin()
801 const cpp_token *hash = _cpp_lex_direct (pfile); in read_original_directory() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c138 handle_escape_character (unsigned char *buffer, char c) in handle_escape_character()
399 cppchar_t c; in dump_ada_macros() local
1117 char c; in to_ada_name() local
2625 hashval_t hash; member
2632 static inline hashval_t hash (overloaded_name_hash *t) in hash() function
2650 hash_table<overloaded_name_hasher> *table in init_overloaded_names() local
2657 hashval_t hash = htab_hash_pointer (id); in init_overloaded_names() local
2680 hashval_t hash = htab_hash_pointer (name); in overloaded_name_p() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc68 hashval_t hash; member
83 string_pair_map_hasher::hash (const string_pair_map *spm) in hash() function in string_pair_map_hasher
151 const char *c = cwd; in relative_path_prefix() local
980 uchar c = streamer_read_uchar (ib); in input_eh_regions() local
1734 enum LTO_tags tag, hashval_t hash) in lto_read_tree()
1843 enum LTO_tags tag, hashval_t hash) in lto_input_tree_1()
1972 unsigned char *table = ggc_cleared_vec_alloc<unsigned char> (1 << 8); in lto_input_mode_table() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgdb-index.cc162 unsigned char c; in mapped_index_string_hash() local
864 Gdb_index_info_reader::read_pubtable(Dwarf_pubnames_table* table, off_t offset) in read_pubtable()
1030 Dwarf_pubnames_table* table; in map_pubtable_to_dies() local
1128 unsigned int hash = mapped_index_string_hash( in add_symbol() local
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.cc162 unsigned char c; in mapped_index_string_hash() local
864 Gdb_index_info_reader::read_pubtable(Dwarf_pubnames_table* table, off_t offset) in read_pubtable()
1030 Dwarf_pubnames_table* table; in map_pubtable_to_dies() local
1128 unsigned int hash = mapped_index_string_hash( in add_symbol() local
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c217 # define ISASCII(c) 1 argument
219 # define ISASCII(c) isascii(c) argument
223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) argument
230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) argument
234 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument
235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument
236 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
237 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c217 # define ISASCII(c) 1 argument
219 # define ISASCII(c) isascii(c) argument
223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) argument
230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) argument
234 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument
235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument
236 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
237 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c217 # define ISASCII(c) 1 argument
219 # define ISASCII(c) isascii(c) argument
223 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument
225 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
228 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) argument
230 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) argument
234 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument
235 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument
236 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
237 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
[all …]

123456