Home
last modified time | relevance | path

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

/system/core/libcutils/tests/
DMemsetTest.cpp28 #define FENCEPOST_LENGTH 8 macro
105 for (int i = 0; i < FENCEPOST_LENGTH; i += 2) { in SetFencepost()
112 for (int i = 0; i < FENCEPOST_LENGTH; i += 2) { in VerifyFencepost()
147 buf.get()+FENCEPOST_LENGTH, align[i][0], align[i][1])); in RunMemsetTests()
149 SetFencepost(&buf_align[-FENCEPOST_LENGTH]); in RunMemsetTests()
161 VerifyFencepost(&buf_align[-FENCEPOST_LENGTH]); in RunMemsetTests()