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

/external/skia/tests/
H A DChecksumTest.cpp20 typedef uint32_t(*algorithmProc)(const uint32_t*, size_t); typedef
21 const algorithmProc kAlgorithms[] = { &SkChecksum::Compute, &murmur_noseed };
33 const algorithmProc algorithm = kAlgorithms[i];

Completed in 84 milliseconds