Home
last modified time | relevance | path

Searched refs:Typ (Results 1 – 25 of 6411) sorted by relevance

12345678910>>...257

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dlist.h81 Typ* Push(Typ);
95 Typ* Enqueue(Typ);
260 List<Typ>::List(Typ d) { in List()
304 inline List<Typ>& List<Typ>::operator=(List<Typ>& l) {
344 Typ* List<Typ>::Push(Typ d) { in Push()
360 Typ List<Typ>::Pop() { in Pop()
381 Typ* List<Typ>::Enqueue(Typ d) { in Enqueue()
397 Typ List<Typ>::Dequeue() { in Dequeue()
511 Typ List<Typ>::Delete() { in Delete()
547 Typ List<Typ>::Largest() { in Largest()
[all …]
H A Dhash.h120 Typ* Add(char* key, Typ data);
221 Hash<Typ>::Hash(int nslots, Typ f) { in Hash()
268 void Hash<Typ>::New(int nslots, Typ f) { in New()
287 Typ Hash<Typ>::Show(const char* key) { in Show()
306 Typ* Hash<Typ>::Add(char* key, Typ data) { in Add()
337 Typ* Hash<Typ>::Add(char* key) { in Add()
363 Typ Hash<Typ>::Remove(char* key) { in Remove()
413 Typ Hash<Typ>::ReadNext() { in ReadNext()
440 Typ Hash<Typ>::ReadNext(char* key) { in ReadNext()
468 Typ Hash<Typ>::ReadCurrent() { in ReadCurrent()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Insert Menu/
H A DPatterns.pov267 #if ((Typ=33) | (Typ=34) | (Typ=37) | (Typ=38))
270 #if ((Typ=4) | (Typ=7) | (Typ=16))
302 #if ((Typ=6) | (Typ=7) | (Typ=16) |
303 (Typ=18) | (Typ=21) | (Typ=24) | (Typ=29))
309 #if ((Typ=16) | (Typ=23) | (Typ=24))
359 #if (Typ>=150 & Typ<=171)
378 #if (Typ>=172 & Typ<=173)
383 #if (Typ>=174 & Typ<=175)
404 #if (Typ>=238 & Typ<=239)
409 #if (Typ>=240 & Typ<=242)
[all …]
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/hhalign/
H A Dlist-C.h73 List<Typ>::List(Typ d) in List()
109 List<Typ>& List<Typ>::operator=(List<Typ>& l)
155 Typ* List<Typ>::Push(Typ d) in Push()
169 Typ List<Typ>::Pop() in Pop()
191 Typ* List<Typ>::Enqueue(Typ d) in Enqueue()
205 Typ List<Typ>::Dequeue() in Dequeue()
275 Typ List<Typ>::Read(int pos) in Read()
288 void List<Typ>::Insert(Typ d) in Insert()
303 Typ List<Typ>::Delete() in Delete()
358 Typ List<Typ>::Largest() in Largest()
[all …]
H A Dhash-C.h94 Hash<Typ>::Hash(int nslots, Typ f) in Hash()
137 void Hash<Typ>::New(int nslots, Typ f) in New()
156 Typ Hash<Typ>::Show(char* key) in Show()
174 Typ* Hash<Typ>::Add(char* key, Typ data) in Add()
205 Typ* Hash<Typ>::Add(char* key) in Add()
230 Typ Hash<Typ>::Remove(char* key) in Remove()
278 Typ Hash<Typ>::ReadNext() in ReadNext()
303 Typ Hash<Typ>::ReadNext(char* key) in ReadNext()
330 Typ Hash<Typ>::ReadCurrent() in ReadCurrent()
355 Typ Hash<Typ>::ReadCurrent(char* key) in ReadCurrent()
[all …]
H A Dlist.h55 void SortList(ListEl<Typ>*, ListEl<Typ>*, int);
57 void SortPointerList(ListEl<Typ>*, ListEl<Typ>*);
61 void SwapContent(ListEl<Typ>* e1, ListEl<Typ>* e2) in SwapContent()
68 List(Typ d);
70 List<Typ>& operator=(List<Typ>&);
80 Typ* Push(Typ);
83 Typ Pop();
93 Typ* Enqueue(Typ);
96 Typ Dequeue();
121 Typ Read(int);
[all …]
H A Dhash.h55 template<class Typ>
71 template<class Typ>
80 inline Typ* Push(int& l, char* key, Typ& data) in Push()
92 template<class Typ>
102 Typ fail;
119 void New(int nslots, Typ n=static_cast<Typ>(0));
129 Typ Show(char* key);
133 Typ* Add(char* key, Typ data);
136 Typ* Add(char* key);
152 Typ ReadNext();
[all …]
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_prntr.pas84 Typ: Integer;
94 (Typ:1; Name: ''; X:2159; Y:2794),
95 (Typ:2; Name: ''; X:2159; Y:2794),
96 (Typ:3; Name: ''; X:2794; Y:4318),
97 (Typ:4; Name: ''; X:4318; Y:2794),
98 (Typ:5; Name: ''; X:2159; Y:3556),
99 (Typ:6; Name: ''; X:1397; Y:2159),
100 (Typ:7; Name: ''; X:1842; Y:2667),
101 (Typ:8; Name: ''; X:2970; Y:4200),
102 (Typ:9; Name: ''; X:2100; Y:2970),
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_prntr.pas84 Typ: Integer;
94 (Typ:1; Name: ''; X:2159; Y:2794),
95 (Typ:2; Name: ''; X:2159; Y:2794),
96 (Typ:3; Name: ''; X:2794; Y:4318),
97 (Typ:4; Name: ''; X:4318; Y:2794),
98 (Typ:5; Name: ''; X:2159; Y:3556),
99 (Typ:6; Name: ''; X:1397; Y:2159),
100 (Typ:7; Name: ''; X:1842; Y:2667),
101 (Typ:8; Name: ''; X:2970; Y:4200),
102 (Typ:9; Name: ''; X:2100; Y:2970),
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_prntr.pas93 Typ: Integer;
103 (Typ:1; Name: ''; X:2159; Y:2794),
104 (Typ:2; Name: ''; X:2159; Y:2794),
105 (Typ:3; Name: ''; X:2794; Y:4318),
106 (Typ:4; Name: ''; X:4318; Y:2794),
107 (Typ:5; Name: ''; X:2159; Y:3556),
108 (Typ:6; Name: ''; X:1397; Y:2159),
109 (Typ:7; Name: ''; X:1842; Y:2667),
110 (Typ:8; Name: ''; X:2970; Y:4200),
111 (Typ:9; Name: ''; X:2100; Y:2970),
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_prntr.pas93 Typ: Integer;
103 (Typ:1; Name: ''; X:2159; Y:2794),
104 (Typ:2; Name: ''; X:2159; Y:2794),
105 (Typ:3; Name: ''; X:2794; Y:4318),
106 (Typ:4; Name: ''; X:4318; Y:2794),
107 (Typ:5; Name: ''; X:2159; Y:3556),
108 (Typ:6; Name: ''; X:1397; Y:2159),
109 (Typ:7; Name: ''; X:1842; Y:2667),
110 (Typ:8; Name: ''; X:2970; Y:4200),
111 (Typ:9; Name: ''; X:2100; Y:2970),
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/importer/
H A Dpredefined.go48 types.Typ[types.Bool],
49 types.Typ[types.Int],
50 types.Typ[types.Int8],
51 types.Typ[types.Int16],
52 types.Typ[types.Int32],
53 types.Typ[types.Int64],
54 types.Typ[types.Uint],
55 types.Typ[types.Uint8],
56 types.Typ[types.Uint16],
57 types.Typ[types.Uint32],
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_disp.ads269 (Typ : Entity_Id) return Node_Id;
275 (Typ : Entity_Id) return Node_Id;
280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
303 (Typ : Entity_Id) return Node_Id;
309 (Typ : Entity_Id) return Node_Id;
315 (Typ : Entity_Id) return Node_Id;
321 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_disp.ads266 (Typ : Entity_Id) return Node_Id;
272 (Typ : Entity_Id) return Node_Id;
277 (Typ : Entity_Id) return Node_Id;
283 (Typ : Entity_Id) return Node_Id;
288 (Typ : Entity_Id) return Node_Id;
294 (Typ : Entity_Id) return Node_Id;
300 (Typ : Entity_Id) return Node_Id;
306 (Typ : Entity_Id) return Node_Id;
312 (Typ : Entity_Id) return Node_Id;
318 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_disp.ads266 (Typ : Entity_Id) return Node_Id;
272 (Typ : Entity_Id) return Node_Id;
277 (Typ : Entity_Id) return Node_Id;
283 (Typ : Entity_Id) return Node_Id;
288 (Typ : Entity_Id) return Node_Id;
294 (Typ : Entity_Id) return Node_Id;
300 (Typ : Entity_Id) return Node_Id;
306 (Typ : Entity_Id) return Node_Id;
312 (Typ : Entity_Id) return Node_Id;
318 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_disp.ads266 (Typ : Entity_Id) return Node_Id;
272 (Typ : Entity_Id) return Node_Id;
277 (Typ : Entity_Id) return Node_Id;
283 (Typ : Entity_Id) return Node_Id;
288 (Typ : Entity_Id) return Node_Id;
294 (Typ : Entity_Id) return Node_Id;
300 (Typ : Entity_Id) return Node_Id;
306 (Typ : Entity_Id) return Node_Id;
312 (Typ : Entity_Id) return Node_Id;
318 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_disp.ads269 (Typ : Entity_Id) return Node_Id;
275 (Typ : Entity_Id) return Node_Id;
280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
303 (Typ : Entity_Id) return Node_Id;
309 (Typ : Entity_Id) return Node_Id;
315 (Typ : Entity_Id) return Node_Id;
321 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_disp.ads266 (Typ : Entity_Id) return Node_Id;
272 (Typ : Entity_Id) return Node_Id;
277 (Typ : Entity_Id) return Node_Id;
283 (Typ : Entity_Id) return Node_Id;
288 (Typ : Entity_Id) return Node_Id;
294 (Typ : Entity_Id) return Node_Id;
300 (Typ : Entity_Id) return Node_Id;
306 (Typ : Entity_Id) return Node_Id;
312 (Typ : Entity_Id) return Node_Id;
318 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_disp.ads268 (Typ : Entity_Id) return Node_Id;
274 (Typ : Entity_Id) return Node_Id;
279 (Typ : Entity_Id) return Node_Id;
285 (Typ : Entity_Id) return Node_Id;
290 (Typ : Entity_Id) return Node_Id;
296 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_disp.ads268 (Typ : Entity_Id) return Node_Id;
274 (Typ : Entity_Id) return Node_Id;
279 (Typ : Entity_Id) return Node_Id;
285 (Typ : Entity_Id) return Node_Id;
290 (Typ : Entity_Id) return Node_Id;
296 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_disp.ads269 (Typ : Entity_Id) return Node_Id;
275 (Typ : Entity_Id) return Node_Id;
280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
303 (Typ : Entity_Id) return Node_Id;
309 (Typ : Entity_Id) return Node_Id;
315 (Typ : Entity_Id) return Node_Id;
321 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_disp.ads268 (Typ : Entity_Id) return Node_Id;
274 (Typ : Entity_Id) return Node_Id;
279 (Typ : Entity_Id) return Node_Id;
285 (Typ : Entity_Id) return Node_Id;
290 (Typ : Entity_Id) return Node_Id;
296 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_disp.ads280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
326 (Typ : Entity_Id) return Node_Id;
332 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_disp.ads280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
326 (Typ : Entity_Id) return Node_Id;
332 (Typ : Entity_Id) return Node_Id;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_disp.ads280 (Typ : Entity_Id) return Node_Id;
286 (Typ : Entity_Id) return Node_Id;
291 (Typ : Entity_Id) return Node_Id;
297 (Typ : Entity_Id) return Node_Id;
302 (Typ : Entity_Id) return Node_Id;
308 (Typ : Entity_Id) return Node_Id;
314 (Typ : Entity_Id) return Node_Id;
320 (Typ : Entity_Id) return Node_Id;
326 (Typ : Entity_Id) return Node_Id;
332 (Typ : Entity_Id) return Node_Id;
[all …]

12345678910>>...257