Home
last modified time | relevance | path

Searched refs:fletcher_4_superscalar4_ops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.h117 extern const fletcher_4_ops_t fletcher_4_superscalar4_ops;
H A Dzfs_fletcher.c195 &fletcher_4_superscalar4_ops,
424 return (&fletcher_4_superscalar4_ops); in fletcher_4_impl_get()
H A Dzfs_fletcher_superscalar4.c225 const fletcher_4_ops_t fletcher_4_superscalar4_ops = { variable