Searched refs:br (Results 1 - 22 of 22) sorted by relevance

/seL4-refos-master/libs/libmuslc/crt/s390x/
H A Dcrtn.s4 br %r14
9 br %r14
/seL4-refos-master/libs/libmuslc/src/thread/s390x/
H A D__set_thread_area.s9 br %r14
H A D__tls_get_offset.s17 br %r14
H A Dsyscall_cp.s29 br %r14
/seL4-refos-master/libs/libmuslc/src/internal/aarch64_sel4/
H A Dsyscall.s7 br x9
/seL4-refos-master/libs/libmuslc/src/internal/s390x/
H A Dsyscall.s15 br %r14
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c67 branch *br; local
94 for (br = branches; br; br = br->next) {
96 br->id,
97 br->type == BR_STAIR ? "stair" :
98 br->type == BR_NO_END1 ? "no end1" :
99 br->type == BR_NO_END2 ? "no end2" :
100 br
238 branch *br; local
766 branch *br; local
860 branch *br; local
1225 branch *br; local
1300 branch *br; local
1326 branch *br; local
1560 branch *br; local
1601 branch *br; local
[all...]
H A Dquest.c147 branch *br; local
152 br = dungeon_branch("The Quest");
153 dest = (br->end1.dnum == u.uz.dnum) ? &br->end2 : &br->end1;
H A Dmklev.c1060 place_branch(br, x, y)
1061 branch *br; /* branch to place */
1075 if (!br || made_branch) return;
1085 if (on_level(&br->end1, &u.uz)) {
1087 make_stairs = br->type != BR_NO_END1;
1088 dest = &br->end2;
1091 make_stairs = br->type != BR_NO_END2;
1092 dest = &br->end1;
1095 if (br->type == BR_PORTAL) {
1100 sstairs.up = (char) on_level(&br
1556 branch *br; local
[all...]
H A Drestore.c703 branch *br; local
860 br = Is_branchlev(&u.uz);
861 if (br && u.uz.dlevel == 1) {
864 if (on_level(&u.uz, &br->end1))
865 assign_level(&ltmp, &br->end2);
867 assign_level(&ltmp, &br->end1);
869 switch(br->type) {
886 } else if (!br) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c67 branch *br; local
94 for (br = branches; br; br = br->next) {
96 br->id,
97 br->type == BR_STAIR ? "stair" :
98 br->type == BR_NO_END1 ? "no end1" :
99 br->type == BR_NO_END2 ? "no end2" :
100 br
238 branch *br; local
766 branch *br; local
860 branch *br; local
1225 branch *br; local
1300 branch *br; local
1326 branch *br; local
1560 branch *br; local
1601 branch *br; local
[all...]
H A Dquest.c147 branch *br; local
152 br = dungeon_branch("The Quest");
153 dest = (br->end1.dnum == u.uz.dnum) ? &br->end2 : &br->end1;
H A Dmklev.c1060 place_branch(br, x, y)
1061 branch *br; /* branch to place */
1075 if (!br || made_branch) return;
1085 if (on_level(&br->end1, &u.uz)) {
1087 make_stairs = br->type != BR_NO_END1;
1088 dest = &br->end2;
1091 make_stairs = br->type != BR_NO_END2;
1092 dest = &br->end1;
1095 if (br->type == BR_PORTAL) {
1100 sstairs.up = (char) on_level(&br
1556 branch *br; local
[all...]
H A Drestore.c703 branch *br; local
860 br = Is_branchlev(&u.uz);
861 if (br && u.uz.dlevel == 1) {
864 if (on_level(&u.uz, &br->end1))
865 assign_level(&ltmp, &br->end2);
867 assign_level(&ltmp, &br->end1);
869 switch(br->type) {
886 } else if (!br) {
/seL4-refos-master/libs/libmuslc/src/setjmp/s390x/
H A Dlongjmp.s23 br %r14
H A Dsetjmp.s25 br %r14
/seL4-refos-master/libs/libmuslc/src/setjmp/aarch64/
H A Dlongjmp.s24 1: br x30
/seL4-refos-master/libs/libmuslc/src/setjmp/aarch64_sel4/
H A Dlongjmp.s24 1: br x30
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/64/
H A Dcrt0.S38 br x2
133 br x1
/seL4-refos-master/tools/elfloader/src/arch-arm/64/
H A Dcrt0.S38 br x2
133 br x1
/seL4-refos-master/libs/libutils/include/utils/
H A Dsglib.h1448 type *t, *tl, *a, *b, *c, *ar, *bl, *br, *cl, *cr;\
1466 br = b->rightt;\
1467 a->leftt = br;\
1489 type *t, *a, *b, *c, *d, *ar, *bl, *br, *cl, *cr, *dl, *dr;\
1501 br = b->rightt;\
1503 if (br==NULL) {\
1507 a->leftt = br;\
1510 c = br;\
1561 if ((bl==NULL || SGLIB___GET_VALUE(bl->bits)==BLACK) && (br==NULL || SGLIB___GET_VALUE(br
[all...]
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dsglib.h1448 type *t, *tl, *a, *b, *c, *ar, *bl, *br, *cl, *cr;\
1466 br = b->rightt;\
1467 a->leftt = br;\
1489 type *t, *a, *b, *c, *d, *ar, *bl, *br, *cl, *cr, *dl, *dr;\
1501 br = b->rightt;\
1503 if (br==NULL) {\
1507 a->leftt = br;\
1510 c = br;\
1561 if ((bl==NULL || SGLIB___GET_VALUE(bl->bits)==BLACK) && (br==NULL || SGLIB___GET_VALUE(br
[all...]

Completed in 211 milliseconds