Home
last modified time | relevance | path

Searched refs:te2 (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libdiff/test/
H A Dtest019.left.txt492 struct got_tree_entry *te2, const char *label1, const char *label2,
502 if (te2 == NULL) {
515 } else if (got_object_tree_entry_is_submodule(te2))
518 id_match = (got_object_id_cmp(&te1->id, &te2->id) == 0);
519 if (S_ISDIR(te1->mode) && S_ISDIR(te2->mode)) {
521 return diff_modified_tree(&te1->id, &te2->id,
524 (S_ISREG(te2->mode) || S_ISLNK(te2->mode))) {
527 (te2->mode & (S_IFLNK | S_IXUSR))) {
529 return diff_modified_blob(&te1->id, &te2->id,
530 label1, label2, te1->mode, te2->mode,
[all …]
H A Dtest019.right.txt535 struct got_tree_entry *te2, const char *label1, const char *label2,
545 if (te2 == NULL) {
558 } else if (got_object_tree_entry_is_submodule(te2))
561 id_match = (got_object_id_cmp(&te1->id, &te2->id) == 0);
562 if (S_ISDIR(te1->mode) && S_ISDIR(te2->mode)) {
564 return diff_modified_tree(&te1->id, &te2->id,
567 (S_ISREG(te2->mode) || S_ISLNK(te2->mode))) {
570 (te2->mode & (S_IFLNK | S_IXUSR))) {
572 return diff_modified_blob(&te1->id, &te2->id,
573 label1, label2, te1->mode, te2->mode,
[all …]
H A Dtest020.left.txt531 struct got_tree_entry *te2, const char *label1, const char *label2,
541 if (te2 == NULL) {
554 } else if (got_object_tree_entry_is_submodule(te2))
557 id_match = (got_object_id_cmp(&te1->id, &te2->id) == 0);
558 if (S_ISDIR(te1->mode) && S_ISDIR(te2->mode)) {
560 return diff_modified_tree(&te1->id, &te2->id,
563 (S_ISREG(te2->mode) || S_ISLNK(te2->mode))) {
566 (te2->mode & (S_IFLNK | S_IXUSR))) {
568 return diff_modified_blob(&te1->id, &te2->id,
569 label1, label2, te1->mode, te2->mode,
[all …]
H A Dtest020.right.txt566 struct got_tree_entry *te2, const char *label1, const char *label2,
576 if (te2 == NULL) {
589 } else if (got_object_tree_entry_is_submodule(te2))
592 id_match = (got_object_id_cmp(&te1->id, &te2->id) == 0);
593 if (S_ISDIR(te1->mode) && S_ISDIR(te2->mode)) {
595 return diff_modified_tree(&te1->id, &te2->id,
598 (S_ISREG(te2->mode) || S_ISLNK(te2->mode))) {
601 (te2->mode & (S_IFLNK | S_IXUSR))) {
603 return diff_modified_blob(&te1->id, &te2->id,
604 label1, label2, te1->mode, te2->mode,
[all …]
/src/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S60 te0=r40; te1=r41; te2=r42; te3=r43;
108 add te2=TE2,te0
133 (p0) shladd te22=te22,3,te2 // 2/0:te2+s2>>8&0xff
136 (p0) shladd te23=te23,3,te2 // 2/1:te2+s3>>8
139 (p0) shladd te20=te20,3,te2 // 3/2:te2+s0>>8
145 (p0) shladd te21=te21,3,te2 // 4/3:te3+s2
192 (p17) add te2=2048+128-TE2,te2} // 14[12]/
201 { .mmi; ld8 te10=[te2]
485 add te2=TE2,te0
510 (p0) shladd te22=te22,3,te2 // 2/0:te2+s2>>8&0xff
[all …]
/src/usr.sbin/uhsoctl/
H A Duhsoctl.c200 struct timer_entry *te, *te2; in tmr_run() local
208 te2 = TAILQ_NEXT(te, next); in tmr_run()
212 te = te2; in tmr_run()
222 struct timer_entry *te, *te2, *te3; in tmr_add() local
232 te2 = TAILQ_FIRST(&tmrs->head); in tmr_add()
236 } else if (te->timeout < te2->timeout) { in tmr_add()
237 te2->timeout -= te->timeout; in tmr_add()
240 while (te->timeout >= te2->timeout) { in tmr_add()
241 te->timeout -= te2->timeout; in tmr_add()
242 te3 = TAILQ_NEXT(te2, next); in tmr_add()
[all …]