Home
last modified time | relevance | path

Searched refs:MAX_RECS (Results 1 – 8 of 8) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dtst_small.c274 #define MAX_RECS 10 macro
281 char data[MAX_RECS], data_in; in test_one_growing()
286 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing()
300 for (r = 0; r < MAX_RECS; r++) in test_one_growing()
337 #define MAX_RECS 10 macro
345 char data[MAX_RECS], data_in; in test_one_growing_with_att()
357 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing_with_att()
363 for (r = 0; r < MAX_RECS; r++) in test_one_growing_with_att()
401 char data[MAX_RECS], data_in; in test_two_growing_with_att()
414 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_two_growing_with_att()
[all …]
H A Dtst_diskless3.c27 #define MAX_RECS 10 macro
75 char data[MAX_RECS], data_in; in test_two_growing_with_att()
88 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_two_growing_with_att()
91 for (r = 0; r < MAX_RECS; r++) in test_two_growing_with_att()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dtst_small.c274 #define MAX_RECS 10 macro
281 char data[MAX_RECS], data_in; in test_one_growing()
286 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing()
300 for (r = 0; r < MAX_RECS; r++) in test_one_growing()
337 #define MAX_RECS 10 macro
345 char data[MAX_RECS], data_in; in test_one_growing_with_att()
357 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing_with_att()
363 for (r = 0; r < MAX_RECS; r++) in test_one_growing_with_att()
401 char data[MAX_RECS], data_in; in test_two_growing_with_att()
414 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_two_growing_with_att()
[all …]
H A Dtst_diskless3.c29 #define MAX_RECS 10 macro
116 char data[MAX_RECS], data_in; in test_two_growing_with_att()
129 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_two_growing_with_att()
132 for (r = 0; r < MAX_RECS; r++) in test_two_growing_with_att()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/
H A Dtst_small.c213 #define MAX_RECS 10 macro
220 char data[MAX_RECS], data_in; in test_one_growing()
225 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing()
239 for (r = 0; r < MAX_RECS; r++) in test_one_growing()
264 #define MAX_RECS 10 macro
272 char data[MAX_RECS], data_in; in test_one_growing_with_att()
284 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_one_growing_with_att()
290 for (r = 0; r < MAX_RECS; r++) in test_one_growing_with_att()
326 char data[MAX_RECS], data_in; in test_two_growing_with_att()
339 for (data[0] = 'a', r = 1; r < MAX_RECS; r++) in test_two_growing_with_att()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dsam.c1561 #define MAX_RECS 1000 macro
1579 ref = malloc(MAX_RECS + SEQ_LEN + 1); in generator()
1581 for (i = 0; i < MAX_RECS + SEQ_LEN; i++) { in generator()
1588 ref[MAX_RECS + SEQ_LEN] = '\0'; in generator()
1596 for (i = 0; i < MAX_RECS; i++) { in generator()
1660 size_t bufsz = MAX_RECS * REC_LENGTH, nrecs = 0, i; in test_mempolicy()
1661 bam1_t *recs = calloc(MAX_RECS, sizeof(bam1_t)); in test_mempolicy()
1713 MAX_RECS, buffer, bufsz, &nrecs) < 0) in test_mempolicy()
1725 for (i = 0; i < MAX_RECS; i += 11) { in test_mempolicy()
1789 for (i = 0; i < MAX_RECS; i += 11) { in test_mempolicy()
[all …]
/dports/biology/htslib/htslib-1.14/test/
H A Dsam.c1561 #define MAX_RECS 1000 macro
1579 ref = malloc(MAX_RECS + SEQ_LEN + 1); in generator()
1581 for (i = 0; i < MAX_RECS + SEQ_LEN; i++) { in generator()
1588 ref[MAX_RECS + SEQ_LEN] = '\0'; in generator()
1596 for (i = 0; i < MAX_RECS; i++) { in generator()
1660 size_t bufsz = MAX_RECS * REC_LENGTH, nrecs = 0, i; in test_mempolicy()
1661 bam1_t *recs = calloc(MAX_RECS, sizeof(bam1_t)); in test_mempolicy()
1713 MAX_RECS, buffer, bufsz, &nrecs) < 0) in test_mempolicy()
1725 for (i = 0; i < MAX_RECS; i += 11) { in test_mempolicy()
1789 for (i = 0; i < MAX_RECS; i += 11) { in test_mempolicy()
[all …]
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqlow.h58 #define MAX_RECS 2 macro