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

/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c167 static fletcher_4_ops_t fletcher_4_fastest_impl = { variable
430 ops = &fletcher_4_fastest_impl;
672 fletcher_4_fastest_impl.init_ ## type = src->init_ ## type; \
673 fletcher_4_fastest_impl.fini_ ## type = src->fini_ ## type; \
674 fletcher_4_fastest_impl.compute_ ## type = src->compute_ ## type; \
675 fletcher_4_fastest_impl.uses_fpu = src->uses_fpu; \
779 memcpy(&fletcher_4_fastest_impl,
781 sizeof (fletcher_4_fastest_impl));
782 fletcher_4_fastest_impl.name = "fastest";

Completed in 68 milliseconds