Searched refs:generic_fastest_impl (Results 1 – 1 of 1) sorted by relevance
48 static IMPL_OPS_T generic_fastest_impl = { variable87 memcpy(&generic_fastest_impl, generic_supp_impls[0], in generic_impl_init()88 sizeof (generic_fastest_impl)); in generic_impl_init()194 memcpy(&generic_fastest_impl, generic_supp_impls[id], in generic_impl_set_fastest()195 sizeof (generic_fastest_impl)); in generic_impl_set_fastest()220 ops = &generic_fastest_impl; in IMPL_GET_OPS()