Home
last modified time | relevance | path

Searched defs:ptr2 (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/
Dbionic_allocator_test.cpp138 test_struct_small* ptr2 = in TEST() local
159 test_struct_huge* ptr2 = in TEST() local
178 test_struct_large* ptr2 = in TEST() local
Dstring_test.cpp223 Character *ptr, *ptr1, *ptr2; member in StringTestState
955 char* ptr2 = glob_ptr2 + alignments[i]; in TEST() local
/bionic/linker/
Dlinker_block_allocator_test.cpp75 Element* ptr2 = allocator.alloc(); in linker_allocator_test_helper() local
/bionic/libc/dns/net/
Dgetaddrinfo.c1681 _rfc6724_compare(const void *ptr1, const void* ptr2) in _rfc6724_compare()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2577 std::unique_ptr<void, decltype(debug_free)*> ptr2(debug_malloc(1000), debug_free); in TEST_F() local