Home
last modified time | relevance | path

Searched defs:chunk_ptr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/bionic/linker/arch/arm_neon/
H A Dlinker_gnu_hash_neon.cpp125 …const uint64_t* chunk_ptr = reinterpret_cast<const uint64_t*>(reinterpret_cast<uintptr_t>(name) & … in calculate_gnu_hash_neon() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc518 const void* chunk_ptr, int64_t req_bytes, in AddTraceMe()
697 void* chunk_ptr = chunk->ptr; in DeallocateRawInternal() local
H A Dpool_allocator.cc67 void* chunk_ptr; member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcpu_allocator_impl.cc123 void AddTraceMe(absl::string_view traceme_name, const void* chunk_ptr, in AddTraceMe()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dcrashdec-mempool.c284 uint32_t *chunk_ptr = &mempool[cur_block * 0x20 + cur_chunk * 4]; in dump_cp_mem_pool() local
/aosp_15_r20/art/runtime/
H A Ddebugger.cc496 void EnsureHeader(const void* chunk_ptr) { in EnsureHeader()