Home
last modified time | relevance | path

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

/external/skia/tests/
DChecksumTest.cpp21 const algorithmProc kAlgorithms[] = { &murmur_noseed }; in DEF_TEST() local
32 for (size_t i = 0; i < SK_ARRAY_COUNT(kAlgorithms); ++i) { in DEF_TEST()
33 const algorithmProc algorithm = kAlgorithms[i]; in DEF_TEST()