Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c72 rtbl_set_flags (rtbl_t table, unsigned int flags) in rtbl_set_flags()
78 rtbl_get_flags (rtbl_t table) in rtbl_get_flags()
84 rtbl_get_column_by_id (rtbl_t table, unsigned int id) in rtbl_get_column_by_id()
94 rtbl_get_column (rtbl_t table, const char *column) in rtbl_get_column()
104 rtbl_destroy (rtbl_t table) in rtbl_destroy()
126 rtbl_add_column_by_id (rtbl_t table, unsigned int id, in rtbl_add_column_by_id()
155 rtbl_add_column (rtbl_t table, const char *header, unsigned int flags) in rtbl_add_column()
161 rtbl_new_row(rtbl_t table) in rtbl_new_row()
187 column_compute_width (rtbl_t table, struct column_data *column) in column_compute_width()
201 rtbl_set_prefix (rtbl_t table, const char *prefix) in rtbl_set_prefix()
[all …]
/netbsd-src/sys/arch/luna68k/dev/
H A Dpsgpam_enc.c85 #define BULK(table) *d++ = table[v] argument
87 #define W8(table) *d++ = table[v] argument
89 #define W16(table) do { \ argument
94 #define W32(table) do { \ argument
102 #define SPLIT3(table) do { \ argument
109 #define ENCODER_DEFINE(enc, TT, table, writer) \ argument
123 #define ENCODER_D_DEFINE(enc, TT, table, writer) \ argument
/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()
236 table_grow(struct lruhash* table) in table_grow()
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front()
282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) in lru_remove()
293 lru_touch(struct lruhash* table, struct lruhash_entry* entry) in lru_touch()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp58 const text::table& table) in table_formatter_check()
83 text::table table(2); in ATF_TEST_CASE_BODY() local
102 text::table table(2); in ATF_TEST_CASE_BODY() local
114 text::table table(2); in ATF_TEST_CASE_BODY() local
129 text::table table(1); in ATF_TEST_CASE_BODY() local
157 text::table table(3); in ATF_TEST_CASE_BODY() local
183 text::table table(1); in ATF_TEST_CASE_BODY() local
205 text::table table(1); in ATF_TEST_CASE_BODY() local
228 text::table table(1); in ATF_TEST_CASE_BODY() local
251 text::table table(3); in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-idecode.c40 insn_table *table) in lf_print_opcodes()
60 insn_table *table) in lf_print_table_name()
125 print_idecode_table_start(insn_table *table, in print_idecode_table_start()
200 print_idecode_table_end(insn_table *table, in print_idecode_table_end()
212 print_idecode_table_padding(insn_table *table, in print_idecode_table_padding()
266 print_goto_switch_table_padding(insn_table *table, in print_goto_switch_table_padding()
292 insn_table *table) in print_goto_switch_table()
316 idecode_switch_start(insn_table *table, in idecode_switch_start()
459 idecode_switch_end(insn_table *table, in idecode_switch_end()
512 idecode_switch_padding(insn_table *table, in idecode_switch_padding()
[all …]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitslabhash.c83 test_short_table(struct slabhash* table) in test_short_table()
109 testadd(struct slabhash* table, testdata_type* ref[]) in testadd()
121 testremove(struct slabhash* table, testdata_type* ref[]) in testremove()
132 testlookup(struct slabhash* table, testdata_type* ref[]) in testlookup()
151 check_lru_table(struct lruhash* table) in check_lru_table()
187 check_table(struct slabhash* table) in check_table()
196 testadd_unlim(struct slabhash* table, testdata_type** ref) in testadd_unlim()
209 testremove_unlim(struct slabhash* table, testdata_type** ref) in testremove_unlim()
221 testlookup_unlim(struct slabhash* table, testdata_type** ref) in testlookup_unlim()
243 test_long_table(struct slabhash* table) in test_long_table()
[all …]
H A Dunitlruhash.c81 test_bin_find_entry(struct lruhash* table) in test_bin_find_entry()
162 static void test_lru(struct lruhash* table) in test_lru()
209 test_short_table(struct lruhash* table) in test_short_table()
235 testadd(struct lruhash* table, testdata_type* ref[]) in testadd()
247 testremove(struct lruhash* table, testdata_type* ref[]) in testremove()
258 testlookup(struct lruhash* table, testdata_type* ref[]) in testlookup()
277 check_table(struct lruhash* table) in check_table()
313 testadd_unlim(struct lruhash* table, testdata_type** ref) in testadd_unlim()
326 testremove_unlim(struct lruhash* table, testdata_type** ref) in testremove_unlim()
338 testlookup_unlim(struct lruhash* table, testdata_type** ref) in testlookup_unlim()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnvtable.h26 #define nvtable_locate(table, key) htable_locate((table), (key)) argument
27 #define nvtable_walk(table, action, ptr) htable_walk((table), HTABLE_ACTION_FN_CAST(action), (ptr)) argument
28 #define nvtable_list(table) htable_list(table) argument
29 #define nvtable_find(table, key) htable_find((table), (key)) argument
30 #define nvtable_delete(table, key) htable_delete((table), (key), myfree) argument
31 #define nvtable_free(table) htable_free((table), myfree) argument
H A Dhtable.c169 #define htable_link(table, element) { \ argument
180 static void htable_size(HTABLE *table, size_t size) in htable_size()
198 HTABLE *table; in htable_create() local
208 static void htable_grow(HTABLE *table) in htable_grow()
229 HTABLE_INFO *htable_enter(HTABLE *table, const char *key, void *value) in htable_enter()
244 void *htable_find(HTABLE *table, const char *key) in htable_find()
259 HTABLE_INFO *htable_locate(HTABLE *table, const char *key) in htable_locate()
274 void htable_delete(HTABLE *table, const char *key, void (*free_fn) (void *)) in htable_delete()
304 void htable_free(HTABLE *table, void (*free_fn) (void *)) in htable_free()
332 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk()
[all …]
H A Dbinhash.c176 #define binhash_link(table, elm) { \ argument
187 static void binhash_size(BINHASH *table, size_t size) in binhash_size()
205 BINHASH *table; in binhash_create() local
215 static void binhash_grow(BINHASH *table) in binhash_grow()
236 BINHASH_INFO *binhash_enter(BINHASH *table, const void *key, ssize_t key_len, void *value) in binhash_enter()
252 void *binhash_find(BINHASH *table, const void *key, ssize_t key_len) in binhash_find()
267 BINHASH_INFO *binhash_locate(BINHASH *table, const void *key, ssize_t key_len) in binhash_locate()
280 void binhash_delete(BINHASH *table, const void *key, ssize_t key_len, void (*free_fn) (void *)) in binhash_delete()
308 void binhash_free(BINHASH *table, void (*free_fn) (void *)) in binhash_free()
336 void binhash_walk(BINHASH *table, void (*action) (BINHASH_INFO *, void *), in binhash_walk()
[all …]
H A Dname_mask.h48 #define name_mask_opt(tag, table, str, flags) \ argument
51 #define name_mask(tag, table, str) \ argument
53 #define str_name_mask(tag, table, mask) \ argument
67 #define long_name_mask_opt(tag, table, str, flags) \ argument
69 #define long_name_mask(tag, table, str) \ argument
71 #define str_long_name_mask(tag, table, mask) \ argument
/netbsd-src/external/mit/isl/dist/
H A Disl_hash.c42 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_init()
78 static int grow_table(struct isl_ctx *ctx, struct isl_hash_table *table) in grow_table()
125 struct isl_hash_table *table = NULL; in isl_hash_table_alloc() local
136 void isl_hash_table_clear(struct isl_hash_table *table) in isl_hash_table_clear()
143 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table) in isl_hash_table_free()
158 struct isl_hash_table *table, in isl_hash_table_find()
199 struct isl_hash_table_entry *isl_hash_table_first(struct isl_hash_table *table) in isl_hash_table_first()
215 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_foreach()
235 isl_bool isl_hash_table_every(isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_every()
259 struct isl_hash_table *table, in isl_hash_table_remove()
/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()
458 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup()
503 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert()
568 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename()
593 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace()
618 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate()
633 struct bfd_hash_table *table, in bfd_hash_newfunc()
645 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse()
[all …]
/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()
547 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup()
604 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert()
680 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename()
716 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace()
751 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate()
778 struct bfd_hash_table *table, in bfd_hash_newfunc()
802 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dhash.h53 string_tuple_alloc (htab_t table, const char *key, const void *value) in string_tuple_alloc()
62 str_hash_find (htab_t table, const char *key) in str_hash_find()
70 str_hash_find_n (htab_t table, const char *key, size_t n) in str_hash_find_n()
82 str_hash_delete (htab_t table, const char *key) in str_hash_delete()
89 str_hash_insert (htab_t table, const char *key, const void *value, int replace) in str_hash_insert()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc59 cpp_hash_table *table; in ht_create() local
77 ht_destroy (cpp_hash_table *table) in ht_destroy()
91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup()
99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash()
182 ht_expand (cpp_hash_table *table) in ht_expand()
224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall()
242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge()
274 ht_dump_statistics (cpp_hash_table *table) in ht_dump_statistics()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c59 cpp_hash_table *table; in ht_create() local
77 ht_destroy (cpp_hash_table *table) in ht_destroy()
91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup()
99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash()
182 ht_expand (cpp_hash_table *table) in ht_expand()
224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall()
242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge()
274 ht_dump_statistics (cpp_hash_table *table) in ht_dump_statistics()
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs1563 } table[] = { variable
1601 } table[] = { variable
1628 } table[] = { variable
1654 } table[] = { variable
1677 } table[] = { variable
1701 } table[] = { variable
1775 } table[] = { variable
1797 } table[] = { variable
1824 } table[] = { variable
1874 } table[] = { variable
[all …]
/netbsd-src/external/bsd/nsd/dist/
H A Dnamedb.c24 allocate_domain_info(domain_table_type* table, in allocate_domain_info()
65 allocate_domain_nsec3(domain_table_type* table, domain_type* result) in allocate_domain_nsec3()
86 numlist_make_last(domain_table_type* table, domain_type* domain) in numlist_make_last()
127 numlist_pop_last(domain_table_type* table) in numlist_pop_last()
153 int domain_is_prehash(domain_table_type* table, domain_type* domain) in domain_is_prehash()
173 void prehash_clear(domain_table_type* table) in prehash_clear()
187 prehash_add(domain_table_type* table, domain_type* domain) in prehash_add()
200 prehash_del(domain_table_type* table, domain_type* domain) in prehash_del()
366 domain_table_search(domain_table_type *table, in domain_table_search()
405 domain_table_find(domain_table_type* table, in domain_table_find()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_mocs.c46 const struct drm_i915_mocs_entry *table; member
289 struct drm_i915_mocs_table *table) in get_mocs_settings()
333 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control()
348 const struct drm_i915_mocs_table *table, in __init_mocs_table()
374 const struct drm_i915_mocs_table *table) in init_mocs_table()
383 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc()
406 const struct drm_i915_mocs_table *table) in init_l3cc_table()
418 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local
441 struct drm_i915_mocs_table table; in init_global_mocs() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu.c38 #define VALID_SSUTABLE(table) ISC_MAGIC_VALID(table, SSUTABLEMAGIC) argument
41 #define VALID_SSURULE(table) ISC_MAGIC_VALID(table, SSURULEMAGIC) argument
67 dns_ssutable_t *table; in dns_ssutable_create() local
83 destroy(dns_ssutable_t *table) { in destroy()
124 dns_ssutable_t *table; in dns_ssutable_detach() local
137 dns_ssutable_addrule(dns_ssutable_t *table, bool grant, in dns_ssutable_addrule()
286 dns_ssutable_checkrules(dns_ssutable_t *table, const dns_name_t *signer, in dns_ssutable_checkrules()
578 dns_ssutable_firstrule(const dns_ssutable_t *table, dns_ssurule_t **rule) { in dns_ssutable_firstrule()
601 dns_ssutable_t *table = NULL; in dns_ssutable_createdlz() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c116 struct table { struct
120 unsigned *table; argument
136 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
/netbsd-src/sys/netinet/
H A Din_pcb.c144 #define INPCBHASH_PORT(table, lport) \ argument
146 #define INPCBHASH_BIND(table, laddr, lport) \ argument
149 #define INPCBHASH_CONNECT(table, faddr, fport, laddr, lport) \ argument
178 inpcb_init(struct inpcbtable *table, int bindhashsize, int connecthashsize) in inpcb_init()
202 struct inpcbtable *table = v; in inpcb_create() local
273 struct inpcbtable *table = inp->inp_table; in inpcb_set_port() local
369 struct inpcbtable *table = inp->inp_table; in inpcb_bind_port() local
769 inpcb_notify(struct inpcbtable *table, struct in_addr faddr, u_int fport_arg, in inpcb_notify()
799 inpcb_notifyall(struct inpcbtable *table, struct in_addr faddr, int errno, in inpcb_notifyall()
848 inpcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp) in inpcb_purgeif0()
[all …]
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dutil.c124 static const int table[259] = { in ZopfliGetLengthExtraBits() local
146 static const int table[259] = { in ZopfliGetLengthExtraBitsValue() local
167 static const int table[259] = { in ZopfliGetLengthSymbol() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dssu.c38 VALID_SSUTABLE(table) global() argument
41 VALID_SSURULE(table) global() argument
66 dns_ssutable_t *table; dns_ssutable_create() local
81 destroy(dns_ssutable_t * table) destroy() argument
123 dns_ssutable_t *table; dns_ssutable_detach() local
136 dns_ssutable_addrule(dns_ssutable_t * table,bool grant,const dns_name_t * identity,dns_ssumatchtype_t matchtype,const dns_name_t * name,unsigned int ntypes,dns_ssuruletype_t * types) dns_ssutable_addrule() argument
282 dns_ssutable_checkrules(dns_ssutable_t * table,const dns_name_t * signer,const dns_name_t * name,const isc_netaddr_t * addr,bool tcp,dns_aclenv_t * env,dns_rdatatype_t type,const dns_name_t * target,const dst_key_t * key,const dns_ssurule_t ** rulep) dns_ssutable_checkrules() argument
628 dns_ssutable_firstrule(const dns_ssutable_t * table,dns_ssurule_t ** rule) dns_ssutable_firstrule() argument
650 dns_ssutable_t *table = NULL; dns_ssutable_createdlz() local
[all...]

12345678910>>...39