• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/module/zfs/

Lines Matching refs:v_t

162 	v_t *dst = (v_t *)dc;
171 for (i = 0; i < dsize / sizeof (v_t); i += (2 * ZERO_STRIDE)) {
197 v_t *dst = (v_t *)dc;
198 const v_t *src = (v_t *)sc;
205 for (i = 0; i < size / sizeof (v_t); i += (2 * COPY_STRIDE)) {
236 v_t *dst = (v_t *)dc;
237 const v_t *src = (v_t *)sc;
244 for (i = 0; i < size / sizeof (v_t); i += (2 * ADD_STRIDE)) {
275 v_t *d = (v_t *)dc;
280 for (i = 0; i < size / sizeof (v_t); i += (2 * MUL_STRIDE)) {
393 v_t *p = (v_t *)c[0];
394 v_t *q = (v_t *)c[1];
395 const v_t *d = (const v_t *)dc;
396 const v_t * const dend = d + (dsize / sizeof (v_t));
397 const v_t * const qend = q + (csize / sizeof (v_t));
463 v_t *p = (v_t *)c[0];
464 v_t *q = (v_t *)c[1];
465 v_t *r = (v_t *)c[CODE_R];
466 const v_t *d = (const v_t *)dc;
467 const v_t * const dend = d + (dsize / sizeof (v_t));
468 const v_t * const qend = q + (csize / sizeof (v_t));
635 v_t *x = (v_t *)xc[TARGET_X];
636 const v_t *d = (const v_t *)dc;
637 const v_t * const dend = d + (dsize / sizeof (v_t));
638 const v_t * const xend = x + (xsize / sizeof (v_t));
729 v_t *x = (v_t *)xc[TARGET_X];
730 const v_t *d = (const v_t *)dc;
731 const v_t * const dend = d + (dsize / sizeof (v_t));
732 const v_t * const xend = x + (tsize / sizeof (v_t));
824 v_t *x = (v_t *)tc[TARGET_X];
825 v_t *y = (v_t *)tc[TARGET_Y];
826 const v_t *d = (const v_t *)dc;
827 const v_t * const dend = d + (dsize / sizeof (v_t));
828 const v_t * const yend = y + (tsize / sizeof (v_t));
856 v_t *x = (v_t *)tc[TARGET_X];
857 v_t *y = (v_t *)tc[TARGET_Y];
858 const v_t * const xend = x + (tsize / sizeof (v_t));
859 const v_t *p = (v_t *)c[CODE_P];
860 const v_t *q = (v_t *)c[CODE_Q];
985 v_t *x = (v_t *)c[TARGET_X];
986 v_t *y = (v_t *)c[TARGET_Y];
987 const v_t *d = (const v_t *)dc;
988 const v_t * const dend = d + (dsize / sizeof (v_t));
989 const v_t * const yend = y + (tsize / sizeof (v_t));
1017 v_t *x = (v_t *)t[TARGET_X];
1018 v_t *y = (v_t *)t[TARGET_Y];
1019 const v_t * const xend = x + (tsize / sizeof (v_t));
1020 const v_t *p = (v_t *)c[CODE_P];
1021 const v_t *q = (v_t *)c[CODE_Q];
1147 v_t *x = (v_t *)c[TARGET_X];
1148 v_t *y = (v_t *)c[TARGET_Y];
1149 const v_t * const xend = x + (tsize / sizeof (v_t));
1150 const v_t *d = (const v_t *)dc;
1151 const v_t * const dend = d + (dsize / sizeof (v_t));
1181 v_t *x = (v_t *)t[TARGET_X];
1182 v_t *y = (v_t *)t[TARGET_Y];
1183 const v_t * const xend = x + (tsize / sizeof (v_t));
1184 const v_t *p = (v_t *)c[CODE_P];
1185 const v_t *q = (v_t *)c[CODE_Q];
1315 v_t *x = (v_t *)c[TARGET_X];
1316 v_t *y = (v_t *)c[TARGET_Y];
1317 v_t *z = (v_t *)c[TARGET_Z];
1318 const v_t * const yend = y + (tsize / sizeof (v_t));
1319 const v_t *d = (const v_t *)dc;
1320 const v_t * const dend = d + (dsize / sizeof (v_t));
1352 v_t *x = (v_t *)t[TARGET_X];
1353 v_t *y = (v_t *)t[TARGET_Y];
1354 v_t *z = (v_t *)t[TARGET_Z];
1355 const v_t * const xend = x + (tsize / sizeof (v_t));
1356 const v_t *p = (v_t *)c[CODE_P];
1357 const v_t *q = (v_t *)c[CODE_Q];
1358 const v_t *r = (v_t *)c[CODE_R];