Home
last modified time | relevance | path

Searched refs:array (Results 201 – 225 of 72021) sorted by relevance

12345678910>>...2881

/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfscanf_variation39.phpt93 array(1) {
97 array(1) {
101 array(1) {
105 array(1) {
109 array(1) {
113 array(1) {
117 array(1) {
121 array(1) {
125 array(1) {
129 array(1) {
[all …]
H A Dfscanf_variation27.phpt92 array(1) {
96 array(1) {
100 array(1) {
104 array(1) {
108 array(1) {
112 array(1) {
116 array(1) {
120 array(1) {
124 array(1) {
128 array(1) {
[all …]
H A Dfscanf_variation33.phpt98 array(1) {
102 array(1) {
106 array(1) {
110 array(1) {
114 array(1) {
118 array(1) {
122 array(1) {
126 array(1) {
130 array(1) {
134 array(1) {
[all …]
H A Dfscanf_variation45.phpt87 array(1) {
91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
[all …]
H A Dfscanf_variation2.phpt87 array(1) {
91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
[all …]
H A Dfscanf_variation20.phpt91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
127 array(1) {
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dfscanf_variation2.phpt87 array(1) {
91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
[all …]
H A Dfscanf_variation20.phpt91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
127 array(1) {
[all …]
H A Dfscanf_variation27.phpt92 array(1) {
96 array(1) {
100 array(1) {
104 array(1) {
108 array(1) {
112 array(1) {
116 array(1) {
120 array(1) {
124 array(1) {
128 array(1) {
[all …]
H A Dfscanf_variation39.phpt93 array(1) {
97 array(1) {
101 array(1) {
105 array(1) {
109 array(1) {
113 array(1) {
117 array(1) {
121 array(1) {
125 array(1) {
129 array(1) {
[all …]
H A Dfscanf_variation45.phpt87 array(1) {
91 array(1) {
95 array(1) {
99 array(1) {
103 array(1) {
107 array(1) {
111 array(1) {
115 array(1) {
119 array(1) {
123 array(1) {
[all …]
H A Dfscanf_variation33.phpt98 array(1) {
102 array(1) {
106 array(1) {
110 array(1) {
114 array(1) {
118 array(1) {
122 array(1) {
126 array(1) {
130 array(1) {
134 array(1) {
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Darray.c71 array->destructor(array->items[array->itemCount]); in WMEmptyArray()
106 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMAppendArray()
118 if (array->itemCount >= array->allocSize) { in WMAddToArray()
120 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMAddToArray()
122 array->items[array->itemCount] = item; in WMAddToArray()
134 if (array->itemCount >= array->allocSize) { in WMInsertInArray()
136 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMInsertInArray()
176 array->destructor(array->items[index]); in WMDeleteFromArray()
225 if (array == NULL || array->itemCount <= 0) in WMPopFromArray()
230 return array->items[array->itemCount]; in WMPopFromArray()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Darray.c71 array->destructor(array->items[array->itemCount]); in WMEmptyArray()
106 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMAppendArray()
118 if (array->itemCount >= array->allocSize) { in WMAddToArray()
120 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMAddToArray()
122 array->items[array->itemCount] = item; in WMAddToArray()
134 if (array->itemCount >= array->allocSize) { in WMInsertInArray()
136 array->items = wrealloc(array->items, sizeof(void *) * array->allocSize); in WMInsertInArray()
176 array->destructor(array->items[index]); in WMDeleteFromArray()
225 if (array == NULL || array->itemCount <= 0) in WMPopFromArray()
230 return array->items[array->itemCount]; in WMPopFromArray()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/modules/
H A Dadios2_functions_allocate_mod.f9076 if (allocated(array)) deallocate (array)
86 if (allocated(array)) deallocate (array)
96 if (allocated(array)) deallocate (array)
106 if (allocated(array)) deallocate (array)
116 if (allocated(array)) deallocate (array)
126 if (allocated(array)) deallocate (array)
136 if (allocated(array)) deallocate (array)
146 if (allocated(array)) deallocate (array)
157 if (allocated(array)) deallocate (array)
167 if (allocated(array)) deallocate (array)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp41 P array[] = in test() local
54 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
70 P array[] = in test() local
83 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
110 P array[] = in test() local
123 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
152 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
181 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
210 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
239 const unsigned size = sizeof(array)/sizeof(array[0]); in test()
[all …]

12345678910>>...2881