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

/freebsd-10-stable/contrib/gcc/
H A Dtree-vn.c101 tree te1, te2; local
107 te2 = TREE_TYPE (e2);
126 && (te1 == te2 || lang_hooks.types_compatible_p (te1, te2))
/freebsd-10-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c201 struct timer_entry *te, *te2; local
209 te2 = TAILQ_NEXT(te, next);
213 te = te2;
223 struct timer_entry *te, *te2, *te3; local
233 te2 = TAILQ_FIRST(&tmrs->head);
237 } else if (te->timeout < te2->timeout) {
238 te2->timeout -= te->timeout;
241 while (te->timeout >= te2->timeout) {
242 te->timeout -= te2->timeout;
243 te3 = TAILQ_NEXT(te2, nex
[all...]
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S53 te0=r40; te1=r41; te2=r42; te3=r43;
101 add te2=TE2,te0
127 (p0) shladd te22=te22,3,te2 // 2/0:te2+s2>>8&0xff
130 (p0) shladd te23=te23,3,te2 // 2/1:te2+s3>>8
132 { .mmi; (p0) ld4 te22=[te22] // 3/0:te2[s2>>8]
133 (p0) shladd te20=te20,3,te2 // 3/2:te2+s0>>8
135 { .mmi; (p0) ld4 te23=[te23] // 3/1:te2[s
[all...]

Completed in 112 milliseconds