Home
last modified time | relevance | path

Searched refs:pgi (Results 1 – 25 of 1472) sorted by relevance

12345678910>>...59

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dgami.cpp314 pgi++; in GameInpInitMacros()
324 pgi++; in GameInpInitMacros()
334 pgi++; in GameInpInitMacros()
344 pgi++; in GameInpInitMacros()
354 pgi++; in GameInpInitMacros()
364 pgi++; in GameInpInitMacros()
484 pgi++; in GameInpInitMacros()
499 pgi++; in GameInpInitMacros()
515 pgi++; in GameInpInitMacros()
1009 pgi++; in GameInpInitMacros()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dgami.cpp280 pgi++; in GameInpInitMacros()
290 pgi++; in GameInpInitMacros()
300 pgi++; in GameInpInitMacros()
310 pgi++; in GameInpInitMacros()
320 pgi++; in GameInpInitMacros()
365 pgi++; in GameInpInitMacros()
381 pgi++; in GameInpInitMacros()
396 pgi++; in GameInpInitMacros()
409 pgi++; in GameInpInitMacros()
422 pgi++; in GameInpInitMacros()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/
H A Dretro_input.cpp44 for (i = 0, pgi = GameInp; i < nGameInpCount; i++, pgi++) { in GameInpBlank()
52 memset(pgi, 0, sizeof(*pgi)); // Clear input in GameInpBlank()
1768 *(pgi->Input.pVal) = pgi->Input.nVal; in PollDiagInput()
1853 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
1866 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
1877 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
1892 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
1901 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
1938 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
1963 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dretro_input.cpp183 pgi++; in AnalyzeGameLayout()
197 pgi++; in AnalyzeGameLayout()
212 pgi++; in AnalyzeGameLayout()
225 pgi++; in AnalyzeGameLayout()
241 pgi++; in AnalyzeGameLayout()
257 pgi++; in AnalyzeGameLayout()
2363 GameInpAutoOne(pgi, pgi->Macro.szName, pgi->Macro.szName); in GameInpReassign()
2406 GameInpAutoOne(pgi, pgi->Macro.szName, pgi->Macro.szName); in GameInpDefault()
2739 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
2759 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/input/
H A Dinp_interface.cpp229 pgi->Input.nVal = pgi->Input.Constant.nConst; in InputMake()
231 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
245 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
255 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
282 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
297 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
330 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
353 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
374 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
386 *(pgi->Macro.pVal[j]) = pgi->Macro.nVal[j]; in InputMake()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/input/
H A Dinp_interface.cpp203 pgi->Input.nVal = pgi->Input.Constant.nConst; in InputMake()
205 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
219 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
229 *(pgi->Input.pVal) = pgi->Input.nVal; in InputMake()
245 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
260 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
293 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
316 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
337 *(pgi->Input.pShortVal) = pgi->Input.nVal; in InputMake()
349 *(pgi->Macro.pVal[j]) = pgi->Macro.nVal[j]; in InputMake()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
76 flags pgi.compile OPTIONS <cflags> ;
78 flags pgi.compile DEFINES <define> ;
79 flags pgi.compile INCLUDES <include> ;
102 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
76 flags pgi.compile OPTIONS <cflags> ;
78 flags pgi.compile DEFINES <define> ;
79 flags pgi.compile INCLUDES <include> ;
102 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
76 flags pgi.compile OPTIONS <cflags> ;
78 flags pgi.compile DEFINES <define> ;
79 flags pgi.compile INCLUDES <include> ;
102 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
79 flags pgi.compile OPTIONS <cflags> ;
81 flags pgi.compile DEFINES <define> ;
82 flags pgi.compile INCLUDES <include> ;
105 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/devel/boost_build/build-29baa79/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
79 flags pgi.compile OPTIONS <cflags> ;
81 flags pgi.compile DEFINES <define> ;
82 flags pgi.compile INCLUDES <include> ;
105 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/tools/
H A Dpgi.jam17 feature.extend toolset : pgi ;
18 toolset.inherit pgi : unix ;
41 flags pgi.link FINDLIBS-ST : [
46 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
47 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
48 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
79 flags pgi.compile OPTIONS <cflags> ;
81 flags pgi.compile DEFINES <define> ;
82 flags pgi.compile INCLUDES <include> ;
105 flags pgi.link OPTIONS <linkflags> ;
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dinput.cpp12 #define KEY(x) { pgi->nInput = GIT_SWITCH; pgi->Input.Switch.nCode = (UINT16)(x); }
85 struct GameInp* pgi = NULL; in GameInpConfig() local
87 for (i = 0, pgi = GameInp; i < nGameInpCount; i++, pgi++) { in GameInpConfig()
101 GameInpConfigOne(nPlayer, nPcDev, nAnalog, pgi, pgi->Macro.szName); in GameInpConfig()
112 GamcMisc(pgi, szi, nPlayer); in GameInpConfigOne()
135 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
139 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
143 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
147 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
224 struct GameInp* pgi = NULL; in display_set_controls() local
[all …]
H A Dinput_sdl2.cpp13 #define KEY(x) { pgi->nInput = GIT_SWITCH; pgi->Input.Switch.nCode = (UINT16)(x); }
64 struct GameInp* pgi = NULL; in GameInpConfig() local
66 for (i = 0, pgi = GameInp; i < nGameInpCount; i++, pgi++) { in GameInpConfig()
80 GameInpConfigOne(nPlayer, nPcDev, nAnalog, pgi, pgi->Macro.szName); in GameInpConfig()
91 GamcMisc(pgi, szi, nPlayer); in GameInpConfigOne()
114 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
118 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
122 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
126 GamcMisc(pgi, szi, -1); in GameInpConfigOne()
280 struct GameInp* pgi = NULL; in display_set_controls() local
[all …]
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/modulerc/modules3/
H A Dmodavail.out4 bar/4.7/gcc/8.2.0/avx foo/pgi/18.4/nompi/1.1
6 bar/5.4/gcc/9.1.0/avx foo/pgi/19.4/nompi/2.4
16 foo/1.1/gcc/8.2.0/mvapich/2.1 mvapich/2.1/pgi/18.4
17 foo/1.1/gcc/8.2.0/nompi mvapich/2.1/pgi/19.4
27 foo/2.4/gcc/9.1.0/nompi mvapich/pgi/18.4/2.1
28 foo/2.4/gcc/9.1.0/openmpi/4.0 mvapich/pgi/19.4/2.1
34 foo/2.4/pgi/19.4/openmpi/3.1 openmpi/3.1/pgi/18.4
48 foo/intel/2019/openmpi/4.0/2.4 pgi/18.4
49 foo/pgi/18.4/mvapich/2.1/1.1 pgi/19.4
57 mvapich/2.1/pgi/18.4 mvapich/gcc/9.1.0/2.1 mvapich/pgi/19.4/2.1
[all …]
/dports/multimedia/msdl/msdl-1.2.7-r2/src/
H A Dprogress.c43 gettimeofday(&(pgi->tv_dl_start),NULL); in progress_dl_start()
44 memcpy(&(pgi->tv_last_disp_update), &(pgi->tv_dl_start),sizeof(struct timeval)); in progress_dl_start()
45 memcpy(&(pgi->tv_last_speed_update),&(pgi->tv_dl_start),sizeof(struct timeval)); in progress_dl_start()
46 memcpy(&(pgi->tv_last_etl_speed_update), &(pgi->tv_dl_start),sizeof(struct timeval)); in progress_dl_start()
48 pgi->last_speed_size_written = 0; in progress_dl_start()
49 pgi->last_etl_speed_size_written = 0; in progress_dl_start()
50 pgi->speed = 0; in progress_dl_start()
51 pgi->etl_speed = 0; in progress_dl_start()
77 pgi->speed = (size_written - pgi->last_speed_size_written) / tv_diff_speed.tv_sec; in progress_update()
85 pgi->etl_speed = in progress_update()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/tools/
H A Dpgi.jam16 feature.extend toolset : pgi ;
17 toolset.inherit pgi : unix ;
43 flags pgi.link FINDLIBS-ST : [
47 flags pgi.link FINDLIBS-SA : rt [
54 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
55 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
56 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
59 flags pgi.compile OPTIONS : -Kieee ;
72 flags pgi.compile OPTIONS <cflags> ;
108 flags pgi.link RPATH <dll-path> ;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/tools/
H A Dpgi.jam16 feature.extend toolset : pgi ;
17 toolset.inherit pgi : unix ;
43 flags pgi.link FINDLIBS-ST : [
47 flags pgi.link FINDLIBS-SA : rt [
54 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
55 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
56 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
59 flags pgi.compile OPTIONS : -Kieee ;
72 flags pgi.compile OPTIONS <cflags> ;
108 flags pgi.link RPATH <dll-path> ;
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/tools/
H A Dpgi.jam16 feature.extend toolset : pgi ;
17 toolset.inherit pgi : unix ;
43 flags pgi.link FINDLIBS-ST : [
47 flags pgi.link FINDLIBS-SA : rt [
54 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
55 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
56 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
59 flags pgi.compile OPTIONS : -Kieee ;
72 flags pgi.compile OPTIONS <cflags> ;
108 flags pgi.link RPATH <dll-path> ;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/tools/
H A Dpgi.jam16 feature.extend toolset : pgi ;
17 toolset.inherit pgi : unix ;
43 flags pgi.link FINDLIBS-ST : [
47 flags pgi.link FINDLIBS-SA : rt [
54 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
55 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
56 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
59 flags pgi.compile OPTIONS : -Kieee ;
72 flags pgi.compile OPTIONS <cflags> ;
108 flags pgi.link RPATH <dll-path> ;
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/tools/
H A Dpgi.jam16 feature.extend toolset : pgi ;
17 toolset.inherit pgi : unix ;
43 flags pgi.link FINDLIBS-ST : [
47 flags pgi.link FINDLIBS-SA : rt [
54 generators.register-c-compiler pgi.compile.c : C : OBJ : <toolset>pgi ;
55 generators.register-c-compiler pgi.compile.c++ : CPP : OBJ : <toolset>pgi ;
56 generators.register-fortran-compiler pgi.compile.fortran : FORTRAN : OBJ : <toolset>pgi ;
59 flags pgi.compile OPTIONS : -Kieee ;
72 flags pgi.compile OPTIONS <cflags> ;
108 flags pgi.link RPATH <dll-path> ;
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dinps.cpp26 pgi = NULL; in InpsInit()
30 pgi = GameInp + nInpsInput; in InpsInit()
39 OldInp = *pgi; in InpsInit()
74 if (pgi != NULL) { in InpsExit()
75 *pgi=OldInp; in InpsExit()
119 pgi->nInput = 0; in SetInput()
126 pgi->nInput = GIT_SWITCH; in SetInput()
132 pgi->nInput = GIT_SWITCH; in SetInput()
142 OldInp = *pgi; in SetInput()
168 pgi->nInput = GIT_CONSTANT; in InpsPushUpdate()
[all …]
/dports/sysutils/modules/modules-4.6.0/doc/example/compiler-etc-dependencies/example-sessions/modulerc/modules4/
H A Dmodavail.out9 bar/5.4/gcc/9.1.0/avx2 foo/pgi/18.4/nompi/1.1
23 bar/gcc/9.1.0/avx2/5.4 mvapich/2.1/pgi/18.4
37 foo/1.1/pgi/18.4/nompi(default) mvapich/pgi/18.4/2.1
38 foo/1.1/pgi/18.4/openmpi/3.1 mvapich/pgi/19.4/2.1
62 foo/intel/2018/nompi/1.1 pgi/18.4
63 foo/intel/2018/openmpi/3.1/1.1 pgi/19.4
72 mvapich/2.1/pgi/18.4 mvapich/intel/2018/2.1
73 mvapich/2.1/pgi/19.4 mvapich/intel/2019/2.1
75 mvapich/2.3.1/gcc/9.1.0 mvapich/pgi/18.4/2.1
76 mvapich/2.3.1/intel/2019 mvapich/pgi/19.4/2.1
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dinps.cpp30 pgi = NULL; in InpsInit()
34 pgi = GameInp + nInpsInput; in InpsInit()
43 OldInp = *pgi; in InpsInit()
86 if (pgi != NULL) { in InpsExit()
87 *pgi=OldInp; in InpsExit()
121 OldInp = *pgi; in SetInput()
165 pgi->nInput = 0; in SetInput()
178 pgi->nInput = GIT_SWITCH; in SetInput()
186 if (pgi->Macro.nSysMacro == 15) pgi->Macro.nSysMacro = 0; // Clear Auto-Fire in SetInput()
192 OldInp = *pgi; in SetInput()
[all …]
H A Dinpd.cpp19 struct GameInp* pgi = NULL; in InpdUseUpdate() local
25 for (i = 0, pgi = GameInp; i < nGameInpCount; i++, pgi++) { in InpdUseUpdate()
33 pszVal = InpToDesc(pgi); in InpdUseUpdate()
49 for (i = 0, pgi = GameInp + nGameInpCount; i < nMacroCount; i++, pgi++) { in InpdUseUpdate()
77 struct GameInp* pgi = NULL; in InpdUpdate() local
88 for (i = 0, pgi = GameInp, plv = LastVal; i < nGameInpCount; i++, pgi++, plv++) { in InpdUpdate()
92 if (pgi->nType == 0) { in InpdUpdate()
124 switch (pgi->nType) { in InpdUpdate()
418 for (i = 0, pgi = GameInp; i < nGameInpCount; i++, pgi++) { in GameInpConfig()
434 GameInpConfigOne(nPlayer, nPcDev, nAnalog, pgi, pgi->Macro.szName); in GameInpConfig()
[all …]

12345678910>>...59