Home
last modified time | relevance | path

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

/external/skia/tests/
DMemsetTest.cpp26 static bool compare16(const uint16_t base[], uint16_t value, int count) { in compare16() function
56 compare16(buffer, 0, PAD + alignment); in test_16()
57 compare16(base, VALUE16, count); in test_16()
58 compare16(base + count, 0, TOTAL - count - PAD - alignment); in test_16()