Home
last modified time | relevance | path

Searched refs:valuetype (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/work/ZBStudioPlugin/
H A Dsolarus_lua_api.lua99 valuetype = ""
109 valuetype = ""
119 valuetype = ""
2072 valuetype = ""
2107 valuetype = ""
2132 valuetype = ""
2144 valuetype = ""
2167 valuetype = ""
2193 valuetype = ""
2519 valuetype = ""
[all …]
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/
H A Dlinkedlist.h10 template <class valuetype>
15 linkedlistnode(valuetype value);
23 void setValue(valuetype value);
26 valuetype getValue() const;
59 template < class valuetype >
80 void append(valuetype value);
89 valuetype value);
99 valuetype value);
226 linkedlistnode<valuetype> *find(valuetype value);
231 linkedlistnode<valuetype>
[all …]
H A Dsinglylinkedlist.h11 template <class valuetype>
24 void setValue(valuetype value);
27 valuetype getValue() const;
63 template < class valuetype >
77 void prepend(valuetype value);
85 void append(valuetype value);
94 valuetype value);
124 bool remove(valuetype value);
226 singlylinkedlistnode<valuetype> *find(valuetype value);
231 singlylinkedlistnode<valuetype>
[all …]
H A Davltree.h10 template <class valuetype>
15 avltreenode(valuetype value);
23 valuetype getValue() const;
76 template < class valuetype >
89 void insert(valuetype value);
96 avltreenode<valuetype>
105 bool remove(valuetype value);
132 bool removeAll(valuetype value);
211 avltreenode<valuetype> *find(valuetype value);
216 avltreenode<valuetype>
[all …]
H A Ddictionary.h11 template <class keytype, class valuetype>
16 dictionarynode(keytype key, valuetype value);
27 void setValue(valuetype value);
33 valuetype getValue() const;
62 template <class keytype, class valuetype>
115 void setValue(keytype key, valuetype value);
154 valuetype getValue(keytype key);
219 dictionarynode<keytype,valuetype> *node);
227 dictionarynode<keytype,valuetype> *node);
234 dictionarynode<keytype,valuetype> *node);
[all …]
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Ddynamicarrayinlines.h6 template< class valuetype >
12 template< class valuetype >
19 template< class valuetype >
21 dynamicarray<valuetype>::dynamicarray(const dynamicarray<valuetype> &v) { in dynamicarray()
26 template< class valuetype >
28 dynamicarray<valuetype> &dynamicarray<valuetype>::operator=(
38 template< class valuetype >
100 valuetype &dynamicarray<valuetype>::operator[](uint64_t index) {
131 valuetype *newext=new valuetype[inc]; in extend()
140 valuetype &dynamicarray<valuetype>::find(uint64_t index) { in find()
[all …]
H A Dstaticarrayinlines.h10 data=new valuetype[len]; in staticarray()
18 data=new valuetype[len]; in staticarray()
31 valuetype *a=&(data[i]); in staticarray()
32 valuetype *b=&(v.data[i]); in staticarray()
39 staticarray<valuetype,length> &staticarray<valuetype,length>::operator=(
43 data=new valuetype[len];
56 valuetype *a=&(data[i]);
57 valuetype *b=&(v.data[i]);
72 valuetype &staticarray<valuetype,length>::operator[](uint64_t index) {
86 ((valuetype *)&data[i])->~valuetype(); in clear()
[all …]
H A Dlinkedlistinlines.h72 valuetype value) { in insertBefore()
96 valuetype value) { in insertAfter()
196 linkedlistnode<valuetype> *next; in removeAll()
213 linkedlistnode<valuetype> *next; in removeAllAndDelete()
230 linkedlistnode<valuetype> *next; in removeAllAndArrayDelete()
347 linkedlistnode<valuetype> *LINKEDLIST_CLASS::find(valuetype value) { in find()
355 valuetype value) { in find()
486 linkedlistnode<valuetype> **heap= in heapSort()
621 linkedlistnode<valuetype> *next; in clear()
636 linkedlistnode<valuetype> *next; in clearAndDelete()
[all …]
H A Davltreenode.h4 void insert(avltreenode<valuetype> *node,
5 avltreenode<valuetype> **treetop);
13 avltreenode<valuetype> **treetop);
15 avltreenode<valuetype> **treetop);
16 avltreenode<valuetype> *leftRotate(
18 avltreenode<valuetype> *rightRotate(
23 void setValue(valuetype value);
29 valuetype value;
30 avltreenode<valuetype> *parent;
31 avltreenode<valuetype> *left;
[all …]
H A Dsinglylinkedlistinlines.h70 singlylinkedlistnode<valuetype> *node, in insertAfter()
71 valuetype value) { in insertAfter()
78 singlylinkedlistnode<valuetype> *node, in insertAfter()
94 singlylinkedlistnode<valuetype> *node, in moveAfter()
284 singlylinkedlistnode<valuetype> *temp= in removeAll()
331 singlylinkedlistnode<valuetype> *temp= in removeAllAndDelete()
539 singlylinkedlistnode<valuetype> *SINGLYLINKEDLIST_CLASS::find(valuetype value) { in find()
547 valuetype value) { in find()
782 singlylinkedlistnode<valuetype> *next; in clear()
797 singlylinkedlistnode<valuetype> *next; in clearAndDelete()
[all …]
H A Ddictionaryinlines.h8 template <class keytype, class valuetype>
11 dictionary<keytype,valuetype>
60 valuetype *value=values; in setValues()
73 valuetype const *value=values; in setValues()
88 valuetype *value=values; in setValues()
103 valuetype const *value=values; in setValues()
139 valuetype value; in getValue()
143 return (valuetype)0; in getValue()
604 dictionarynode<keytype,valuetype> fnode(key,(valuetype)0); in find()
609 template <class keytype, class valuetype>
[all …]
H A Davltreeinlines.h11 #define AVLTREE_CLASS avltree<valuetype>
81 avltreenode<valuetype> *AVLTREE_CLASS::detach(avltreenode<valuetype> *node) { in detach()
215 avltreenode<valuetype> *node) { in getPrevious()
222 avltreenode<valuetype> *node) { in getNext()
228 avltreenode<valuetype> *AVLTREE_CLASS::find(valuetype value) { in find()
236 valuetype value) { in find()
754 avltreenode<valuetype> *top=this; in detach()
1086 avltreenode<valuetype> *a=this; in leftRotate()
1155 avltreenode<valuetype> *a=this; in rightLeftRotate()
1222 avltreenode<valuetype> *c=this; in rightRotate()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/core/
H A Ddbcsr_list.fypp41 TYPE private_item_type_${valuetype}$
47 TYPE private_item_p_type_${valuetype}$
53 TYPE list_${valuetype}$_type
57 END TYPE list_${valuetype}$_type
129 END SUBROUTINE list_${valuetype}$_set
185 !! Is equivalent to: list_${valuetype}$_get(list, list_${valuetype}$_size(list))
196 END FUNCTION list_${valuetype}$_peek
202 !! value = list_${valuetype}$_get(list, list_${valuetype}$_size(list))
203 !! call list_${valuetype}$_del(list, list_${valuetype}$_size(list))
216 END FUNCTION list_${valuetype}$_pop
[all …]
H A Ddbcsr_dict.F30 PUBLIC :: dict_${keytype}$_${valuetype}$_type
31 PUBLIC :: dict_${keytype}$_${valuetype}$_item_type
38 TYPE private_item_type_${keytype}$_${valuetype}$
47 TYPE private_item_p_type_${keytype}$_${valuetype}$
53 TYPE dict_${keytype}$_${valuetype}$_type
57 END TYPE dict_${keytype}$_${valuetype}$_type
60 TYPE dict_${keytype}$_${valuetype}$_item_type
63 END TYPE dict_${keytype}$_${valuetype}$_item_type
174 END SUBROUTINE dict_${keytype}$_${valuetype}$_set
294 END FUNCTION dict_${keytype}$_${valuetype}$_get
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/core/
H A Ddbcsr_list.fypp41 TYPE private_item_type_${valuetype}$
47 TYPE private_item_p_type_${valuetype}$
53 TYPE list_${valuetype}$_type
57 END TYPE list_${valuetype}$_type
129 END SUBROUTINE list_${valuetype}$_set
185 !! Is equivalent to: list_${valuetype}$_get(list, list_${valuetype}$_size(list))
196 END FUNCTION list_${valuetype}$_peek
202 !! value = list_${valuetype}$_get(list, list_${valuetype}$_size(list))
203 !! call list_${valuetype}$_del(list, list_${valuetype}$_size(list))
216 END FUNCTION list_${valuetype}$_pop
[all …]
H A Ddbcsr_dict.F30 PUBLIC :: dict_${keytype}$_${valuetype}$_type
31 PUBLIC :: dict_${keytype}$_${valuetype}$_item_type
38 TYPE private_item_type_${keytype}$_${valuetype}$
47 TYPE private_item_p_type_${keytype}$_${valuetype}$
53 TYPE dict_${keytype}$_${valuetype}$_type
57 END TYPE dict_${keytype}$_${valuetype}$_type
60 TYPE dict_${keytype}$_${valuetype}$_item_type
63 END TYPE dict_${keytype}$_${valuetype}$_item_type
199 END SUBROUTINE dict_${keytype}$_${valuetype}$_set
319 END FUNCTION dict_${keytype}$_${valuetype}$_get
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dlist.fypp35 TYPE private_item_type_${valuetype}$
41 TYPE private_item_p_type_${valuetype}$
47 TYPE list_${valuetype}$_type
51 END TYPE list_${valuetype}$_type
146 END SUBROUTINE list_${valuetype}$_set
215 !> Is equivalent to: list_${valuetype}$_get(list, list_${valuetype}$_size(list))
232 END FUNCTION list_${valuetype}$_peek
238 !> value = list_${valuetype}$_get(list, list_${valuetype}$_size(list))
239 !> call list_${valuetype}$_del(list, list_${valuetype}$_size(list))
259 END FUNCTION list_${valuetype}$_pop
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dlist.fypp35 TYPE private_item_type_${valuetype}$
41 TYPE private_item_p_type_${valuetype}$
47 TYPE list_${valuetype}$_type
51 END TYPE list_${valuetype}$_type
146 END SUBROUTINE list_${valuetype}$_set
215 !> Is equivalent to: list_${valuetype}$_get(list, list_${valuetype}$_size(list))
232 END FUNCTION list_${valuetype}$_peek
238 !> value = list_${valuetype}$_get(list, list_${valuetype}$_size(list))
239 !> call list_${valuetype}$_del(list, list_${valuetype}$_size(list))
259 END FUNCTION list_${valuetype}$_pop
[all …]
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Dgalois.h40 typedef valuetype ValueType;
60 typedef valuetype ValueType;
155 GaloisTable<bits,generator,valuetype> Galois<bits,generator,valuetype>::table;
159 inline Galois<bits,generator,valuetype>::Galois(typename Galois<bits,generator,valuetype>::ValueTyp… in Galois()
165 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator * (const Galois<…
180 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator *= (const Galoi…
203 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator / (const Galois<…
222 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator /= (const Galoi…
243 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::pow(unsigned int right) c… in pow()
302 inline valuetype Galois<bits,generator,valuetype>::Log(void) const in Log()
[all …]
/dports/archivers/libpar2/libpar2-0.4/
H A Dgalois.h40 typedef valuetype ValueType;
60 typedef valuetype ValueType;
155 GaloisTable<bits,generator,valuetype> Galois<bits,generator,valuetype>::table;
159 inline Galois<bits,generator,valuetype>::Galois(typename Galois<bits,generator,valuetype>::ValueTyp… in Galois()
165 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator * (const Galois<…
180 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator *= (const Galoi…
203 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator / (const Galois<…
222 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator /= (const Galoi…
243 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::pow(unsigned int right) c… in pow()
302 inline valuetype Galois<bits,generator,valuetype>::Log(void) const in Log()
[all …]
/dports/news/nzbget/nzbget-21.1/lib/par2/
H A Dgalois.h43 typedef valuetype ValueType;
63 typedef valuetype ValueType;
158 GaloisTable<bits,generator,valuetype> Galois<bits,generator,valuetype>::table;
162 inline Galois<bits,generator,valuetype>::Galois(typename Galois<bits,generator,valuetype>::ValueTyp… in Galois()
168 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator * (const Galois<…
183 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator *= (const Galoi…
206 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::operator / (const Galois<…
225 …nline Galois<bits,generator,valuetype>& Galois<bits,generator,valuetype>::operator /= (const Galoi…
246 inline Galois<bits,generator,valuetype> Galois<bits,generator,valuetype>::pow(unsigned int right) c… in pow()
305 inline valuetype Galois<bits,generator,valuetype>::Log(void) const in Log()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dgsharing-valuetype-layout.il6 .assembly 'gsharing-valuetype-layout'
11 .module 'gsharing-valuetype-layout.exe'
31 …call valuetype [mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> valuetype [m…
32 …stfld valuetype [mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> valuetype T…
37 …ldfld valuetype [mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> valuetype T…
43 …ldflda valuetype [mscorlib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> valuetype
93 valuetype [mscorlib]System.Runtime.CompilerServices.TaskAwaiter V_4,
94 valuetype [mscorlib]System.Runtime.CompilerServices.TaskAwaiter V_5,
126 …stfld valuetype [mscorlib]System.Runtime.CompilerServices.TaskAwaiter valuetype TestMonoAsyncGener…
137 …ldfld valuetype [mscorlib]System.Runtime.CompilerServices.TaskAwaiter valuetype TestMonoAsyncGener…
[all …]
H A Denum_types.il124 valuetype Example.Int8Enum V_0,
125 valuetype Example.UInt8Enum V_1,
126 valuetype Example.BoolEnum V_2,
128 valuetype Example.Int16Enum V_3,
129 valuetype Example.UInt16Enum V_4,
130 valuetype Example.CharEnum V_5,
132 valuetype Example.Int32Enum V_6,
133 valuetype Example.UInt32Enum V_7,
135 valuetype Example.Int64Enum V_8,
136 valuetype Example.UInt64Enum V_9,
[all …]
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dexec.c817 CLASS_VALUE(instr).valuetype = T_INT; in exec_loopcnt()
998 …h(comparison_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_eq()
1063 …h(comparison_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_lt()
1107 …h(comparison_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_gt()
1151 …h(comparison_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_leq()
1195 …h(comparison_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_geq()
1255 …h(arithmetic_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_add()
1263 CLASS(instr)->value.valuetype = T_INT; in exec_add()
1300 …h(arithmetic_allowed_types[CLASS(instr->arg1)->value.valuetype][CLASS(instr->arg2)->value.valuetyp… in exec_sub()
1308 CLASS(instr)->value.valuetype = T_INT; in exec_sub()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/core/
H A DProcessingConfig.py90 valuetype=Setting.FOLDER))
107 valuetype=Setting.FILE))
112 valuetype=Setting.FILE))
117 valuetype=Setting.FILE))
122 valuetype=Setting.FILE))
127 valuetype=Setting.FILE))
132 valuetype=Setting.FILE))
151 valuetype=Setting.INT))
175 valuetype=Setting.FOLDER,
277 self.valuetype = valuetype
[all …]

12345678910>>...33