Home
last modified time | relevance | path

Searched defs:ptr3 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_alias_reduction.cpp164 int32 *ptr3; in pvmp3_alias_reduction() local
/aosp12/system/memory/libmemunreachable/tests/
H A DAllocator_test.cpp56 void* ptr3 = allocator.allocate(); in TEST_F() local
126 void* ptr3 = c.allocate(); in TEST_F() local
/aosp12/art/runtime/gc/space/
H A Dspace_create_test.cc120 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() local
254 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() local
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp2505 std::unique_ptr<void, decltype(debug_free)*> ptr3(debug_malloc(500), debug_free); in TEST_F() local