Home
last modified time | relevance | path

Searched refs:testMemory (Results 1 – 2 of 2) sorted by relevance

/external/coreboot/util/cbfstool/
Dlinux_trampoline.S50 jne .testMemory
56 .testMemory: label
/external/OpenCL-CLHPP/tests/
Dtest_openclhpp.cpp4367 int *testMemory; variable
4377 testMemory = new int[size / sizeof(int)]; in clSVMAllocARM_stubForMemoryAllocation()
4378 return testMemory; in clSVMAllocARM_stubForMemoryAllocation()
4390 TEST_ASSERT_EQUAL_PTR(svm_ptr, testMemory); in clEnqueueSVMMap_stubForMemoryAllocation()
4400 TEST_ASSERT_EQUAL_PTR(svm_pointer, testMemory); in clSVMFree_stubForMemoryAllocation()
4413 TEST_ASSERT_EQUAL_PTR(ptr,testMemory); in testSVMMemoryAllocation()