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/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 372 uint64_t start_address, in anv_block_pool_init() argument 379 assert(anv_is_aligned(start_address, 2 * 1024 * 1024)); in anv_block_pool_init() 389 pool->start_address = intel_canonical_address(start_address); in anv_block_pool_init() 516 pool->start_address + pool->size, in anv_block_pool_expand_range()
|
D | anv_private.h | 695 uint64_t start_address; member 823 uint64_t start_address,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 62473 acpi_physical_address start_address; member
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 4955 <!-- uintptr_t HeapLeakChecker::RangeValue::start_address --> 4956 …<var-decl name='start_address' type-id='type-id-234' visibility='default' filepath='src/heap-check…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2902 …<var-decl name='start_address' type-id='type-id-234' visibility='default' filepath='src/heap-check…
|