Searched refs:n2a (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl109 &mov( $tmp4, &DWP(&n2a($i*4),$P,"",0)); # for next round
123 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4));
124 &mov( $tmp2, &DWP(&n2a($BF_OFF+0x0400),$P,$tmp2,4));
127 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0800),$P,$tmp3,4));
130 &mov( $tmp4, &DWP(&n2a($BF_OFF+0x0C00),$P,$tmp4,4));
145 sub n2a subroutine
/freebsd-12-stable/tools/regression/geom/ConfCmp/
H A DConfCmp.c284 struct node *n1a, *n2a; local
308 n2a = LIST_FIRST(&n2->children);
310 if (n1a == NULL && n2a == NULL)
312 if (n1a != NULL && n2a == NULL) {
319 if (n1a == NULL && n2a != NULL) {
323 print_node(n2a);
326 i = compare_node2(n1a, n2a, in + 2);
330 n2a = LIST_NEXT(n2a, siblings);
/freebsd-12-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl104 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
106 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
142 sub n2a subroutine
H A Ddes-586.pl218 &mov( $u, &DWP(&n2a($S*4),$tmp2,"",0));
220 &mov( $t, &DWP(&n2a(($S+1)*4),$tmp2,"",0));
248 sub n2a subroutine

Completed in 115 milliseconds