Searched refs:generic_fastest_impl (Results 1 – 1 of 1) sorted by relevance
47 static IMPL_OPS_T generic_fastest_impl = { variable86 memcpy(&generic_fastest_impl, generic_supp_impls[0], in generic_impl_init()87 sizeof (generic_fastest_impl)); in generic_impl_init()193 memcpy(&generic_fastest_impl, generic_supp_impls[id], in generic_impl_set_fastest()194 sizeof (generic_fastest_impl)); in generic_impl_set_fastest()219 ops = &generic_fastest_impl; in IMPL_GET_OPS()