Home
last modified time | relevance | path

Searched refs:EndGroup (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/otherlibs/
H A Denvprint.pas105 EndGroup;
114 EndGroup;
123 EndGroup;
132 EndGroup;
141 EndGroup;
150 EndGroup;
159 EndGroup;
168 EndGroup;
189 EndGroup;
268 EndGroup;
[all …]
H A Dtoolmanager3.pas103 EndGroup;
118 EndGroup;
122 EndGroup;
123 EndGroup;
135 VertGroupS;Space;EndGroup;
137 EndGroup;
139 EndGroup;
157 EndGroup;
159 EndGroup;
163 EndGroup;
H A Dtoolmanager2.pas102 EndGroup;
115 EndGroup;
129 EndGroup;
131 EndGroup;
133 EndGroup;
147 EndGroup;
161 EndGroup;
165 EndGroup;
H A Dtoolmanager1.pas101 EndGroup;
111 EndGroup;
125 EndGroup;
127 EndGroup;
141 EndGroup;
155 EndGroup;
159 EndGroup;
H A Dprogindex.pas67 Space; EndGroup;
69 … Space; HorizGroupSA; TextN('000%'); Space; TextN('050%'); Space; TextN('100%'); EndGroup;
70 Space; EndGroup;
73 Space; EndGroup;
74 Space; EndGroup;
H A Ddemo.pas129 EndGroup; Space; EndGroup;
139 EndGroup; Space; EndGroup;
149 EndGroup; Space; EndGroup;
184 EndGroup; Space; EndGroup;
745 Space; EndGroup;
753 Space; EndGroup;
760 Space; EndGroup;
772 EndGroup;
784 EndGroup;
787 EndGroup; EndProject;
[all …]
H A Dgadgetdemo.pas115 EndGroup;
117 EndGroup;
173 EndGroup;
188 EndGroup;
190 EndGroup;
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/WiX/
H A DcmWIXRichTextFormatWriter.cxx18 EndGroup(); in ~cmWIXRichTextFormatWriter()
98 EndGroup(); in WriteFontTable()
100 EndGroup(); in WriteFontTable()
116 EndGroup(); in WriteColorTable()
124 EndGroup(); in WriteGenerator()
151 void cmWIXRichTextFormatWriter::EndGroup() in EndGroup() function in cmWIXRichTextFormatWriter
/dports/devel/cmake/cmake-3.22.1/Source/CPack/WiX/
H A DcmWIXRichTextFormatWriter.cxx18 EndGroup(); in ~cmWIXRichTextFormatWriter()
98 EndGroup(); in WriteFontTable()
100 EndGroup(); in WriteFontTable()
116 EndGroup(); in WriteColorTable()
124 EndGroup(); in WriteGenerator()
151 void cmWIXRichTextFormatWriter::EndGroup() in EndGroup() function in cmWIXRichTextFormatWriter
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/WiX/
H A DcmWIXRichTextFormatWriter.cxx18 EndGroup(); in ~cmWIXRichTextFormatWriter()
98 EndGroup(); in WriteFontTable()
100 EndGroup(); in WriteFontTable()
116 EndGroup(); in WriteColorTable()
124 EndGroup(); in WriteGenerator()
151 void cmWIXRichTextFormatWriter::EndGroup() in EndGroup() function in cmWIXRichTextFormatWriter
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Dgui.c265 EndGroup, in Configure()
283 EndGroup, in Configure()
290 EndGroup, in Configure()
294 EndGroup, in Configure()
301 EndGroup, in Configure()
303 EndGroup, in Configure()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DRTF.cs348 } else if (this.major == Major.EndGroup) { in SkipGroup()
411 case Major.EndGroup: { in GetToken()
448 this.major = Major.EndGroup; in GetToken2()
635 if (rtf.CheckCM (TokenClass.Group, Major.EndGroup)) { in HandleOptDest()
657 if (rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadFontTbl()
756 if (rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadFontTbl()
774 if (!rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadFontTbl()
800 if (rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadColorTbl()
843 if (rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadStyleSheet()
913 if (!rtf.CheckCM(TokenClass.Group, Major.EndGroup)) { in ReadStyleSheet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
200 else if (SC->EndGroup) in dumpSU()
336 if (CurrGroupSize >= GroupLim || SC->EndGroup) in EmitInstruction()
355 if (SC->EndGroup) { in groupingCost()

12345678910>>...29