Home
last modified time | relevance | path

Searched refs:Prefix (Results 1 – 25 of 9295) sorted by relevance

12345678910>>...372

/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast/
H A D3_peg_itself8 <Prefix> :: 18 24
20 <Prefix> :: 51 54
26 <Prefix> :: 55 58
32 <Prefix> :: 59 62
38 <Prefix> :: 63 66
44 <Prefix> :: 67 70
50 <Prefix> :: 71 74
56 <Prefix> :: 75 78
62 <Prefix> :: 79 89
74 <Prefix> :: 115 118
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated/
H A D3_peg_itself8 <Prefix> :: 113 119
20 <Prefix> :: 146 149
26 <Prefix> :: 150 153
32 <Prefix> :: 154 157
38 <Prefix> :: 158 161
44 <Prefix> :: 162 165
50 <Prefix> :: 166 169
56 <Prefix> :: 170 173
62 <Prefix> :: 174 184
74 <Prefix> :: 210 213
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast/
H A D3_peg_itself8 <Prefix> :: 18 24
20 <Prefix> :: 51 54
26 <Prefix> :: 55 58
32 <Prefix> :: 59 62
38 <Prefix> :: 63 66
44 <Prefix> :: 67 70
50 <Prefix> :: 71 74
56 <Prefix> :: 75 78
62 <Prefix> :: 79 89
74 <Prefix> :: 115 118
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated/
H A D3_peg_itself8 <Prefix> :: 113 119
20 <Prefix> :: 146 149
26 <Prefix> :: 150 153
32 <Prefix> :: 154 157
38 <Prefix> :: 158 161
44 <Prefix> :: 162 165
50 <Prefix> :: 166 169
56 <Prefix> :: 170 173
62 <Prefix> :: 174 184
74 <Prefix> :: 210 213
[all …]
/dports/devel/upp/upp/bazaar/FormEditorCommon/
H A Dhypercall.h50 #define EXPAND2(Prefix) EXPAND1(Prefix), Prefix##2 argument
51 #define EXPAND3(Prefix) EXPAND2(Prefix), Prefix##3 argument
62 #define COPY2(Prefix) COPY1(Prefix), Prefix argument
63 #define COPY3(Prefix) COPY2(Prefix), Prefix argument
64 #define COPY4(Prefix) COPY3(Prefix), Prefix argument
65 #define COPY5(Prefix) COPY4(Prefix), Prefix argument
66 #define COPY6(Prefix) COPY5(Prefix), Prefix argument
67 #define COPY7(Prefix) COPY6(Prefix), Prefix argument
68 #define COPY8(Prefix) COPY7(Prefix), Prefix argument
69 #define COPY9(Prefix) COPY8(Prefix), Prefix argument
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
H A Dmap.h122 Prefix##Map *Prefix##MapNew(void); \
124 bool Prefix##MapHasKey(const Prefix##Map *map, const KeyType key); \
125 ValueType Prefix##MapGet(const Prefix##Map *map, const KeyType key); \
126 bool Prefix##MapRemove(const Prefix##Map *map, const KeyType key); \
127 void Prefix##MapClear(Prefix##Map *map); \
129 void Prefix##MapDestroy(Prefix##Map *map); \
131 bool Prefix##MapContainsSameKeys(const Prefix##Map *map1, const Prefix##Map *map2); \
132 void Prefix##MapPrintStats(const Prefix##Map *map, FILE *f); \
137 Prefix##Map *Prefix##MapNew(void) \
139 Prefix##Map *map = xcalloc(1, sizeof(Prefix##Map)); \
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
H A Dmap.h122 Prefix##Map *Prefix##MapNew(void); \
124 bool Prefix##MapHasKey(const Prefix##Map *map, const KeyType key); \
125 ValueType Prefix##MapGet(const Prefix##Map *map, const KeyType key); \
126 bool Prefix##MapRemove(const Prefix##Map *map, const KeyType key); \
127 void Prefix##MapClear(Prefix##Map *map); \
129 void Prefix##MapDestroy(Prefix##Map *map); \
131 bool Prefix##MapContainsSameKeys(const Prefix##Map *map1, const Prefix##Map *map2); \
132 void Prefix##MapPrintStats(const Prefix##Map *map, FILE *f); \
137 Prefix##Map *Prefix##MapNew(void) \
139 Prefix##Map *map = xcalloc(1, sizeof(Prefix##Map)); \
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dset.h62 Prefix##Set *Prefix##SetNew(void); \
63 void Prefix##SetAdd(const Prefix##Set *set, ElementType element); \
64 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
67 void Prefix##SetClear(Prefix##Set *set); \
68 size_t Prefix##SetSize(const Prefix##Set *set); \
69 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2); \
70 void Prefix##SetDestroy(Prefix##Set *set); \
71 Prefix##SetIterator Prefix##SetIteratorInit(Prefix##Set *set); \
88 …void Prefix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_func…
113 bool Prefix##SetIsEqual(const Prefix##Set *set1, const Prefix##Set *set2) \
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-tprint.adb56 Put (Prefix);
63 Put_Node (Prefix, Name);
94 Put_Node (Prefix, Name);
99 Disp_Property (Down (Prefix), S);
106 Put_Node_Line (Prefix, Name);
112 Put_Node (Prefix, Name);
123 Put_Node (Prefix, Name);
143 Put_Node_Line (Prefix, "next");
181 Put_Node_Line (Prefix, "|->");
205 Put_Node_Line (Prefix,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java35 private static class Prefix { class in AMD64InstructionDecoder
130 case Prefix.REX: in decodePosition()
131 case Prefix.REXB: in decodePosition()
132 case Prefix.REXX: in decodePosition()
133 case Prefix.REXXB: in decodePosition()
134 case Prefix.REXR: in decodePosition()
135 case Prefix.REXRB: in decodePosition()
136 case Prefix.REXRX: in decodePosition()
142 case Prefix.REXW: in decodePosition()
143 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java37 private static class Prefix { class in AMD64InstructionDecoder
134 case Prefix.REX: in decodePosition()
135 case Prefix.REXB: in decodePosition()
136 case Prefix.REXX: in decodePosition()
137 case Prefix.REXXB: in decodePosition()
138 case Prefix.REXR: in decodePosition()
139 case Prefix.REXRB: in decodePosition()
140 case Prefix.REXRX: in decodePosition()
146 case Prefix.REXW: in decodePosition()
147 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java35 private static class Prefix { class in AMD64InstructionDecoder
130 case Prefix.REX: in decodePosition()
131 case Prefix.REXB: in decodePosition()
132 case Prefix.REXX: in decodePosition()
133 case Prefix.REXXB: in decodePosition()
134 case Prefix.REXR: in decodePosition()
135 case Prefix.REXRB: in decodePosition()
136 case Prefix.REXRX: in decodePosition()
142 case Prefix.REXW: in decodePosition()
143 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java37 private static class Prefix { class in AMD64InstructionDecoder
134 case Prefix.REX: in decodePosition()
135 case Prefix.REXB: in decodePosition()
136 case Prefix.REXX: in decodePosition()
137 case Prefix.REXXB: in decodePosition()
138 case Prefix.REXR: in decodePosition()
139 case Prefix.REXRB: in decodePosition()
140 case Prefix.REXRX: in decodePosition()
146 case Prefix.REXW: in decodePosition()
147 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java37 private static class Prefix { class in AMD64InstructionDecoder
134 case Prefix.REX: in decodePosition()
135 case Prefix.REXB: in decodePosition()
136 case Prefix.REXX: in decodePosition()
137 case Prefix.REXXB: in decodePosition()
138 case Prefix.REXR: in decodePosition()
139 case Prefix.REXRB: in decodePosition()
140 case Prefix.REXRX: in decodePosition()
146 case Prefix.REXW: in decodePosition()
147 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java37 private static class Prefix { class in AMD64InstructionDecoder
134 case Prefix.REX: in decodePosition()
135 case Prefix.REXB: in decodePosition()
136 case Prefix.REXX: in decodePosition()
137 case Prefix.REXXB: in decodePosition()
138 case Prefix.REXR: in decodePosition()
139 case Prefix.REXRB: in decodePosition()
140 case Prefix.REXRX: in decodePosition()
146 case Prefix.REXW: in decodePosition()
147 case Prefix.REXWB: in decodePosition()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/amd64/
H A DAMD64InstructionDecoder.java37 private static class Prefix { class in AMD64InstructionDecoder
134 case Prefix.REX: in decodePosition()
135 case Prefix.REXB: in decodePosition()
136 case Prefix.REXX: in decodePosition()
137 case Prefix.REXXB: in decodePosition()
138 case Prefix.REXR: in decodePosition()
139 case Prefix.REXRB: in decodePosition()
140 case Prefix.REXRX: in decodePosition()
146 case Prefix.REXW: in decodePosition()
147 case Prefix.REXWB: in decodePosition()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated-fused/
H A D3_peg_itself8 <Prefix> :: 113 119
20 <Prefix> :: 146 155
38 <Prefix> :: 156 166
50 <Prefix> :: 192 201
68 <Prefix> :: 202 212
80 <Prefix> :: 238 241
86 <Prefix> :: 242 252
98 <Prefix> :: 278 282
111 <Prefix> :: 308 317
129 <Prefix> :: 318 328
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-fused/
H A D3_peg_itself8 <Prefix> :: 18 24
20 <Prefix> :: 51 60
38 <Prefix> :: 61 71
50 <Prefix> :: 97 106
68 <Prefix> :: 107 117
80 <Prefix> :: 143 146
86 <Prefix> :: 147 157
98 <Prefix> :: 183 187
111 <Prefix> :: 213 222
129 <Prefix> :: 223 233
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-fused/
H A D3_peg_itself8 <Prefix> :: 18 24
20 <Prefix> :: 51 60
38 <Prefix> :: 61 71
50 <Prefix> :: 97 106
68 <Prefix> :: 107 117
80 <Prefix> :: 143 146
86 <Prefix> :: 147 157
98 <Prefix> :: 183 187
111 <Prefix> :: 213 222
129 <Prefix> :: 223 233
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/tests/data/ok/peg_peg-ast-templated-fused/
H A D3_peg_itself8 <Prefix> :: 113 119
20 <Prefix> :: 146 155
38 <Prefix> :: 156 166
50 <Prefix> :: 192 201
68 <Prefix> :: 202 212
80 <Prefix> :: 238 241
86 <Prefix> :: 242 252
98 <Prefix> :: 278 282
111 <Prefix> :: 308 317
129 <Prefix> :: 318 328
[all …]

12345678910>>...372