Home
last modified time | relevance | path

Searched refs:memcpy_test (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dmem_intrin.h11 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
Dmem_intrin_main.cpp36 do_test_variable(memcpy_test); in testVariableLen()
Dmem_intrin.cpp43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test() function