Home
last modified time | relevance | path

Searched refs:numDemos (Results 1 – 19 of 19) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dmenu_extras.c49 static size_t numDemos = 0; variable
430 if (lastDemo < numDemos) { in ButtonDemoForward()
459 demoList = CreateDemoList (&numDemos); in CreateDemoMenu()
471 for (i = 0, j = firstDemo; j < numDemos && i < MAX_GSTAT_ROWS; i++, j++) { in CreateDemoMenu()
485 (lastDemo < numDemos)); in CreateDemoMenu()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java100 int numDemos = demos.length - 1; in DemoGroup() local
101 if (numDemos % 2 == 1) { in DemoGroup()
114 for (int i = 1; i <= numDemos; i++) { in DemoGroup()
125 int w = (i == numDemos) ? 2 : 1; in DemoGroup()
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLExampleBrowser.cpp462 int numDemos = gAllExamples->getNumRegisteredExamples(); in selectDemo() local
464 if (demoIndex > numDemos) in selectDemo()
1031 int numDemos = gAllExamples->getNumRegisteredExamples(); in init() local
1050 for (int d = 0; d < numDemos; d++) in init()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLExampleBrowser.cpp462 int numDemos = gAllExamples->getNumRegisteredExamples(); in selectDemo() local
464 if (demoIndex > numDemos) in selectDemo()
1031 int numDemos = gAllExamples->getNumRegisteredExamples(); in init() local
1050 for (int d = 0; d < numDemos; d++) in init()
/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_demo2.c73 int numDemos; member
/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_demo2.c73 int numDemos; member
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_demo2.c73 int numDemos; member
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_demo2.c73 int numDemos; member
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h88 extern UINT8 numDemos;
H A Df_finale.c3494 if (!cv_rollingdemos.value || !numDemos) in F_TitleScreenTicker()
3522 if (curDemo == numDemos) in F_TitleScreenTicker()
H A Ddeh_soc.c3809 numDemos = (UINT8)get_number(word2); in readmaincfg()
H A Dg_game.c104 UINT8 numDemos = 0; variable