| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | cache.c | 33 frv_cache_init (SIM_CPU *cpu, FRV_CACHE *cache) in frv_cache_init() 105 frv_cache_term (FRV_CACHE *cache) in frv_cache_term() 116 frv_cache_reconfigure (SIM_CPU *current_cpu, FRV_CACHE *cache) in frv_cache_reconfigure() 150 frv_cache_enabled (FRV_CACHE *cache) in frv_cache_enabled() 164 ram_access (FRV_CACHE *cache, USI address) in ram_access() 202 non_cache_access (FRV_CACHE *cache, USI address) in non_cache_access() 257 get_tag (FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) in get_tag() 302 write_data_to_memory (FRV_CACHE *cache, SI address, char *data, int length) in write_data_to_memory() 335 write_line_to_memory (FRV_CACHE *cache, FRV_CACHE_TAG *tag) in write_line_to_memory() 363 fill_line_from_memory (FRV_CACHE *cache, FRV_CACHE_TAG *tag, SI address) in fill_line_from_memory() [all …]
|
| D | memory.c | 274 FRV_CACHE *cache = CPU_DATA_CACHE (current_cpu); in frvbf_read_mem_QI() local 306 FRV_CACHE *cache = CPU_DATA_CACHE (current_cpu); in frvbf_read_mem_UQI() local 348 FRV_CACHE *cache; in frvbf_read_mem_HI() local 389 FRV_CACHE *cache; in frvbf_read_mem_UHI() local 430 FRV_CACHE *cache = CPU_DATA_CACHE (current_cpu); in read_mem_unaligned_SI() local 467 FRV_CACHE *cache; in frvbf_read_mem_SI() local 514 FRV_CACHE *cache = CPU_DATA_CACHE (current_cpu); in read_mem_unaligned_DI() local 587 FRV_CACHE *cache; in frvbf_read_mem_DI() local 627 FRV_CACHE *cache; in frvbf_read_mem_DF() local 672 FRV_CACHE *cache; in frvbf_read_imem_USI() local [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-streamer.cc | 106 streamer_tree_cache_add_to_node_array (struct streamer_tree_cache_d *cache, in streamer_tree_cache_add_to_node_array() 138 streamer_tree_cache_insert_1 (struct streamer_tree_cache_d *cache, in streamer_tree_cache_insert_1() 183 streamer_tree_cache_insert (struct streamer_tree_cache_d *cache, tree t, in streamer_tree_cache_insert() 193 streamer_tree_cache_replace_tree (struct streamer_tree_cache_d *cache, in streamer_tree_cache_replace_tree() 209 streamer_tree_cache_append (struct streamer_tree_cache_d *cache, in streamer_tree_cache_append() 224 streamer_tree_cache_lookup (struct streamer_tree_cache_d *cache, tree t, in streamer_tree_cache_lookup() 255 verify_common_node_recorded (struct streamer_tree_cache_d *cache, tree node) in verify_common_node_recorded() 281 record_common_node (struct streamer_tree_cache_d *cache, tree node) in record_common_node() 354 preload_common_nodes (struct streamer_tree_cache_d *cache) in preload_common_nodes() 401 struct streamer_tree_cache_d *cache; in streamer_tree_cache_create() local
|
| D | tree-streamer.h | 94 streamer_tree_cache_get_tree (struct streamer_tree_cache_d *cache, unsigned ix) in streamer_tree_cache_get_tree() 102 streamer_tree_cache_get_hash (struct streamer_tree_cache_d *cache, unsigned ix) in streamer_tree_cache_get_hash()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | hash.c | 35 #define FULLNESS(cache) \ argument 37 #define EXPANSION(cache) \ argument 44 cache_ptr cache; in objc_hash_new() local 78 objc_hash_delete (cache_ptr cache) in objc_hash_delete() 170 objc_hash_remove (cache_ptr cache, const void *key) in objc_hash_remove() 211 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next() 255 objc_hash_value_for_key (cache_ptr cache, const void *key) in objc_hash_value_for_key() 279 objc_hash_is_key_in_hash (cache_ptr cache, const void *key) in objc_hash_is_key_in_hash()
|
| /netbsd/src/usr.sbin/rpc.pcnfsd/ |
| D | pcnfsd_cache.c | 38 struct cache { struct 49 ** User cache support procedures argument
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_disk_set_standard_lookup.c | 71 } cache[name_cache_size]; member 123 struct name_cache *cache = (struct name_cache *)data; in cleanup() local 141 lookup_name(struct name_cache *cache, in lookup_name() 186 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 231 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 255 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper() 298 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | ctable.c | 124 CTABLE *cache = (CTABLE *) mymalloc(sizeof(CTABLE)); in ctable_create() local 142 const void *ctable_locate(CTABLE *cache, const char *key) in ctable_locate() 184 const void *ctable_refresh(CTABLE *cache, const char *key) in ctable_refresh() 209 void ctable_newcontext(CTABLE *cache, void *context) in ctable_newcontext() 228 void ctable_free(CTABLE *cache) in ctable_free() 244 void ctable_walk(CTABLE *cache, void (*action) (const char *, const void *)) in ctable_walk() 293 CTABLE *cache; in main() local
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | pcy_cache.c | 30 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local 83 X509_POLICY_CACHE *cache; in policy_cache_new() local 178 void ossl_policy_cache_free(X509_POLICY_CACHE *cache) in ossl_policy_cache_free() 201 X509_POLICY_DATA *ossl_policy_cache_find_data(const X509_POLICY_CACHE *cache, in ossl_policy_cache_find_data()
|
| D | pcy_tree.c | 102 const X509_POLICY_CACHE *cache; in tree_init() local 288 const X509_POLICY_CACHE *cache, in tree_link_nodes() 310 const X509_POLICY_CACHE *cache, in tree_add_unmatched() 339 const X509_POLICY_CACHE *cache, in tree_link_unmatched() 375 const X509_POLICY_CACHE *cache, in tree_link_any() 605 const X509_POLICY_CACHE *cache; in tree_evaluate() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | sentinel-frame.c | 34 struct frame_unwind_cache *cache = in sentinel_frame_cache() local 48 struct frame_unwind_cache *cache in sentinel_frame_prev_register() local 75 struct frame_unwind_cache *cache in sentinel_frame_prev_arch() local
|
| D | sparc64-obsd-tdep.c | 155 struct sparc_frame_cache *cache; in sparc64obsd_frame_cache() local 192 struct sparc_frame_cache *cache = in sparc64obsd_frame_this_id() local 202 struct sparc_frame_cache *cache = in sparc64obsd_frame_prev_register() local 239 struct sparc_frame_cache *cache; in sparc64obsd_trapframe_cache() local 269 struct sparc_frame_cache *cache = in sparc64obsd_trapframe_this_id() local 279 struct sparc_frame_cache *cache = in sparc64obsd_trapframe_prev_register() local
|
| D | ft32-tdep.c | 169 struct ft32_frame_cache *cache, in ft32_analyze_prologue() 292 struct ft32_frame_cache cache; in ft32_skip_prologue() local 439 struct ft32_frame_cache *cache; in ft32_alloc_frame_cache() local 455 struct ft32_frame_cache *cache; in ft32_frame_cache() local 496 struct ft32_frame_cache *cache = ft32_frame_cache (this_frame, in ft32_frame_this_id() local 512 struct ft32_frame_cache *cache = ft32_frame_cache (this_frame, in ft32_frame_prev_register() local 543 struct ft32_frame_cache *cache = ft32_frame_cache (this_frame, in ft32_frame_base_address() local
|
| D | amd64-netbsd-tdep.c | 130 struct trad_frame_cache *cache; in amd64nbsd_trapframe_cache() local 221 struct trad_frame_cache *cache = in amd64nbsd_trapframe_this_id() local 231 struct trad_frame_cache *cache = in amd64nbsd_trapframe_prev_register() local
|
| D | nds32-tdep.c | 554 struct nds32_frame_cache *cache; in nds32_alloc_frame_cache() local 573 nds32_push_multiple_words (struct nds32_frame_cache *cache, int rb, int re, in nds32_push_multiple_words() 610 CORE_ADDR limit_pc, struct nds32_frame_cache *cache) in nds32_analyze_prologue() 908 struct nds32_frame_cache *cache; in nds32_frame_cache() local 959 struct nds32_frame_cache *cache = nds32_frame_cache (this_frame, this_cache); in nds32_frame_this_id() local 974 struct nds32_frame_cache *cache = nds32_frame_cache (this_frame, this_cache); in nds32_frame_prev_register() local 1007 struct nds32_frame_cache *cache = nds32_frame_cache (this_frame, this_cache); in nds32_frame_base_address() local 1023 nds32_pop_multiple_words (struct nds32_frame_cache *cache, int rb, int re, in nds32_pop_multiple_words() 1066 struct nds32_frame_cache *cache) in nds32_analyze_epilogue_insn32() 1122 nds32_analyze_epilogue_insn16 (uint32_t insn, struct nds32_frame_cache *cache) in nds32_analyze_epilogue_insn16() [all …]
|
| D | microblaze-tdep.c | 138 struct microblaze_frame_cache *cache; in microblaze_alloc_frame_cache() local 191 struct microblaze_frame_cache *cache) in microblaze_analyze_prologue() 394 struct microblaze_frame_cache cache; in microblaze_skip_prologue() local 422 struct microblaze_frame_cache *cache; in microblaze_frame_cache() local 449 struct microblaze_frame_cache *cache = in microblaze_frame_this_id() local 463 struct microblaze_frame_cache *cache = in microblaze_frame_prev_register() local 496 struct microblaze_frame_cache *cache = in microblaze_frame_base_address() local
|
| D | sparc-sol2-tdep.c | 105 struct sparc_frame_cache *cache; in sparc32_sol2_sigtramp_frame_cache() local 157 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_this_id() local 168 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_prev_register() local
|
| D | sparc-obsd-tdep.c | 74 struct sparc_frame_cache *cache; in sparc32obsd_sigtramp_frame_cache() local 107 struct sparc_frame_cache *cache = in sparc32obsd_sigtramp_frame_this_id() local 117 struct sparc_frame_cache *cache = in sparc32obsd_sigtramp_frame_prev_register() local
|
| D | sparc64-netbsd-tdep.c | 154 struct sparc_frame_cache *cache; in sparc64nbsd_sigcontext_frame_cache() local 191 struct sparc_frame_cache *cache = in sparc64nbsd_sigcontext_frame_this_id() local 201 struct sparc_frame_cache *cache = in sparc64nbsd_sigcontext_frame_prev_register() local
|
| /netbsd/src/lib/libintl/ |
| D | gettext_iconv.c | 45 struct cache { struct 50 static const struct cache *cache_find(const char *, struct domainbinding *); argument 114 const struct cache *cache; in __gettext_iconv() local
|
| /netbsd/src/external/cddl/osnet/lib/libumem/ |
| D | umem.c | 110 umem_cache_t *cache = malloc(sizeof(umem_cache_t)); in umem_cache_create() local 125 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() 155 void umem_cache_free(umem_cache_t *cache, void *buffer) in umem_cache_free() 166 void umem_cache_destroy(umem_cache_t *cache) in umem_cache_destroy()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | cache.c | 38 mpfr_clear_cache (mpfr_cache_t cache) in mpfr_clear_cache() 57 mpfr_cache (mpfr_ptr dest, mpfr_cache_t cache, mpfr_rnd_t rnd) in mpfr_cache()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| D | dncache.c | 97 metadncache_t *cache, in meta_dncache_get_target() 141 metadncache_t *cache, in meta_dncache_update_entry() 205 metadncache_t *cache, in meta_dncache_delete_entry()
|
| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_idr.c | 78 idr_cache_warning(struct idr_cache *cache) in idr_cache_warning() 105 struct idr_cache *cache = cookie; in idr_cache_dtor() local 287 struct idr_cache *cache; in idr_preload() local 340 struct idr_cache *cache; in idr_alloc() local 391 struct idr_cache *cache; in idr_preload_end() local
|
| /netbsd/src/lib/libc/locale/ |
| D | setlocale.c | 64 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache) in _setlocale_cache() 180 struct _locale_cache_t *cache; in __setlocale() local
|