Searched refs:memcpy_test (Results 1 – 4 of 4) sorted by relevance
11 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
36 do_test_variable(memcpy_test); in testVariableLen()
43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test() function
134 name = "memcpy_test",135 srcs = ["memcpy_test.cc"],