Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 267) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dhash.h79 typedef struct cache struct
100 } *cache_ptr; argument
109 /* Deallocate all of the hash nodes and the cache itself. */ argument
157 objc_hash_ptr (cache_ptr cache, const void *key) in objc_hash_ptr()
166 objc_hash_string (cache_ptr cache, const void *key) in objc_hash_string()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dhash.h79 typedef struct cache struct
100 } *cache_ptr; argument
109 /* Deallocate all of the hash nodes and the cache itself. */ argument
157 objc_hash_ptr (cache_ptr cache, const void *key) in objc_hash_ptr()
166 objc_hash_string (cache_ptr cache, const void *key) in objc_hash_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer.c106 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()
353 preload_common_nodes (struct streamer_tree_cache_d *cache) in preload_common_nodes()
400 struct streamer_tree_cache_d *cache; in streamer_tree_cache_create() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer.cc106 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
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dhash.c35 #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/external/gpl3/gcc/dist/libobjc/
H A Dhash.c35 #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/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcache.c56 #define VALID_CACHE(cache) ISC_MAGIC_VALID(cache, CACHE_MAGIC) argument
110 dns_cache_t *cache; member
175 cache_create_db(dns_cache_t *cache, dns_db_t **db) { in cache_create_db()
192 dns_cache_t *cache; in dns_cache_create() local
329 cache_free(dns_cache_t *cache) { in cache_free()
403 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp) { in dns_cache_attach()
414 dns_cache_t *cache; in dns_cache_detach() local
447 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp) { in dns_cache_attachdb()
458 dns_cache_setfilename(dns_cache_t *cache, const char *filename) { in dns_cache_setfilename()
477 dns_cache_load(dns_cache_t *cache) { in dns_cache_load()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dcache.c55 VALID_CACHE(cache) global() argument
109 dns_cache_t *cache; global() member
172 cache_create_db(dns_cache_t * cache,dns_db_t ** db) cache_create_db() argument
190 dns_cache_t *cache; dns_cache_create() local
323 cache_free(dns_cache_t * cache) cache_free() argument
391 dns_cache_attach(dns_cache_t * cache,dns_cache_t ** targetp) dns_cache_attach() argument
402 dns_cache_t *cache; dns_cache_detach() local
424 dns_cache_attachdb(dns_cache_t * cache,dns_db_t ** dbp) dns_cache_attachdb() argument
435 dns_cache_getname(dns_cache_t * cache) dns_cache_getname() argument
447 cache_cleaner_init(dns_cache_t * cache,isc_taskmgr_t * taskmgr,isc_timermgr_t * timermgr,cache_cleaner_t * cleaner) cache_cleaner_init() argument
766 dns_cache_clean(dns_cache_t * cache,isc_stdtime_t now) dns_cache_clean() argument
819 dns_cache_t *cache = arg; water() local
841 dns_cache_setcachesize(dns_cache_t * cache,size_t size) dns_cache_setcachesize() argument
883 dns_cache_getcachesize(dns_cache_t * cache) dns_cache_getcachesize() argument
896 dns_cache_setservestalettl(dns_cache_t * cache,dns_ttl_t ttl) dns_cache_setservestalettl() argument
907 dns_cache_getservestalettl(dns_cache_t * cache) dns_cache_getservestalettl() argument
922 dns_cache_setservestalerefresh(dns_cache_t * cache,dns_ttl_t interval) dns_cache_setservestalerefresh() argument
933 dns_cache_getservestalerefresh(dns_cache_t * cache) dns_cache_getservestalerefresh() argument
948 dns_cache_t *cache = event->ev_arg; cleaner_shutdown_action() local
970 dns_cache_flush(dns_cache_t * cache) dns_cache_flush() argument
1125 dns_cache_flushname(dns_cache_t * cache,const dns_name_t * name) dns_cache_flushname() argument
1130 dns_cache_flushnode(dns_cache_t * cache,const dns_name_t * name,bool tree) dns_cache_flushnode() argument
1169 dns_cache_getstats(dns_cache_t * cache) dns_cache_getstats() argument
1175 dns_cache_updatestats(dns_cache_t * cache,isc_result_t result) dns_cache_updatestats() argument
1237 dns_cache_dumpstats(dns_cache_t * cache,FILE * fp) dns_cache_dumpstats() argument
1311 dns_cache_renderxml(dns_cache_t * cache,void * writer0) dns_cache_renderxml() argument
1364 dns_cache_renderjson(dns_cache_t * cache,void * cstats0) dns_cache_renderjson() argument
[all...]
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_cache.c38 struct cache { struct
49 ** User cache support procedures argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp51 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
71 InternalAllocatorCache *cache) { in RawInternalRealloc()
76 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
108 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
120 InternalAllocatorCache *cache) { in RawInternalRealloc()
130 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
147 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc()
154 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc()
162 InternalAllocatorCache *cache) { in InternalReallocArray()
173 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc()
[all …]
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate()
89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
155 void InitCache(AllocatorCache *cache) { in InitCache()
159 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
163 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cc50 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
70 InternalAllocatorCache *cache) { in RawInternalRealloc()
75 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
107 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
119 InternalAllocatorCache *cache) { in RawInternalRealloc()
129 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
148 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc()
158 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc()
172 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc()
185 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
H A Dsanitizer_allocator_combined.h37 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate()
82 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
90 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
150 void InitCache(AllocatorCache *cache) { in InitCache()
154 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
158 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.cc52 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
72 InternalAllocatorCache *cache) { in RawInternalRealloc()
77 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
109 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
121 InternalAllocatorCache *cache) { in RawInternalRealloc()
131 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
150 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc()
160 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc()
174 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc()
187 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
H A Dsanitizer_allocator_combined.h48 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate()
93 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
101 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
161 void InitCache(AllocatorCache *cache) { in InitCache()
165 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
169 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc38 static void DeallocateCache(Cache *cache) { in DeallocateCache()
78 Cache cache; in TEST() local
87 Cache cache; in TEST() local
107 Cache cache; in TEST() local
129 Cache cache; in TEST() local
155 Cache cache; in TEST() local
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_set_standard_lookup.c71 } 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/
H A Dctable.c124 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/
H A Dpcy_cache.c30 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dpcy_cache.c30 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local
83 X509_POLICY_CACHE *cache; in policy_cache_new() local
178 void policy_cache_free(X509_POLICY_CACHE *cache) in policy_cache_free()
200 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache, in policy_cache_find_data()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py122 def get_sections(self, cache=False): argument
150 def get_symbols(self, cache=False): argument
239 def get_relocations(self, cache=False): argument
270 def cache(self): member in Section
343 def cache(self): member in Symbol
417 def cache(self): member in Relocation
/netbsd-src/lib/libintl/
H A Dgettext_iconv.c45 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/
H A Dumem.c110 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/
H A Dcache.c38 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/zlib/pigz/dist/zopfli/
H A Dcache.c54 unsigned char* cache; in ZopfliSublenToCache() local
87 unsigned char* cache; in ZopfliCacheToSublen() local
109 unsigned char* cache; in ZopfliMaxCachedSublen() local

1234567891011