Searched refs:reset_buf (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | mem_intrin.cpp | 19 reset_buf(uint8_t *buf, uint8_t init, SizeT length) { in reset_buf() function 44 reset_buf(buf, init, length); in memcpy_test() 57 reset_buf(buf, init, length); in memmove_test() 78 reset_buf(buf, init, NBYTES); \ 86 reset_buf(buf, init, NBYTES + 16); \ 87 reset_buf(buf2, init, NBYTES + 16); \
|