Searched refs:kAlgorithms (Results 1 – 1 of 1) sorted by relevance
21 const algorithmProc kAlgorithms[] = { &murmur_noseed }; in DEF_TEST() local32 for (size_t i = 0; i < SK_ARRAY_COUNT(kAlgorithms); ++i) { in DEF_TEST()33 const algorithmProc algorithm = kAlgorithms[i]; in DEF_TEST()