Home
last modified time | relevance | path

Searched refs:Program (Results 1 – 25 of 9310) sorted by relevance

12345678910>>...373

/dports/math/amath/amath-1.8.5/src/loc/
H A Dtext.h47 #define INTROMSG (Program->Language->GetText(0))
48 #define STATEMENTLINE (Program->Language->GetText(1))
51 #define STATEMENTDEF (Program->Language->GetText(4))
54 #define STATEMENTEVAL (Program->Language->GetText(7))
75 #define TXTMEMSIZE (Program->Language->GetText(28))
77 #define HELPNOHELP (Program->Language->GetText(30))
78 #define HELPSYNTAX (Program->Language->GetText(31))
79 #define HELPUERROR (Program->Language->GetText(32))
80 #define HELPVARNDEF (Program->Language->GetText(33))
101 #define MSGNODIR (Program->Language->GetText(54))
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dmain.c114 PROGRAM Program; local
124 memset (&Program, 0, sizeof (Program));
129 Program.Type = PT_NATIVE;
148 Program.Type = PT_FARGO;
149 Program.Calcs |= CALC_TI92;
414 if (Program.BSSSection)
417 if (Program.MainSection && Program.Library && (Program.MainSection->StartupNumber > 0))
423 FixCode (&Program);
435 FixCode (&Program);
442 if (Program.Calcs)
[all …]
H A Dspecial.c313 if (Program->Library) in CreateSpecialGlobalImports()
335 if (Program->BSSSection && Program->BSSSection->Initialized) in CreateSpecialGlobalImports()
339 if (Program->BSSSection && (!(Program->BSSSection->Handled))) in CreateSpecialGlobalImports()
428 if ((Program->Type == PT_NATIVE) || (Program->Type == PT_NOSTUB)) in CreateSpecialGlobalImports()
454 if (Program->DataVarInfo->Name && Program->DataSection) in CreateSpecialGlobalImports()
669 if (Program->Constructors.Start && Program->Constructors.End) in ResolveSpecialSymbolLocation()
689 if (Program->Destructors.Start && Program->Destructors.End) in ResolveSpecialSymbolLocation()
753 if (Program->ResolveAllBuiltins || Program->Version) in ResolveSpecialSymbolLocation()
784 if (Program->ResolveAllBuiltins && Program->MainSection) in ResolveSpecialSymbolLocation()
921 if (Program->Constructors.Start && Program->Constructors.End) in GetBuiltinValue()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/ObjectViewer/System/
H A DGameWindow.cs49 Program.MouseMovement(); in OnRenderFrame()
60 if (Program.RotateX == 0) in OnRenderFrame()
125 if (Program.MoveX == 0) in OnRenderFrame()
156 if (Program.MoveY == 0) in OnRenderFrame()
187 if (Program.MoveZ == 0) in OnRenderFrame()
220 Program.LightingRelative = (double)Program.LightingTarget; in OnRenderFrame()
228 if (Program.LightingRelative < 0.0) Program.LightingRelative = 0.0; in OnRenderFrame()
237 if (Program.LightingRelative > 1.0) Program.LightingRelative = 1.0; in OnRenderFrame()
244Program.Renderer.Lighting.OptionAmbientColor.R = (byte)Math.Round(32.0 + 128.0 * Program.LightingR… in OnRenderFrame()
245Program.Renderer.Lighting.OptionAmbientColor.G = (byte)Math.Round(32.0 + 128.0 * 0.5 * (Program.Li… in OnRenderFrame()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DGameR.cs31 Program.Renderer.Reset(); in Reset()
38 Program.CurrentRoute.Tracks.Add(0, t); in Reset()
44 Program.CurrentRoute.Comment = ""; in Reset()
45 Program.CurrentRoute.Image = ""; in Reset()
60 Program.CurrentRoute.NoFogEnd = 2.0f * Program.CurrentRoute.NoFogStart; in Reset()
63 Program.Renderer.InfoTotalQuads = 0; in Reset()
71 Program.Sounds.StopAllSounds(); in Reset()
112Program.Renderer.Camera.Alignment.Position = Program.CurrentRoute.PointsOfInterest[j].TrackOffset; in ApplyPointOfInterest()
113 Program.Renderer.Camera.Alignment.Yaw = Program.CurrentRoute.PointsOfInterest[j].TrackYaw; in ApplyPointOfInterest()
114 Program.Renderer.Camera.Alignment.Pitch = Program.CurrentRoute.PointsOfInterest[j].TrackPitch; in ApplyPointOfInterest()
[all …]
H A DWorldR.cs17Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Zoom, Program.Render… in UpdateAbsoluteCamera()
19 Program.Renderer.Camera.ApplyZoom(); in UpdateAbsoluteCamera()
22Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Position.X, Program.… in UpdateAbsoluteCamera()
23Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Position.Y, Program.… in UpdateAbsoluteCamera()
24 …bool q = Program.Renderer.Camera.AlignmentSpeed.Yaw != 0.0 | Program.Renderer.Camera.AlignmentSpee… in UpdateAbsoluteCamera()
25Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Yaw, Program.Rendere… in UpdateAbsoluteCamera()
26Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Pitch, Program.Rende… in UpdateAbsoluteCamera()
27Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.Roll, Program.Render… in UpdateAbsoluteCamera()
29Program.Renderer.Camera.AdjustAlignment(ref Program.Renderer.Camera.Alignment.TrackPosition, Progr… in UpdateAbsoluteCamera()
31Program.Renderer.CameraTrackFollower.UpdateAbsolute(Program.Renderer.Camera.Alignment.TrackPositio… in UpdateAbsoluteCamera()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/
H A DGameWindow.cs173Program.Renderer.UpdateVisibility(Program.Renderer.CameraTrackFollower.TrackPosition + Program.Ren… in OnRenderFrame()
185 Program.currentGameWindow.Exit(); in OnRenderFrame()
194Program.Renderer.Lighting.UpdateLighting(Program.CurrentRoute.SecondsSinceMidnight, Program.Curren… in OnRenderFrame()
386 Program.Renderer.Initialize(); in OnLoad()
396 Program.Renderer.CameraTrackFollower = new TrackFollower(Program.CurrentHost); in OnLoad()
646 Program.CurrentRoute.SecondsSinceMidnight = Program.CurrentRoute.InitialStationTime; in SetupSimulation()
740 Program.CurrentRoute.Sections[0].Enter(Program.TrainManager.Trains[i]); in SetupSimulation()
797 Program.TrainManager.Trains[i].AI = new Game.BogusPretrainAI(Program.TrainManager.Trains[i]); in SetupSimulation()
822Program.Renderer.UpdateVisibility(Program.Renderer.CameraTrackFollower.TrackPosition + Program.Ren… in SetupSimulation()
829 if (Program.CurrentRoute.Sections.Length > Program.TrainManager.Trains[i].CurrentSectionIndex) in SetupSimulation()
[all …]
H A DLoading.cs35 …if (Program.CurrentHost.Plugins[i].Route != null && Program.CurrentHost.Plugins[i].Route.IsLoading)
255 if (Program.TrainManager.Trains[i] != null && Program.TrainManager.Trains[i].Plugin != null) { in LoadThreaded()
259 Program.RestartArguments = " "; in LoadThreaded()
284 Program.RestartArguments = " "; in LoadThreaded()
325 Program.RestartArguments = " "; in LoadEverythingThreaded()
361Program.Renderer.CameraTrackFollower = new TrackFollower(Program.CurrentHost) { Train = null, Car … in LoadEverythingThreaded()
370Program.TrainManager.Trains = new TrainBase[Program.CurrentRoute.PrecedingTrainTimeDeltas.Length +… in LoadEverythingThreaded()
383 …TrainManager.PlayerTrain = Program.TrainManager.Trains[Program.CurrentRoute.PrecedingTrainTimeDelt… in LoadEverythingThreaded()
400Program.Renderer.UpdateViewingDistances(Program.CurrentRoute.CurrentBackground.BackgroundImageDist… in LoadEverythingThreaded()
433 Program.TrainManager.Trains[i].LoadDefaultPlugin(Program.TrainManager.Trains[i].TrainFolder); in LoadEverythingThreaded()
[all …]
/dports/audio/freepats/freepats/
H A Dcrude.cfg338 # Program Snare Roll
340 # Program Snap
342 # Program High_Q
344 # Program Slap (gus slap)
350 # Program Sticks (gus sticks)
368 # Program Hand Clap (gus claps)
429 # Program Cabasa (gus cabasa)
441 # Program Claves (gus clave)
458 # Program Shaker (gus shaker)
466 # Program Surdo1 (gus surdo1)
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/System/
H A DGamewindow.cs48 Program.MouseMovement(); in OnRenderFrame()
65Program.Renderer.UpdateVisibility(Program.Renderer.CameraTrackFollower.TrackPosition + Program.Ren… in OnRenderFrame()
68Program.Renderer.Lighting.UpdateLighting(Program.CurrentRoute.SecondsSinceMidnight, Program.Curren… in OnRenderFrame()
86 MouseDown += Program.MouseEvent; in OnLoad()
87 MouseUp += Program.MouseEvent; in OnLoad()
88 FileDrop += Program.FileDrop; in OnLoad()
97 Program.Sounds.Initialize(Program.CurrentHost, SoundRange.Low); in OnLoad()
98 Program.Renderer.UpdateViewport(); in OnLoad()
102 Program.LoadRoute(); in OnLoad()
146 Program.Renderer.Loading.DrawLoadingScreen(Program.Renderer.Fonts.SmallFont, routeProgress); in LoadingScreenLoop()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/OldCode/
H A DWorld.cs26Program.Renderer.Camera.VerticalViewingAngle = Program.Renderer.Camera.OriginalVerticalViewingAngl… in InitializeCameraRestriction()
29Program.Renderer.UpdateViewingDistances(Program.CurrentRoute.CurrentBackground.BackgroundImageDist… in InitializeCameraRestriction()
79 Program.Renderer.Camera.ApplyZoom(); in UpdateAbsoluteCamera()
89Program.Renderer.UpdateViewingDistances(Program.CurrentRoute.CurrentBackground.BackgroundImageDist… in UpdateAbsoluteCamera()
151Program.Renderer.Camera.AbsolutePosition = Program.Renderer.CameraTrackFollower.WorldPosition + Pr… in UpdateAbsoluteCamera()
152Program.Renderer.Camera.AbsoluteDirection = focusPosition - Program.Renderer.Camera.AbsolutePositi… in UpdateAbsoluteCamera()
157Program.Renderer.Camera.AbsoluteSide = new Vector3(Program.Renderer.Camera.AbsoluteDirection.Z, 0.… in UpdateAbsoluteCamera()
159Program.Renderer.Camera.AbsoluteUp = Vector3.Cross(Program.Renderer.Camera.AbsoluteDirection, Prog… in UpdateAbsoluteCamera()
160Program.Renderer.UpdateViewingDistances(Program.CurrentRoute.CurrentBackground.BackgroundImageDist… in UpdateAbsoluteCamera()
190 …bool q = Program.Renderer.Camera.AlignmentSpeed.Yaw != 0.0 | Program.Renderer.Camera.AlignmentSpee… in UpdateAbsoluteCamera()
[all …]
/dports/net/minisapserver/minisapserver-0.3.8/
H A Dprogram.cpp40 Program::Program() : b_rtp(false), b_has_pl_group(false) in Program() function in Program
52 Program::~Program() {return;} in ~Program()
54 string Program::GetName(void) {return name;} in GetName()
55 string Program::GetUser(void) {return user;} in GetUser()
57 string Program::GetSite(void) {return site;} in GetSite()
59 uint16_t Program::GetPort(void){return port;} in GetPort()
64 bool Program::IsRTP(void){return b_rtp;} in IsRTP()
67 void Program::SetName(const char* n){name=n;} in SetName()
68 void Program::SetUser(const char* u){user=u;} in SetUser()
73 void Program::SetRTP(bool b){b_rtp = b;} in SetRTP()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Graphics/
H A DScreen.cs84 Program.RestartArguments = " "; in Initialize()
122 Program.RestartArguments = " "; in Initialize()
126 if (Program.currentGameWindow == null) in Initialize()
131 Program.RestartArguments = " "; in Initialize()
161 GL.Viewport(0, 0, Program.Renderer.Screen.Width, Program.Renderer.Screen.Height); in WindowResize()
163 …teOrthographicOffCenter(0.0f, Program.Renderer.Screen.Width, Program.Renderer.Screen.Height, 0.0f,… in WindowResize()
166 Program.Renderer.ResetOpenGlState(); in WindowResize()
173 Program.Renderer.Screen.Fullscreen = !Program.Renderer.Screen.Fullscreen; in ToggleFullscreen()
176 Program.Renderer.OptionFog = false; in ToggleFullscreen()
179 if (Program.Renderer.Screen.Fullscreen) in ToggleFullscreen()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/
H A DConformance.dynamic.dynamicType.overloadResolution.method.1class.1param.cs133 Program.Status = 1; in Baz()
152 Program.Status = 1; in Baz()
184 public class Program class
242 Program.Status = 0; in MainMethod()
249 Program.Status = 0; in MainMethod()
253 Program.Status = 0; in MainMethod()
257 Program.Status = 0; in MainMethod()
261 Program.Status = 0; in MainMethod()
265 Program.Status = 0; in MainMethod()
269 Program.Status = 0; in MainMethod()
[all …]
/dports/editors/texworks/texworks-release-0.6.2/testcases/logParser/tests-miktex/
H A D24.test22 ("C:\Program Files\MiKTeX 2.9\tex\latex\beamer\base\beamer.cls"
28 ("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.sty")
30 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\keyval.sty"))
31 ("C:\Program Files\MiKTeX 2.9\tex\latex\geometry\geometry.sty"
35 ("C:\Program Files\MiKTeX 2.9\tex\latex\extsizes\size20.clo")
37 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphicx.sty"
38 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphics.sty"
39 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\trig.sty")
41 ("C:\Program Files\MiKTeX 2.9\tex\latex\pdftex-def\pdftex.def"
48 ("C:\Program Files\MiKTeX 2.9\tex\latex\ms\everyshi.sty"))
[all …]
H A D27.test22 ("C:\Program Files\MiKTeX 2.9\tex\latex\beamer\base\beamer.cls"
28 ("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\ifpdf.sty")
30 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\keyval.sty"))
31 ("C:\Program Files\MiKTeX 2.9\tex\latex\geometry\geometry.sty"
35 ("C:\Program Files\MiKTeX 2.9\tex\latex\base\size11.clo")
37 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphicx.sty"
38 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphics.sty"
39 ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\trig.sty")
41 ("C:\Program Files\MiKTeX 2.9\tex\latex\pdftex-def\pdftex.def"
48 ("C:\Program Files\MiKTeX 2.9\tex\latex\ms\everyshi.sty"))
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/Menu/
H A DMenu.cs128 if (Program.Renderer.Screen.Height <= 512) menuFont = Program.Renderer.Fonts.SmallFont; in Init()
129 else if (Program.Renderer.Screen.Height <= 680) menuFont = Program.Renderer.Fonts.NormalFont; in Init()
130 else if (Program.Renderer.Screen.Height <= 890) menuFont = Program.Renderer.Fonts.LargeFont; in Init()
131 else if (Program.Renderer.Screen.Height <= 1150) menuFont = Program.Renderer.Fonts.VeryLargeFont; in Init()
361 …if (x > Program.Renderer.Screen.Width - 200 && x < Program.Renderer.Screen.Width - 10 && y > Progr… in ProcessMouseMove()
715 Program.RestartArguments = in ProcessCommand()
764 Program.Sounds.GlobalMute = !Program.Sounds.GlobalMute; in ProcessCommand()
793Program.Renderer.Rectangle.Draw(null, Vector2.Null, new Vector2(Program.Renderer.Screen.Width, Pro… in Draw()
929Program.Renderer.Rectangle.Draw(null, new Vector2(Program.Renderer.Screen.Width - 200, Program.Ren… in Draw()
935Program.Renderer.Rectangle.Draw(null, new Vector2(Program.Renderer.Screen.Width - 200, Program.Ren… in Draw()
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A Dhello-ghc-8.2.2.eventlog.reference24 30: Program arguments (size variable)
25 31: Program environment variables (size variable)
69Program\\AndroidSDK\\.android\\avd","ANDROID_HOME=D:\\Program\\AndroidSDK","ANDROID_SDK_HOME=D:\\P…
H A Dhello-ghc-8.6.5.eventlog.reference24 30: Program arguments (size variable)
25 31: Program environment variables (size variable)
69Program\\AndroidSDK\\.android\\avd","ANDROID_HOME=D:\\Program\\AndroidSDK","ANDROID_SDK_HOME=D:\\P…
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A Dhello-ghc-8.2.2.eventlog.reference24 30: Program arguments (size variable)
25 31: Program environment variables (size variable)
69Program\\AndroidSDK\\.android\\avd","ANDROID_HOME=D:\\Program\\AndroidSDK","ANDROID_SDK_HOME=D:\\P…
H A Dhello-ghc-8.6.5.eventlog.reference24 30: Program arguments (size variable)
25 31: Program environment variables (size variable)
69Program\\AndroidSDK\\.android\\avd","ANDROID_HOME=D:\\Program\\AndroidSDK","ANDROID_SDK_HOME=D:\\P…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mocks/
H A Dmock_program.h35 using Program::buildInfos;
36 using Program::context;
37 using Program::createdFrom;
39 using Program::debugData;
45 using Program::irBinary;
47 using Program::isBuiltIn;
48 using Program::isSpirV;
50 using Program::linkBinary;
51 using Program::options;
53 using Program::Program;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dmain.cpp60 ctx->Const.Program[MESA_SHADER_COMPUTE].MaxTextureImageUnits = 16; in initialize_context()
76 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 8; in initialize_context()
85 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
86 ctx->Const.Program[MESA_SHADER_VERTEX].MaxOutputComponents; in initialize_context()
102 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
111 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
128 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
136 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
152 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
160 ctx->Const.Program[MESA_SHADER_GEOMETRY].MaxInputComponents = in initialize_context()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dmain.cpp60 ctx->Const.Program[MESA_SHADER_COMPUTE].MaxTextureImageUnits = 16; in initialize_context()
76 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 8; in initialize_context()
85 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
86 ctx->Const.Program[MESA_SHADER_VERTEX].MaxOutputComponents; in initialize_context()
102 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
111 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
128 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
136 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = in initialize_context()
152 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16; in initialize_context()
160 ctx->Const.Program[MESA_SHADER_GEOMETRY].MaxInputComponents = in initialize_context()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/gettingStarted/
H A Dgs_htmldoc_book.book3 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-01…
4 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-02…
5 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-02…
6 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-02…
7 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-02…
8 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-07…
9 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-07…
10 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-07…
11 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-07…
13 ../../../Program Files/Eclipse/eclipse/workspace/org.eclipse.platform.doc.user/gettingStarted/qs-12…
[all …]

12345678910>>...373