Home
last modified time | relevance | path

Searched defs:cache (Results 176 - 200 of 467) sorted by relevance

12345678910>>...19

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java259 private static CalendarCache cache = new CalendarCache(); field in HebrewCalendar
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c54 _lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, in _lws_cache_heap_item_destroy() argument
74 lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, lws_cache_ttl_item_heap_t *item, int parent_too) lws_cache_heap_item_destroy() argument
153 lws_cache_item_evict_lru(lws_cache_ttl_lru_t_heap_t *cache) lws_cache_item_evict_lru() argument
173 lws_cache_ttl_lru_t_heap_t *cache = lws_container_of(sul, expiry_cb() local
197 earliest_expiry(lws_cache_ttl_lru_t_heap_t *cache, lws_usec_t *pearliest) earliest_expiry() argument
213 update_sul(lws_cache_ttl_lru_t_heap_t *cache) update_sul() argument
234 lws_cache_heap_specific(lws_cache_ttl_lru_t_heap_t *cache, const char *specific_key) lws_cache_heap_specific() argument
252 lws_cache_heap_tag_match(struct lws_cache_ttl_lru *cache, const char *wc, const char *tag, char lookup_rules) lws_cache_heap_tag_match() argument
262 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_lookup() local
326 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_write() local
428 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_get() local
450 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_invalidate() local
499 lws_cache_ttl_lru_t_heap_t *cache; lws_cache_heap_create() local
522 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; destroy_dll() local
534 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_expunge() local
545 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)c; lws_cache_heap_destroy() local
576 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_debug_dump() local
[all...]
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c61 unw_trace_cache_t *cache = arg; in trace_cache_free() local
106 unw_trace_cache_t *cache; trace_cache_create() local
141 trace_cache_expand(unw_trace_cache_t *cache) trace_cache_expand() argument
164 unw_trace_cache_t *cache; trace_cache_get_unthreaded() local
183 unw_trace_cache_t *cache; trace_cache_get() local
274 trace_lookup(unw_cursor_t *cursor, unw_trace_cache_t *cache, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) trace_lookup() argument
402 unw_trace_cache_t *cache; tdep_trace() local
[all...]
/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c154 lws_diskcache_finalize_name(char *cache) in lws_diskcache_finalize_name() argument
176 lws_diskcache_query(struct lws_diskcache_scan *lds, int is_bot, const char *hash_hex, int *_fd, char *cache, int cache_len, size_t *extant_cache_len) lws_diskcache_query() argument
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c62 unw_trace_cache_t *cache = arg; in trace_cache_free() local
107 unw_trace_cache_t *cache; trace_cache_create() local
142 trace_cache_expand(unw_trace_cache_t *cache) trace_cache_expand() argument
165 unw_trace_cache_t *cache; trace_cache_get_unthreaded() local
184 unw_trace_cache_t *cache; trace_cache_get() local
276 trace_lookup(unw_cursor_t *cursor, unw_trace_cache_t *cache, unw_word_t cfa, unw_word_t pc, unw_word_t fp, unw_word_t sp) trace_lookup() argument
404 unw_trace_cache_t *cache; tdep_trace() local
[all...]
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c62 unw_trace_cache_t *cache = arg; in trace_cache_free() local
107 unw_trace_cache_t *cache; trace_cache_create() local
142 trace_cache_expand(unw_trace_cache_t *cache) trace_cache_expand() argument
166 unw_trace_cache_t *cache; trace_cache_get_unthreaded() local
185 unw_trace_cache_t *cache; trace_cache_get() local
277 trace_lookup(unw_cursor_t *cursor, unw_trace_cache_t *cache, unw_word_t cfa, unw_word_t pc, unw_word_t r7, unw_word_t sp) trace_lookup() argument
405 unw_trace_cache_t *cache; tdep_trace() local
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c294 mbedtls_ssl_cache_context cache; in main() local
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c117 jerryx_module_check_cache (jerry_value_t cache, /**< cache from which to attempt to retrieve the module by name */ in jerryx_module_check_cache() argument
154 jerryx_module_add_to_cache (jerry_value_t cache, /**< cach argument
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo.c99 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, struct fd_bo_cache *cache) bo_new() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c48 struct v3dv_bo_cache *cache = &device->bo_cache; in bo_dump_stats() local
85 bo_remove_from_cache(struct v3dv_bo_cache *cache, struct v3dv_bo *bo) bo_remove_from_cache() argument
97 struct v3dv_bo_cache *cache = &device->bo_cache; bo_from_cache() local
168 struct v3dv_bo_cache *cache = &device->bo_cache; bo_cache_free_all() local
343 reallocate_size_list(struct v3dv_bo_cache *cache, struct v3dv_device *device, uint32_t size) reallocate_size_list() argument
424 struct v3dv_bo_cache *cache = &device->bo_cache; free_stale_bos() local
464 struct v3dv_bo_cache *cache = &device->bo_cache; v3dv_bo_free() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h121 struct softpipe_tex_tile_cache *cache; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c80 struct vc4_bo_cache *cache = &screen->bo_cache; in vc4_bo_dump_stats() local
108 vc4_bo_remove_from_cache(struct vc4_bo_cache *cache, struc argument
182 struct vc4_bo_cache *cache = &screen->bo_cache; vc4_bo_from_cache() local
296 struct vc4_bo_cache *cache = &screen->bo_cache; free_stale_bos() local
323 vc4_bo_cache_free_all(struct vc4_bo_cache *cache) vc4_bo_cache_free_all() argument
338 struct vc4_bo_cache *cache = &screen->bo_cache; vc4_bo_last_unreference_locked_timed() local
662 struct vc4_bo_cache *cache = &screen->bo_cache; vc4_bufmgr_destroy() local
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c773 radeon_pin_threads_to_L3_cache(struct radeon_winsys *ws, unsigned cache) radeon_pin_threads_to_L3_cache() argument
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h95 struct virgl_resource_cache cache; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c46 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bo_dump_stats() local
81 v3d_bo_remove_from_cache(struct v3d_bo_cache *cache, struct v3d_bo *bo) in v3d_bo_remove_from_cache() argument
90 struct v3d_bo_cache *cache in v3d_bo_from_cache() local
237 struct v3d_bo_cache *cache = &screen->bo_cache; free_stale_bos() local
263 v3d_bo_cache_free_all(struct v3d_bo_cache *cache) v3d_bo_cache_free_all() argument
278 struct v3d_bo_cache *cache = &screen->bo_cache; v3d_bo_last_unreference_locked_timed() local
543 struct v3d_bo_cache *cache = &screen->bo_cache; v3d_bufmgr_destroy() local
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c338 amdgpu_pin_threads_to_L3_cache(struct radeon_winsys *rws, unsigned cache) amdgpu_pin_threads_to_L3_cache() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c97 struct svga_host_surface_cache *cache = &svgascreen->cache; in svga_screen_cache_lookup() local
179 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_shrink() local
218 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_add() local
333 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_flush() local
434 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_cleanup() local
458 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_init() local
639 const struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_dump() local
[all...]
H A Dsvga_screen.h93 struct svga_host_surface_cache cache; member
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c31 ares__htable_strvp_t *cache; member
130 static void ares__qcache_expire(ares__qcache_t *cache, in ares__qcache_expire() argument
150 void ares__qcache_flush(ares__qcache_t *cache) in ares__qcache_flush() argument
157 void ares__qcache_destroy(ares__qcache_t *cache) in ares__qcache_destroy() argument
201 ares__qcache_t *cache; ares__qcache_create() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp149 static UHashtable *cache=nullptr; variable
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c298 anv_device_search_for_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, bool *user_cache_hit) anv_device_search_for_kernel() argument
322 anv_device_upload_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info, const struct anv_pipeline_bind_map *bind_map) anv_device_upload_kernel() argument
357 anv_device_search_for_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const nir_shader_compiler_options *nir_options, unsigned char sha1_key[SHA1_KEY_SIZE], void *mem_ctx) anv_device_search_for_nir() argument
371 anv_device_upload_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const struct nir_shader *nir, unsigned char sha1_key[SHA1_KEY_SIZE]) anv_device_upload_nir() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c92 get_semantic_name_offset(name_offset_cache_t *cache, const char *name, in get_semantic_name_offset() argument
122 name_offset_cache_t cache; in collect_semantic_names() local
[all...]
/third_party/mesa3d/src/util/
H A Ddisk_cache.c76 struct disk_cache *cache = NULL; in disk_cache_create() local
239 disk_cache_destroy(struct disk_cache *cache) disk_cache_destroy() argument
255 disk_cache_wait_for_idle(struct disk_cache *cache) disk_cache_wait_for_idle() argument
261 disk_cache_remove(struct disk_cache *cache, const cache_key key) disk_cache_remove() argument
272 create_put_job(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata, bool take_ownership) create_put_job() argument
370 disk_cache_put(struct disk_cache *cache, const cache_key key, const void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put() argument
393 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
419 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
458 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
485 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
505 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, cache_key key) disk_cache_compute_key() argument
518 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, disk_cache_get_cb get) disk_cache_set_callbacks() argument
[all...]
H A Ddisk_cache.h292 disk_cache_destroy(struct disk_cache *cache) disk_cache_destroy() argument
297 disk_cache_put(struct disk_cache *cache, const cache_key key, const void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put() argument
305 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
313 disk_cache_remove(struct disk_cache *cache, const cache_key key) disk_cache_remove() argument
319 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
325 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
331 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
337 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, const cache_key key) disk_cache_compute_key() argument
344 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, disk_cache_get_cb get) disk_cache_set_callbacks() argument
[all...]

Completed in 21 milliseconds

12345678910>>...19