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

/external/skia/tests/
H A DChecksumTest.cpp21 const algorithmProc kAlgorithms[] = { &SkChecksum::Compute, &murmur_noseed }; local
32 for (size_t i = 0; i < SK_ARRAY_COUNT(kAlgorithms); ++i) {
33 const algorithmProc algorithm = kAlgorithms[i];

Completed in 1038 milliseconds