Home
last modified time | relevance | path

Searched refs:obstructed (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/
H A D.gitignore10 /c/obstructed/
15 /c/Release/obstructed/
21 /c/Debug/obstructed/
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DNotifyInformation.java288 case obstructed: in fromAStatus()
289 return NotifyStatus.obstructed; in fromAStatus()
H A DNotifyStatus.java45 public static final int obstructed = 4; field
H A DStatusKind.java62 public static final int obstructed = 10; field
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DNotifyInformation.java288 case obstructed: in fromAStatus()
289 return NotifyStatus.obstructed; in fromAStatus()
H A DNotifyStatus.java45 public static final int obstructed = 4; field
H A DStatusKind.java62 public static final int obstructed = 10; field
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DNotifyInformation.java288 case obstructed: in fromAStatus()
289 return NotifyStatus.obstructed; in fromAStatus()
H A DNotifyStatus.java45 public static final int obstructed = 4; field
H A DStatusKind.java62 public static final int obstructed = 10; field
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DNotifyInformation.java288 case obstructed: in fromAStatus()
289 return NotifyStatus.obstructed; in fromAStatus()
H A DNotifyStatus.java45 public static final int obstructed = 4; field
H A DStatusKind.java62 public static final int obstructed = 10; field
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmapblock_mesh.cpp173 auto add_node = [&] (u8 i, bool obstructed = false) -> bool { in getSmoothLightCombined() argument
174 if (obstructed) { in getSmoothLightCombined()
199 bool obstructed[4] = { true, true, true, true }; in getSmoothLightCombined() local
204 obstructed[0] = opaque1 && opaque2; in getSmoothLightCombined()
205 obstructed[1] = opaque1 && opaque3; in getSmoothLightCombined()
206 obstructed[2] = opaque2 && opaque3; in getSmoothLightCombined()
208 if (add_node(k + 4, obstructed[k])) in getSmoothLightCombined()
209 obstructed[3] = false; in getSmoothLightCombined()
210 if (add_node(7, obstructed[3])) { // wrap light around nodes in getSmoothLightCombined()
213 add_node(k + 4, !obstructed[k]); in getSmoothLightCombined()
/dports/mail/mlmmj/mlmmj-1.3.0/listtexts/en/
H A Ddeny27 because a gatekeeper obstructed your entry.
70 permitted or obstructed it, or it expired.
/dports/games/nethack33/nethack-3.3.1/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
578 obstructed(x,y) in obstructed() function
650 if(obstructed(x, y)) return(0); in doclose()
772 if (obstructed(x,y)) {
783 if (obstructed(x,y)) return FALSE;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
578 obstructed(x,y) in obstructed() function
650 if(obstructed(x, y)) return(0); in doclose()
772 if (obstructed(x,y)) {
783 if (obstructed(x,y)) return FALSE;
/dports/games/nethack34/nethack-3.4.3/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
585 obstructed(x,y) in obstructed() function
657 if(obstructed(x, y)) return(0); in doclose()
779 if (obstructed(x,y)) {
790 if (obstructed(x,y)) return FALSE;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
585 obstructed(x,y) in obstructed() function
657 if(obstructed(x, y)) return(0); in doclose()
779 if (obstructed(x,y)) {
790 if (obstructed(x,y)) return FALSE;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
585 obstructed(x,y) in obstructed() function
657 if(obstructed(x, y)) return(0); in doclose()
779 if (obstructed(x,y)) {
790 if (obstructed(x,y)) return FALSE;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
578 obstructed(x,y) in obstructed() function
650 if(obstructed(x, y)) return(0); in doclose()
772 if (obstructed(x,y)) {
783 if (obstructed(x,y)) return FALSE;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dlock.c18 STATIC_DCL boolean FDECL(obstructed,(int,int));
656 obstructed(x,y) in obstructed() function
728 if(obstructed(x, y)) return(0); in doclose()
855 if (obstructed(x,y)) {
866 if (obstructed(x,y)) return FALSE;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dlock.c20 STATIC_DCL boolean FDECL(obstructed,(int,int));
629 obstructed(x,y) in obstructed() function
701 if(obstructed(x, y)) return(0); in doclose()
823 if (obstructed(x,y)) {
834 if (obstructed(x,y)) return FALSE;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dtest-nofold.ll15 ; testl $15, %eax # bad: peep obstructed
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dtest-nofold.ll15 ; testl $15, %eax # bad: peep obstructed

12345678910>>...19