Lines Matching refs:entc_cls
129 const struct fxrng_ent_cls *entc_cls; member
132 .entc_cls = &fxrng_hi_push,
135 .entc_cls = &fxrng_lo_push,
138 .entc_cls = &fxrng_lo_push,
141 .entc_cls = &fxrng_lo_push,
144 .entc_cls = &fxrng_lo_push,
147 .entc_cls = &fxrng_lo_push,
150 .entc_cls = &fxrng_lo_push,
153 .entc_cls = &fxrng_lo_push,
156 .entc_cls = &fxrng_lo_push,
159 .entc_cls = &fxrng_lo_push,
162 .entc_cls = &fxrng_lo_push,
165 .entc_cls = &fxrng_lo_push,
168 .entc_cls = &fxrng_hi_push, /* Could be made pull. */
171 .entc_cls = &fxrng_hi_push,
174 .entc_cls = &fxrng_hi_push,
177 .entc_cls = &fxrng_hi_push,
180 .entc_cls = &fxrng_hi_pull,
183 .entc_cls = &fxrng_hi_pull,
186 .entc_cls = &fxrng_garbage,
189 .entc_cls = &fxrng_hi_pull,
192 .entc_cls = &fxrng_hi_push,
195 .entc_cls = &fxrng_hi_pull,
198 .entc_cls = &fxrng_hi_pull,
201 .entc_cls = &fxrng_hi_push,
204 .entc_cls = &fxrng_hi_push,
265 return (fxrng_ent_char[src].entc_cls->entc_src_cls == FXRNG_HI); in fxrng_hi_source()