Home
last modified time | relevance | path

Searched refs:goodval (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dsubarray-pack.c133 int goodval; in subarray_1d_c_test1() local
136 goodval = 1; in subarray_1d_c_test1()
139 goodval = 2; in subarray_1d_c_test1()
142 goodval = 3; in subarray_1d_c_test1()
203 int goodval; in subarray_1d_fortran_test1() local
206 goodval = 1; in subarray_1d_fortran_test1()
209 goodval = 2; in subarray_1d_fortran_test1()
212 goodval = 3; in subarray_1d_fortran_test1()
276 int goodval; in subarray_2d_c_test1() local
350 int goodval; in subarray_2d_c_test2() local
[all …]
H A Dindexed-misc.c265 int goodval; in indexed_contig_test() local
269 goodval = 1; in indexed_contig_test()
272 goodval = 2; in indexed_contig_test()
275 goodval = 3; in indexed_contig_test()
278 goodval = 4; in indexed_contig_test()
281 goodval = 5; in indexed_contig_test()
284 goodval = 6; in indexed_contig_test()
287 goodval = 0; /* pack_and_unpack() zeros before unpack */ in indexed_contig_test()
290 if (buf[i] != goodval) { in indexed_contig_test()
293 i, buf[i], goodval); in indexed_contig_test()
H A Dsimple-pack.c175 int goodval; in vector_of_vectors_test() local
178 goodval = 1; in vector_of_vectors_test()
181 goodval = 2; in vector_of_vectors_test()
184 goodval = 3; in vector_of_vectors_test()
187 goodval = 4; in vector_of_vectors_test()
190 goodval = 0; in vector_of_vectors_test()
193 if (array[i] != goodval) { in vector_of_vectors_test()
196 i, array[i], goodval); in vector_of_vectors_test()
H A Dsimple-pack-external.c176 int goodval; in vector_of_vectors_test() local
179 goodval = 1; in vector_of_vectors_test()
182 goodval = 2; in vector_of_vectors_test()
185 goodval = 3; in vector_of_vectors_test()
188 goodval = 4; in vector_of_vectors_test()
191 goodval = 0; in vector_of_vectors_test()
194 if (array[i] != goodval) { in vector_of_vectors_test()
197 i, array[i], goodval); in vector_of_vectors_test()
H A Dhindexed_block.c139 int goodval; in hindexed_block_contig_test() local
143 goodval = 7; in hindexed_block_contig_test()
146 goodval = 0; /* pack_and_unpack() zeros before unpack */ in hindexed_block_contig_test()
149 if (buf[i] != goodval) { in hindexed_block_contig_test()
152 fprintf(stderr, "buf[%d] = %d; should be %d\n", i, buf[i], goodval); in hindexed_block_contig_test()
H A Dblockindexed-misc.c140 int goodval; in blockindexed_contig_test() local
144 goodval = 7; in blockindexed_contig_test()
147 goodval = 0; /* pack_and_unpack() zeros before unpack */ in blockindexed_contig_test()
150 if (buf[i] != goodval) { in blockindexed_contig_test()
153 i, buf[i], goodval); in blockindexed_contig_test()
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dsubarray_pack.c118 int goodval; in subarray_1d_c_test1() local
121 goodval = 1; in subarray_1d_c_test1()
124 goodval = 2; in subarray_1d_c_test1()
127 goodval = 3; in subarray_1d_c_test1()
185 int goodval; in subarray_1d_fortran_test1() local
188 goodval = 1; in subarray_1d_fortran_test1()
255 int goodval; in subarray_2d_c_test1() local
326 int goodval; in subarray_2d_c_test2() local
403 int goodval; in subarray_4d_c_test1() local
493 int goodval; in subarray_4d_fortran_test1() local
[all …]
H A Dsimple_pack.c146 int goodval; in vector_of_vectors_test() local
149 goodval = 1; in vector_of_vectors_test()
152 goodval = 2; in vector_of_vectors_test()
155 goodval = 3; in vector_of_vectors_test()
158 goodval = 4; in vector_of_vectors_test()
161 goodval = 0; in vector_of_vectors_test()
164 if (array[i] != goodval) { in vector_of_vectors_test()
167 fprintf(stderr, "array[%d] = %d; should be %d\n", i, array[i], goodval); in vector_of_vectors_test()
H A Dsimple_pack_external.c155 int goodval; in vector_of_vectors_test() local
158 goodval = 1; in vector_of_vectors_test()
161 goodval = 2; in vector_of_vectors_test()
164 goodval = 3; in vector_of_vectors_test()
167 goodval = 4; in vector_of_vectors_test()
170 goodval = 0; in vector_of_vectors_test()
173 if (array[i] != goodval) { in vector_of_vectors_test()
176 fprintf(stderr, "array[%d] = %d; should be %d\n", i, array[i], goodval); in vector_of_vectors_test()
H A Dindexed_misc.c266 int goodval; in indexed_contig_test() local
270 goodval = 1; in indexed_contig_test()
273 goodval = 2; in indexed_contig_test()
276 goodval = 3; in indexed_contig_test()
279 goodval = 4; in indexed_contig_test()
282 goodval = 5; in indexed_contig_test()
285 goodval = 6; in indexed_contig_test()
288 goodval = 0; /* pack_and_unpack() zeros before unpack */ in indexed_contig_test()
291 if (buf[i] != goodval) { in indexed_contig_test()
294 fprintf(stderr, "buf[%d] = %d; should be %d\n", i, buf[i], goodval); in indexed_contig_test()
H A Dindexed_misc_oldapi.c269 int goodval; in indexed_contig_test() local
273 goodval = 1; in indexed_contig_test()
276 goodval = 2; in indexed_contig_test()
279 goodval = 3; in indexed_contig_test()
282 goodval = 4; in indexed_contig_test()
285 goodval = 5; in indexed_contig_test()
288 goodval = 6; in indexed_contig_test()
291 goodval = 0; /* pack_and_unpack() zeros before unpack */ in indexed_contig_test()
294 if (buf[i] != goodval) { in indexed_contig_test()
297 fprintf(stderr, "buf[%d] = %d; should be %d\n", i, buf[i], goodval); in indexed_contig_test()
H A Dblockindexed_misc.c121 int goodval; in blockindexed_contig_test() local
125 goodval = 7; in blockindexed_contig_test()
128 goodval = 0; /* pack_and_unpack() zeros before unpack */ in blockindexed_contig_test()
131 if (buf[i] != goodval) { in blockindexed_contig_test()
134 fprintf(stderr, "buf[%d] = %d; should be %d\n", i, buf[i], goodval); in blockindexed_contig_test()
H A Dhindexed_block.c131 int goodval; in hindexed_block_contig_test() local
135 goodval = 7; in hindexed_block_contig_test()
138 goodval = 0; /* pack_and_unpack() zeros before unpack */ in hindexed_block_contig_test()
141 if (buf[i] != goodval) { in hindexed_block_contig_test()
144 fprintf(stderr, "buf[%d] = %d; should be %d\n", i, buf[i], goodval); in hindexed_block_contig_test()
/dports/devel/p5-Function-Parameters/Function-Parameters-2.001003/t/foreign/Method-Signatures/
H A Dtype_check.t79 my ($name, $type, $goodval, $badval) = splice @TYPES, 0, 4;
80 note "name/type/goodval/badval $name/$type/$goodval/$badval";
89 my @vals = _list($goodval);
/dports/devel/p5-Method-Signatures/Method-Signatures-20170211/t/
H A Dtype_check.t73 my ($name, $type, $goodval, $badval) = splice @TYPES, 0, 4;
74 note "name/type/goodval/badval $name/$type/$goodval/$badval";
82 my @vals = _list($goodval);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/www/libnghttp2/nghttp2-1.46.0/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/www/nghttp2/nghttp2-1.46.0/tests/
H A Dnghttp2_helper_test.c161 uint8_t goodval[] = {'a', 'b', 0x80u, 'c', 0xffu, 'd', '\t', ' '}; in test_nghttp2_check_header_value() local
166 CU_ASSERT(check_header_value(goodval)); in test_nghttp2_check_header_value()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/tests/
H A Dplain.mft23 %%% penoffset goodval direction directionpoint %%%% operators that take "of"
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/tests/
H A Dplain.mft23 %%% penoffset goodval direction directionpoint %%%% operators that take "of"
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/tests/
H A Dplain.mft23 %%% penoffset goodval direction directionpoint %%%% operators that take "of"
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/tests/
H A Dplain.mft23 %%% penoffset goodval direction directionpoint %%%% operators that take "of"

12