Searched refs:start_address (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/util/ |
D | set.c | 269 uint32_t start_address = util_fast_urem32(hash, size, ht->size_magic); in set_search() local 272 uint32_t hash_address = start_address; in set_search() 287 } while (hash_address != start_address); in set_search() 312 uint32_t start_address = util_fast_urem32(hash, size, ht->size_magic); in set_add_rehash() local 315 uint32_t hash_address = start_address; in set_add_rehash() 406 uint32_t start_address = util_fast_urem32(hash, size, ht->size_magic); in set_search_or_add() local 409 uint32_t hash_address = start_address; in set_search_or_add() 432 } while (hash_address != start_address); in set_search_or_add()
|
/third_party/mesa3d/bin/ |
D | perf-annotate-jit.py | 221 start_address = lookupMap(module, function_name) 222 address -= start_address
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 701 const char *start_address = 706 // lowest-order bit in start_address is ignored by the CPU and indicates 710 start_address = reinterpret_cast<const char *>( 711 reinterpret_cast<uintptr_t>(start_address) & ~1); 717 // start_address to get the first double word, which points to the 719 start_address = *reinterpret_cast<const char *const *>(start_address); 724 const void *const end_address = ComputeOffset(start_address, size); 730 ((start_address <= pc && pc < end_address) || 731 (start_address == pc && pc == end_address))) { 991 const void *start_address; [all …]
|
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 149 …ThreadProxyData(func start_address,void* arglist) : start_address_(start_address), arglist_(arglis… in ThreadProxyData() 159 …r_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_address)(void*), in _beginthreadex() 163 ThreadProxyData* data = new ThreadProxyData(start_address,arglist); in _beginthreadex()
|
/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 701 const char *start_address = 707 // start_address to get the first double word, which points to the 709 start_address = *reinterpret_cast<const char *const *>(start_address); 714 const void *const end_address = ComputeOffset(start_address, size); 720 ((start_address <= pc && pc < end_address) || 721 (start_address == pc && pc == end_address))) { 981 const void *start_address; 990 cursor = GetHex(cursor, eol, &start_address); 1045 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1050 if (!callback(cursor, start_address, end_address, offset, arg)) break; [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 140 uint64_t start_address; member 326 node->start_address = intel_48b_address(addr); in bucket_vma_alloc() 328 return node->start_address; in bucket_vma_alloc() 340 uint64_t addr = node->start_address + bit * bucket->size; in bucket_vma_alloc() 369 if (cur->start_address == start) { in bucket_vma_free() 382 node->start_address = start; in bucket_vma_free()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 371 uint64_t start_address, in anv_block_pool_init() argument 382 pool->start_address = intel_canonical_address(start_address); in anv_block_pool_init() 510 pool->start_address + pool->size, in anv_block_pool_expand_range()
|
D | anv_private.h | 588 uint64_t start_address; member 716 uint64_t start_address,
|