/external/selinux/libsemanage/src/ |
D | database_llist.h | 10 typedef struct cache_entry { struct 12 struct cache_entry *prev; argument 13 struct cache_entry *next; argument
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.h | 142 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/ |
D | tpu_compilation_cache_rpc_lookup.cc | 70 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()
|
D | tpu_compilation_cache_rpc_support.cc | 37 std::shared_ptr<CacheEntry>* cache_entry) { in DeserializeRpcResponseToCacheEntry() 68 const TpuCompilationCacheEntry& cache_entry) { in SerializeCacheEntryToBufferSlices()
|
D | tpu_compilation_cache_service.cc | 123 TpuCompilationCacheEntry cache_entry = entry->get(); in GetTpuProgram() local
|
D | tpu_compilation_cache_interface.cc | 570 CompiledSubgraph* cache_entry = iter->second; in Lookup() local 594 CompiledSubgraph* cache_entry = iter->second.first; in Lookup() local
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline_cache.c | 36 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/ |
D | radv_pipeline_cache.c | 36 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/ |
D | pmap_lib.cc | 217 PmapCacheEntry* cache_entry = it->second.get(); in AddCacheEntry() local 280 PmapCacheEntry* cache_entry = GetCacheEntryIfPresent(arguments.signature); in Call() local
|
D | jax_jit.cc | 1050 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/ |
D | clock_tracker.cc | 232 CachedClockPath cache_entry{}; in ConvertSlowpath() local
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_compilation_cache.cc | 279 CompiledSubgraph* cache_entry = iter->second; in Lookup() local
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.h | 39 struct pb_cache_entry cache_entry; member
|
/external/mesa3d/src/gallium/winsys/virgl/vtest/ |
D | virgl_vtest_winsys.h | 72 struct virgl_resource_cache_entry cache_entry; member
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_cache.c | 56 struct pb_cache_entry cache_entry; member
|
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
D | virgl_drm_winsys.h | 46 struct virgl_resource_cache_entry cache_entry; member
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.h | 62 struct pb_cache_entry cache_entry; member
|
/external/strace/ |
D | socketutils.c | 58 } cache_entry; typedef
|
/external/ppp/pppd/ |
D | chap_ms.c | 388 const struct chapms2_response_cache_entry *cache_entry; in chapms2_make_response() local
|
/external/perfetto/src/profiling/symbolizer/ |
D | local_symbolizer.cc | 471 base::Optional<FoundBinary>& cache_entry = p.first->second; in FindBinary() local
|