Searched refs:te2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c202 struct timer_entry *te, *te2; local
210 te2 = TAILQ_NEXT(te, next);
214 te = te2;
224 struct timer_entry *te, *te2, *te3; local
234 te2 = TAILQ_FIRST(&tmrs->head);
238 } else if (te->timeout < te2->timeout) {
239 te2->timeout -= te->timeout;
242 while (te->timeout >= te2->timeout) {
243 te->timeout -= te2->timeout;
244 te3 = TAILQ_NEXT(te2, nex
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S60 te0=r40; te1=r41; te2=r42; te3=r43;
108 add te2=TE2,te0
134 (p0) shladd te22=te22,3,te2 // 2/0:te2+s2>>8&0xff
137 (p0) shladd te23=te23,3,te2 // 2/1:te2+s3>>8
139 { .mmi; (p0) ld4 te22=[te22] // 3/0:te2[s2>>8]
140 (p0) shladd te20=te20,3,te2 // 3/2:te2+s0>>8
142 { .mmi; (p0) ld4 te23=[te23] // 3/1:te2[s
[all...]

Completed in 107 milliseconds