Searched refs:first_ptr (Results 1 – 6 of 6) sorted by relevance
52 uintptr_t first_ptr = (uintptr_t)extent_addr_get(extent); in je_malloc_iterate() local56 for (size_t bit = (ptr - first_ptr) / bin_size; bit < bin_info->bitmap_info.nbits; bit++) { in je_malloc_iterate()58 uintptr_t allocated_ptr = first_ptr + bin_size * bit; in je_malloc_iterate()
91 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal() local93 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
89 uint8_t* first_ptr = pointer_to_nth_byte(first, i); in are_slice_buffers_equal() local91 GPR_ASSERT(first_ptr != nullptr); in are_slice_buffers_equal()93 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
196 float* first_ptr = TypedAllocator::Allocate<float>(&a, 1024, {}); in TEST_P() local197 a.DeallocateRaw(first_ptr); in TEST_P()223 EXPECT_EQ(first_ptr, first_ptr_after); in TEST_P()250 float* first_ptr = TypedAllocator::Allocate<float>(&a, 1 << 6, {}); in TEST_P() local253 EXPECT_NE(nullptr, first_ptr); in TEST_P()255 a.DeallocateRaw(first_ptr); in TEST_P()
101 %first_ptr = OpAccessChain %uint_pc_ptr %push_constants %const_uint_0103 %first = OpLoad %uint %first_ptr
103 %first_ptr = OpAccessChain %uint_pc_ptr %push_constants %const_uint_0105 %first = OpLoad %uint %first_ptr