Home
last modified time | relevance | path

Searched defs:cache_entry (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h142 struct cache_entry { struct
149 struct cache_entry *hash_next; argument
150 struct cache_entry *hash_prev; argument
151 struct cache_entry *free_next; argument
152 struct cache_entry *free_prev; argument
153 char *data;
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddatabase_llist.h10 typedef struct cache_entry { struct
12 struct cache_entry *prev; argument
13 struct cache_entry *next; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_rpc_lookup.cc70 std::shared_ptr<CacheEntry> cache_entry; in Lookup() local
105 std::shared_ptr<CacheEntry> cache_entry; in Lookup() local
146 std::shared_ptr<CacheEntry>* cache_entry) { in RemoteLookupLocked()
171 std::shared_ptr<CacheEntry>* cache_entry, in PostLookupLocked()
H A Dtpu_compilation_cache_rpc_support.cc38 std::shared_ptr<CacheEntry>* cache_entry) { in DeserializeRpcResponseToCacheEntry()
69 const TpuCompilationCacheEntry& cache_entry) { in SerializeCacheEntryToBufferSlices()
H A Dtpu_compilation_cache_interface.cc574 CompiledSubgraph* cache_entry = iter->second; in Lookup() local
598 CompiledSubgraph* cache_entry = iter->second.first; in Lookup() local
H A Dtpu_compilation_cache_service.cc123 TpuCompilationCacheEntry cache_entry = entry->get(); in GetTpuProgram() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c271 struct v3dv_pipeline_shared_data *cache_entry = in v3dv_pipeline_cache_search_for_pipeline() local
693 struct v3dv_pipeline_shared_data *cache_entry = in pipeline_cache_load() local
759 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_pipeline_cache_finish() local
834 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_MergePipelineCaches() local
881 v3dv_pipeline_shared_data_write_to_blob(const struct v3dv_pipeline_shared_data *cache_entry, in v3dv_pipeline_shared_data_write_to_blob()
1015 struct v3dv_pipeline_shared_data *cache_entry = entry->data; in v3dv_GetPipelineCacheData() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.cc490 scoped_refptr<EntryImpl> cache_entry = in SyncOnExternalCacheHit() local
505 scoped_refptr<EntryImpl> cache_entry = in OpenEntryImpl() local
580 auto cache_entry = in CreateEntryImpl() local
777 scoped_refptr<EntryImpl> cache_entry; in RecoveredEntry() local
1530 auto cache_entry = base::MakeRefCounted<EntryImpl>(this, address, read_only_); in NewEntry() local
1586 scoped_refptr<EntryImpl> cache_entry, parent_entry; in MatchEntry() local
1935 scoped_refptr<EntryImpl> cache_entry; in CheckAllEntries() local
1966 bool BackendImpl::CheckEntry(EntryImpl* cache_entry) { in CheckEntry()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcache_size.py113 def _has_same_id_matched_objs(frame: types.FrameType, cache_entry) -> bool: argument
135 frame: types.FrameType, cache_entry argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_frame_init.py90 def callback1(frame, cache_entry, frame_state): argument
98 def callback2(frame, cache_entry, frame_state): argument
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_image.c210 struct vn_image_reqs_cache_entry *cache_entry = hash_entry->data; in vn_image_reqs_cache_fini() local
236 struct vn_image_reqs_cache_entry *cache_entry = hash_entry->data; in vn_image_init_reqs_from_cache() local
262 struct vn_image_reqs_cache_entry *cache_entry = hash_entry->data; in vn_image_get_reqs_from_cache() local
282 struct vn_image_reqs_cache_entry *cache_entry; in vn_image_store_reqs_in_cache() local
/aosp_15_r20/external/cronet/net/base/fuchsia/
H A Dnetwork_interface_cache.cc125 auto cache_entry = interfaces_.find(properties.id()); in ChangeInterface() local
165 auto cache_entry = interfaces_.find(interface_id); in RemoveInterface() local
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dextra_state.cpp24 void ExtraState::move_to_front(CacheEntry* cache_entry) { in move_to_front()
34 void ExtraState::invalidate(CacheEntry* cache_entry) { in invalidate()
H A Deval_frame.c257 CacheEntry* cache_entry, in call_callback()
665 CacheEntry* cache_entry = extract_cache_entry(extra); in _custom_eval_frame() local
/aosp_15_r20/external/cronet/net/tools/cachetool/
H A Dcachetool.cc424 Entry* cache_entry = result.ReleaseEntry(); in PersistResponseInfo() local
531 Entry* cache_entry = result.ReleaseEntry(); in GetStreamForKeyBuffer() local
659 Entry* cache_entry = result.ReleaseEntry(); in DeleteStreamForKey() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dmesa_cache_db.c688 struct mesa_cache_db_file_entry cache_entry; in mesa_cache_db_read_entry() local
777 struct mesa_cache_db_file_entry cache_entry; in mesa_cache_db_entry_write() local
861 struct mesa_cache_db_file_entry cache_entry; in mesa_cache_db_entry_remove() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDexFile.cpp63 std::weak_ptr<DexFileApi>& cache_entry = g_mapped_dex_files[cache_key]; in CreateFromDisk() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program_state.hpp244 …struct zink_gfx_pipeline_cache_entry *cache_entry = (struct zink_gfx_pipeline_cache_entry *)entry-… in zink_get_gfx_pipeline() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java121 int cache_entry = newPosition % ROWCACHESIZE; in onMove() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h19 struct pb_cache_entry cache_entry; member
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dclock_tracker.cc257 CachedClockPath cache_entry{}; in ConvertSlowpath() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_compilation_cache.cc279 CompiledSubgraph* cache_entry = iter->second; in Lookup() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h72 struct virgl_resource_cache_entry cache_entry; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc344 void PmapFunction::PopulateCacheEntry(PmapCacheEntry& cache_entry, in PopulateCacheEntry()
437 PmapCacheEntry& cache_entry = *(it->second); in Call() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c56 struct pb_cache_entry cache_entry; member

1234