Home
last modified time | relevance | path

Searched defs:buffer_long (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp128 int64_t *buffer_long = new int64_t[mAllocSize]; in initSignedAllocations() local
216 uint64_t *buffer_long = new uint64_t[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp132 int64_t *buffer_long = new int64_t[mAllocSize]; in initSignedAllocations() local
220 uint64_t *buffer_long = new uint64_t[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java182 long[] buffer_long = new long[mAllocSize]; in initSignedAllocations() local
276 long[] buffer_long = new long[mAllocSize]; in initUnsignedAllocations() local