Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddatabase_llist.h10 typedef struct cache_entry { struct
12 struct cache_entry *prev; argument
13 struct cache_entry *next; argument
/external/squashfs-tools/squashfs-tools/
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;
/external/tensorflow/tensorflow/core/tpu/kernels/
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()
Dtpu_compilation_cache_rpc_support.cc37 std::shared_ptr<CacheEntry>* cache_entry) { in DeserializeRpcResponseToCacheEntry()
68 const TpuCompilationCacheEntry& cache_entry) { in SerializeCacheEntryToBufferSlices()
Dtpu_compilation_cache_service.cc123 TpuCompilationCacheEntry cache_entry = entry->get(); in GetTpuProgram() local
Dtpu_compilation_cache_interface.cc570 CompiledSubgraph* cache_entry = iter->second; in Lookup() local
594 CompiledSubgraph* cache_entry = iter->second.first; in Lookup() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c36 struct cache_entry struct
38 union {
42 uint32_t code_sizes[MESA_SHADER_STAGES];
43 struct tu_shader_variant *variants[MESA_SHADER_STAGES];
44 char code[0];
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c36 struct cache_entry { struct
37 union {
41 uint32_t binary_sizes[MESA_SHADER_STAGES];
42 struct radv_shader_variant *variants[MESA_SHADER_STAGES];
43 char code[0];
/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc217 PmapCacheEntry* cache_entry = it->second.get(); in AddCacheEntry() local
280 PmapCacheEntry* cache_entry = GetCacheEntryIfPresent(arguments.signature); in Call() local
Djax_jit.cc1050 CacheEntry* cache_entry = it->second.get(); in AddCacheEntry() local
1158 CacheEntry* cache_entry = GetCacheEntryIfPresent(arguments.signature); in Call() local
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc232 CachedClockPath cache_entry{}; in ConvertSlowpath() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_compilation_cache.cc279 CompiledSubgraph* cache_entry = iter->second; in Lookup() local
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h39 struct pb_cache_entry cache_entry; member
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.h72 struct virgl_resource_cache_entry cache_entry; member
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c56 struct pb_cache_entry cache_entry; member
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.h46 struct virgl_resource_cache_entry cache_entry; member
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h62 struct pb_cache_entry cache_entry; member
/external/strace/
Dsocketutils.c58 } cache_entry; typedef
/external/ppp/pppd/
Dchap_ms.c388 const struct chapms2_response_cache_entry *cache_entry; in chapms2_make_response() local
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc471 base::Optional<FoundBinary>& cache_entry = p.first->second; in FindBinary() local