Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_alias_reduction.cpp165 int32 *ptr4; in pvmp3_alias_reduction() local
/aosp12/art/runtime/gc/space/
H A Dspace_create_test.cc133 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &unused, nullptr, &unused); in TEST_P() local
267 mirror::Object* ptr4 = Alloc(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P() local
/aosp12/system/memory/libmemunreachable/tests/
H A DAllocator_test.cpp127 void* ptr4 = d.allocate(); in TEST_F() local
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp2507 std::unique_ptr<void, decltype(debug_free)*> ptr4(debug_malloc(1200), debug_free); in TEST_F() local