Searched refs:MISCMP_MAX_LENGTH (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dbuffer_tests.cpp26 #define MISCMP_MAX_LENGTH 512 macro
425 // Don't cycle through pagesize, MISCMP_MAX_LENGTH bytes should be good.
427 if (pagesize > MISCMP_MAX_LENGTH) {
428 miscmp_len = MISCMP_MAX_LENGTH;

Completed in 272 milliseconds