Home
last modified time | relevance | path

Searched refs:OPM (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/lang/voc/voc-63008f6/src/compiler/
H A DOPC.Mod64 BEGIN OPM.Write(';'); OPM.WriteLn
146 OPM.Write('('); OPM.Write('*')
192 OPM.Write('['); OPM.WriteInt(typ^.n); OPM.Write(']')
732 OPM.WriteString(".h"); OPM.Write(DoubleQuote); OPM.WriteLn
777 OPM.WriteString("#endif // "); OPM.WriteStringVar(OPM.modName); OPM.WriteLn
814OPM.WriteString("#ifndef "); OPM.WriteStringVar(OPM.modName); OPM.WriteString(FlagExt); OPM.WriteL…
815OPM.WriteString("#define "); OPM.WriteStringVar(OPM.modName); OPM.WriteString(FlagExt); OPM.WriteL…
824 OPM.currFile := OPM.BodyFile;
914 OPM.WriteString(OPM.modName); OPM.WriteString(BodyNameExt); OPM.WriteLn;
926 OPM.WriteString(OPM.modName);
[all …]
H A DCompiler.Mod6 OPV, OPC, OPM,
24 IF (OPM.mainprog IN OPM.Options) & (OPM.modName # "SYSTEM") THEN
26 OPM.LogVT100(VT100.Green); OPM.LogWStr(" Main program."); OPM.LogVT100(VT100.ResetAll);
29OPM.LogVT100(VT100.Green); OPM.LogWStr(" New symbol file."); OPM.LogVT100(VT100.ResetAll);
104 OPM.LogWStr(", but local object file '"); OPM.LogWStr(fn); OPM.LogWStr("' is missing.");
105 OPM.LogVT100(VT100.ResetAll); OPM.LogWLn
135 OPM.LogWLn; OPM.LogWStr("Module compilation failed."); OPM.LogWLn;
140 IF ~(OPM.dontasm IN OPM.Options) THEN
141 IF OPM.dontlink IN OPM.Options THEN
145 IF ~(OPM.mainprog IN OPM.Options) THEN
[all …]
H A DOPV.Mod65 oldPos := OPM.errpos; OPM.errpos := obj^.scope^.adr;
219 design(n^.left, 10); OPM.WriteString("->len["); OPM.WriteInt(dim); OPM.Write("]")
248 OPM.WriteInt(OPM.SignedMaximum(to) + 1); OPM.Write(CloseParen)
251 OPM.WriteString("(INT"); OPM.WriteInt(to*8); OPM.WriteString(")")
265 OPM.WriteString(","); OPM.WriteInt(newtype.size*8); OPM.Write(CloseParen)
270 IF OPM.ranchk IN OPM.Options THEN OPM.WriteString("__CHR");
299 IF ~(OPM.inxchk IN OPM.Options)
361 IF OPM.typchk IN OPM.Options THEN
382 | OPT.Neguard: IF OPM.typchk IN OPM.Options THEN
489 OPM.WriteString(Comma); OPM.WriteInt(n.typ.size*8); OPM.Write(CloseParen)
[all …]
H A DOPS.Mod3 IMPORT OPM, SYSTEM;
62 BEGIN OPM.err(n)
68 LOOP OPM.Get(ch);
122 OPM.Get(ch); INC(i)
172 IF (1-OPM.MaxRExp < e) & (e <= OPM.MaxRExp) THEN
179 IF (1-OPM.MaxLExp < e) & (e <= OPM.MaxLExp) THEN
193 BEGIN OPM.Get(ch);
201 OPM.Get(ch)
209 OPM.errpos := OPM.curpos-1;
212 ELSE OPM.Get(ch)
[all …]
H A DOPT.Mod505 OPM.LogWStr("btyp^.strobji^.name = "); OPM.LogWStr(btyp^.strobj^.name); OPM.LogWLn;
506 OPM.LogWStr("btyp^.form = "); OPM.LogWNum(btyp^.form, 0); OPM.LogWLn;
507 OPM.LogWStr("btyp^.comp = "); OPM.LogWNum(btyp^.comp, 0); OPM.LogWLn;
508 OPM.LogWStr("btyp^.mno = "); OPM.LogWNum(btyp^.mno, 0); OPM.LogWLn;
509 OPM.LogWStr("btyp^.extlev = "); OPM.LogWNum(btyp^.extlev, 0); OPM.LogWLn;
510 OPM.LogWStr("btyp^.size = "); OPM.LogWNum(btyp^.size, 0); OPM.LogWLn;
511 OPM.LogWStr("btyp^.align = "); OPM.LogWNum(btyp^.align, 0); OPM.LogWLn;
512 OPM.LogWStr("btyp^.txtpos = "); OPM.LogWNum(btyp^.txtpos, 0); OPM.LogWLn;
622 OPM.FPrint(pvfp, typ^.size); OPM.FPrint(pvfp, typ^.align); OPM.FPrint(pvfp, typ^.n);
999 ELSE OPM.LogWStr("unhandled case at InObj, tag = "); OPM.LogWNum(tag, 0); OPM.LogWLn;
[all …]
H A DextTools.Mod3 IMPORT Strings, Out, Configuration, Platform, Modules, Heap, OPM;
13 IF OPM.verbose IN OPM.Options THEN
51 Strings.Append(OPM.ResourceDir, s);
81 Strings.Append(OPM.InstallDir, cmd);
85 Strings.Append(OPM.Model, cmd);
95 Strings.Append(OPM.InstallDir, cmd);
99 Strings.Append(OPM.Model, cmd);
109 Strings.Append(OPM.Model, cmd);
111 Strings.Append(OPM.InstallDir, cmd);
115 Strings.Append(OPM.Model, cmd);
H A DOPB.Mod17 BEGIN OPM.err(n)
269 ELSE min := OPM.MinLReal; max := OPM.MaxLReal
360 ELSE OPM.LogWStr("unhandled case in OPB.MOp, op = "); OPM.LogWNum(op, 0); OPM.LogWLn;
791 OPM.LogWLn; OPM.LogWStr("ELSE in Op()"); OPM.LogWLn;
853 IF OPM.verbose IN OPM.Options THEN
854 OPM.LogWLn; OPM.LogWStr("PROCEDURE CheckAssign"); OPM.LogWLn;
856 IF OPM.verbose IN OPM.Options THEN
857 OPM.LogWStr("y.form = "); OPM.LogWNum(y.form, 0); OPM.LogWLn;
858 OPM.LogWStr("f = "); OPM.LogWNum(f, 0); OPM.LogWLn;
859 OPM.LogWStr("g = "); OPM.LogWNum(g, 0); OPM.LogWLn;
[all …]
H A DOPP.Mod4 OPB, OPT, OPS, OPM, SYSTEM;
7 CaseTable = ARRAY OPM.MaxCases OF
24 BEGIN OPM.err(n)
440OPM.LogWStr("unhandled case in OPP.Factor, OPS.numtyp = "); OPM.LogWNum(OPS.numtyp, 0); OPM.LogWLn;
582 c := OPM.errpos;
740 OPM.Mark(-307, OPM.curpos); (* notice about no OPS.else symbol; -- noch *)
758 pos := OPM.errpos
785 pos := OPM.errpos
880 pos := OPM.errpos
886 pos := OPM.errpos
[all …]
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dopm.cpp17 int OPM::pmtable[4][OPM_LFOENTS];
22 OPM::OPM() in OPM() function in FM::OPM
75 void OPM::Reset() in Reset()
93 void OPM::RebuildTimeTable() in RebuildTimeTable()
114 void OPM::TimerA() in TimerA()
129 void OPM::SetVolume(int db) in SetVolume()
141 void OPM::SetStatus(uint bits) in SetStatus()
153 void OPM::ResetStatus(uint bits) in ResetStatus()
319 void OPM::BuildLFOTable() in BuildLFOTable()
371 inline void OPM::LFO() in LFO()
[all …]
H A Dopm.h76 class OPM : public Timer
79 OPM();
80 virtual ~OPM() {} in ~OPM()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DColorParams.java13 public static final int OPM = 128; field in ColorParams
33 public static boolean OPM(int flags) { in OPM() method in ColorParams
34 return (flags & OPM) != 0; in OPM()
48 if (opm) flags |= OPM; in pack()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/sampledata/_data/
H A DUSHolidays.ics2158 SUMMARY:Labor Day (US-OPM)
2278 SUMMARY:Labor Day (US-OPM)
2393 SUMMARY:Labor Day (US-OPM)
2503 SUMMARY:Labor Day (US-OPM)
2613 SUMMARY:Labor Day (US-OPM)
2723 SUMMARY:Labor Day (US-OPM)
2833 SUMMARY:Labor Day (US-OPM)
2943 SUMMARY:Labor Day (US-OPM)
3053 SUMMARY:Labor Day (US-OPM)
3163 SUMMARY:Labor Day (US-OPM)
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c3294 CH = &OPM->CH[c]; in OPMWriteReg()
3302 if( (OPM->testreg&(OPM->testreg^v))&0x02 ) /* fall eggge */ in OPMWriteReg()
3334 OPM->ST.TA = (OPM->ST.TA & 0x03)|(((int)v)<<2); in OPMWriteReg()
3337 OPM->ST.TA = (OPM->ST.TA & 0x3fc)|(v&3); in OPMWriteReg()
3340 OPM->ST.TB = v; in OPMWriteReg()
3370 OPM->ct = v>>6; in OPMWriteReg()
3372 OPM->PortWrite(0, OPM->ct ); /* bit0 = CT0,bit1 = CT1 */ in OPMWriteReg()
3491 reset_channel( &OPM->ST , &OPM->CH[0] , 8 ); in OPMResetChip()
3576 State = &OPM->ST; in OPMUpdateOne()
3597 amd = OPM->amd; in OPMUpdateOne()
[all …]
/dports/irc/bopm/bopm-3.1.3/src/libopm/
H A DChangeLog7 * OPM/bopchecker.pl: More ports.
106 * OPM/bopchecker.pl: AnalogX proxy
150 * OPM/: OPM.xs, bopchecker.pl: Make use of the opm_remote_addtype
178 * OPM/OPM.pm: 10 seconds timeout isn't always quite enough..
182 * OPM/OPM.pm: lowered fdlimit
186 * OPM/OPM.xs, OPM/bopchecker.pl, OPM/test.pl, src/test.c: Removed
219 * OPM/OPM.xs: removed remote callbacks
228 * OPM/: OPM.xs, bopchecker.pl: return textual versions of the
242 * OPM/OPM.xs, OPM/bopchecker.pl, src/libopm.c: OPM/bopchecker.pl:
247 src/libopm.c: OPM/OPM.xs: Added opm_active to return number of
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c5069 CH = &OPM->CH[c];
5076 if( (OPM->testreg&(OPM->testreg^v))&0x02 ) /* fall eggge */
5107 OPM->ST.TA = (OPM->ST.TA & 0x03)|(((int)v)<<2);
5110 OPM->ST.TA = (OPM->ST.TA & 0x3fc)|(v&3);
5113 OPM->ST.TB = v;
5143 OPM->ct = v>>6;
5145 OPM->PortWrite(0, OPM->ct ); /* bit0 = CT0,bit1 = CT1 */
5257 reset_channel( &OPM->ST , &OPM->CH[0] , 8 );
5391 State = &OPM->ST;
5411 amd = OPM->amd;
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c5100 CH = &OPM->CH[c];
5107 if( (OPM->testreg&(OPM->testreg^v))&0x02 ) /* fall eggge */
5138 OPM->ST.TA = (OPM->ST.TA & 0x03)|(((int)v)<<2);
5141 OPM->ST.TA = (OPM->ST.TA & 0x3fc)|(v&3);
5144 OPM->ST.TB = v;
5174 OPM->ct = v>>6;
5176 OPM->PortWrite(0, OPM->ct ); /* bit0 = CT0,bit1 = CT1 */
5288 reset_channel( &OPM->ST , &OPM->CH[0] , 8 );
5422 State = &OPM->ST;
5442 amd = OPM->amd;
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c5090 CH = &OPM->CH[c];
5097 if( (OPM->testreg&(OPM->testreg^v))&0x02 ) /* fall eggge */
5128 OPM->ST.TA = (OPM->ST.TA & 0x03)|(((int)v)<<2);
5131 OPM->ST.TA = (OPM->ST.TA & 0x3fc)|(v&3);
5134 OPM->ST.TB = v;
5164 OPM->ct = v>>6;
5166 OPM->PortWrite(0, OPM->ct ); /* bit0 = CT0,bit1 = CT1 */
5278 reset_channel( &OPM->ST , &OPM->CH[0] , 8 );
5412 State = &OPM->ST;
5432 amd = OPM->amd;
[all …]
/dports/lang/voc/voc-63008f6/triage/
H A Dhints21 define it in OPM as a constant before defopt is defined.
22 define a BOOLEAN variable in OPM which will describe if setting is set.
23 add handling of a new option in OPM.ScanOptions
24 set your BOOLEAN value in OPM.OpenPari (or in ScanOptions, after the CASE) so you can check it late…
25 check your boolean when necessary, (see useParFile in OPM.GetOptions)
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dsparc-opc.c2320 …{ "ldm" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j],d", (flags), 0, HW…
2352 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j]," rd, 0, 0, HWCAP…
2354 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm))|RS1_G0, "[j]," rd, 0, 0, …
2374 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[1+j]", 0, 0, HWCAP2_S…
2375 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[j+1]", 0, 0, HWCAP2_S…
2376 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, "d,[j]", 0, 0, HWC…
2377 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|SIMM10(~0), "d,[1]", 0, 0,…
2398 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[1+j]", 0, 0, HWCAP…
2399 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[j+1]", 0, 0, HWCAP…
2400 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, rd ",[j]", 0, 0, …
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dsparc-opc.c2320 …{ "ldm" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j],d", (flags), 0, HW…
2352 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j]," rd, 0, 0, HWCAP…
2354 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm))|RS1_G0, "[j]," rd, 0, 0, …
2374 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[1+j]", 0, 0, HWCAP2_S…
2375 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[j+1]", 0, 0, HWCAP2_S…
2376 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, "d,[j]", 0, 0, HWC…
2377 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|SIMM10(~0), "d,[1]", 0, 0,…
2398 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[1+j]", 0, 0, HWCAP…
2399 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[j+1]", 0, 0, HWCAP…
2400 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, rd ",[j]", 0, 0, …
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dsparc-opc.c2320 …{ "ldm" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j],d", (flags), 0, HW…
2352 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j]," rd, 0, 0, HWCAP…
2354 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm))|RS1_G0, "[j]," rd, 0, 0, …
2374 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[1+j]", 0, 0, HWCAP2_S…
2375 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[j+1]", 0, 0, HWCAP2_S…
2376 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, "d,[j]", 0, 0, HWC…
2377 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|SIMM10(~0), "d,[1]", 0, 0,…
2398 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[1+j]", 0, 0, HWCAP…
2399 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[j+1]", 0, 0, HWCAP…
2400 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, rd ",[j]", 0, 0, …
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dsparc-opc.c2320 …{ "ldm" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j],d", (flags), 0, HW…
2352 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm)), "[1+j]," rd, 0, 0, HWCAP…
2354 …{ "ldmf" width, F3(3, 0x31, 1)|OPM((opm)), F3(~3, ~0x31, ~1)|OPM(~(opm))|RS1_G0, "[j]," rd, 0, 0, …
2374 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[1+j]", 0, 0, HWCAP2_S…
2375 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), "d,[j+1]", 0, 0, HWCAP2_S…
2376 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, "d,[j]", 0, 0, HWC…
2377 …{ "stm" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|SIMM10(~0), "d,[1]", 0, 0,…
2398 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[1+j]", 0, 0, HWCAP…
2399 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm)), rd ",[j+1]", 0, 0, HWCAP…
2400 …{ "stmf" width, F3(3, 0x35, 1)|OPM((opm)), F3(~3, ~0x35, ~1)|OPM(~(opm))|RS1_G0, rd ",[j]", 0, 0, …
[all …]
/dports/irc/bopm/bopm-3.1.3/src/
H A Dconfig-parser.h64 OPM = 280, enumerator
113 #define OPM 280 macro
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.23/
H A Dinstall.sh46 git clone --depth 1 https://github.com/OPM/$repo.git
65 git clone --depth 1 https://github.com/OPM/opm-data.git
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/opm-git-1.3.24/
H A Dinstall.sh46 git clone --depth 1 https://github.com/OPM/$repo.git
65 git clone --depth 1 https://github.com/OPM/opm-data.git

12345678910>>...14