Home
last modified time | relevance | path

Searched refs:MAXLEN (Results 1 – 25 of 1351) sorted by relevance

12345678910>>...55

/dports/biology/vt/vt-0.57721/
H A Dlhmm.cpp103 scoreX = new double[MAXLEN*MAXLEN]; in initialize()
104 scoreY = new double[MAXLEN*MAXLEN]; in initialize()
105 scoreM = new double[MAXLEN*MAXLEN]; in initialize()
106 scoreI = new double[MAXLEN*MAXLEN]; in initialize()
111 pathX = new char[MAXLEN*MAXLEN]; in initialize()
112 pathY = new char[MAXLEN*MAXLEN]; in initialize()
113 pathM = new char[MAXLEN*MAXLEN]; in initialize()
114 pathI = new char[MAXLEN*MAXLEN]; in initialize()
115 pathD = new char[MAXLEN*MAXLEN]; in initialize()
116 pathW = new char[MAXLEN*MAXLEN]; in initialize()
[all …]
/dports/www/sarg/sarg-2.4.0/include/
H A Dconf.h176 #define MAXLEN 20000 macro
313 char code[MAXLEN];
315 char tmp[MAXLEN];
317 char html[MAXLEN];
335 char name[MAXLEN];
423 char val1[MAXLEN];
424 char val3[MAXLEN];
425 char val5[MAXLEN];
426 char val6[MAXLEN];
427 char val7[MAXLEN];
[all …]
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Dconfigfile.h56 char event_type[MAXLEN];
135 char conninfo[MAXLEN];
144 char log_level[MAXLEN];
145 char log_facility[MAXLEN];
188 char location[MAXLEN];
233 char barman_host[MAXLEN];
234 char barman_server[MAXLEN];
239 char ssh_options[MAXLEN];
263 char slot[MAXLEN];
264 char wal_method[MAXLEN];
[all …]
H A Drepmgr-client-global.h66 char dbname[MAXLEN];
67 char host[MAXLEN];
68 char username[MAXLEN];
69 char port[MAXLEN];
72 char remote_user[MAXLEN];
73 char superuser[MAXLEN];
88 char replication_user[MAXLEN];
128 char config_files[MAXLEN];
131 char action[MAXLEN];
138 char event[MAXLEN];
[all …]
/dports/audio/aqualung/aqualung-1.0/src/
H A Doptions.h34 char home[MAXLEN];
37 char confdir[MAXLEN];
40 char cwd[MAXLEN];
43 char audiodir[MAXLEN];
44 char currdir[MAXLEN];
45 char exportdir[MAXLEN];
46 char plistdir[MAXLEN];
47 char podcastdir[MAXLEN];
48 char ripdir[MAXLEN];
49 char storedir[MAXLEN];
[all …]
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Dwavpack_tag.c36 #define MAXLEN 1024 macro
74 gchar field[MAXLEN] = { 0, }; in wavpack_tag_read_file_tag()
122 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
133 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
143 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
154 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
187 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
198 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
230 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
241 memset (field, '\0', MAXLEN); in wavpack_tag_read_file_tag()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.h53 char gretldir[MAXLEN];
54 char workdir[MAXLEN];
56 char gnuplot[MAXLEN];
58 char x12a[MAXLEN];
59 char tramo[MAXLEN];
62 char oxlpath[MAXLEN];
63 char octpath[MAXLEN];
65 char pypath[MAXLEN];
66 char jlpath[MAXLEN];
67 char lppath[MAXLEN];
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/io/
H A Di_types_with_zeros.c16 #define MAXLEN 9 macro
36 int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN]; in test_indexed_with_zeros()
41 MPI_Datatype types[MAXLEN]; in test_indexed_with_zeros()
42 MPI_Aint addrs[MAXLEN]; in test_indexed_with_zeros()
48 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
57 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
63 err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
74 for (i = 0; i < MAXLEN; i++) { in test_indexed_with_zeros()
100 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
124 err = MPI_File_read(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/test/
H A Dtypes_with_zeros.c15 #define MAXLEN 9 macro
35 int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN]; in test_indexed_with_zeros()
39 MPI_Datatype types[MAXLEN]; in test_indexed_with_zeros()
40 MPI_Aint addrs[MAXLEN]; in test_indexed_with_zeros()
46 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
55 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
61 err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
72 for (i = 0; i < MAXLEN; i++) { in test_indexed_with_zeros()
99 for (i = 0; i < MAXLEN; i++) in test_indexed_with_zeros()
120 err = MPI_File_read(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/test/
H A Dtypes_with_zeros.c10 #define MAXLEN 9 macro
30 int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN]; in test_indexed_with_zeros()
34 MPI_Datatype types[MAXLEN]; in test_indexed_with_zeros()
35 MPI_Aint addrs[MAXLEN]; in test_indexed_with_zeros()
41 for (i=0; i<MAXLEN; i++) nelms[i] = 0; in test_indexed_with_zeros()
47 for (i=0; i<MAXLEN; i++) buf[i] = -999; in test_indexed_with_zeros()
51 err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
60 for (i=0; i<MAXLEN; i++) { in test_indexed_with_zeros()
87 for (i=0; i<MAXLEN; i++) buf[i] = 1; in test_indexed_with_zeros()
102 err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/test/
H A Dtypes_with_zeros.c16 #define MAXLEN 9 macro
36 int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN]; in test_indexed_with_zeros()
40 MPI_Datatype types[MAXLEN]; in test_indexed_with_zeros()
41 MPI_Aint addrs[MAXLEN]; in test_indexed_with_zeros()
47 for (i=0; i<MAXLEN; i++) nelms[i] = 0; in test_indexed_with_zeros()
53 for (i=0; i<MAXLEN; i++) buf[i] = -999; in test_indexed_with_zeros()
57 err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
66 for (i=0; i<MAXLEN; i++) { in test_indexed_with_zeros()
93 for (i=0; i<MAXLEN; i++) buf[i] = 1; in test_indexed_with_zeros()
108 err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status); in test_indexed_with_zeros()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Ddrvrnet.c202 #define MAXLEN 1200 macro
289 char recbuf[MAXLEN]; in http_open()
417 char recbuf[MAXLEN]; in http_compress_open()
760 char fn[MAXLEN]; in http_open_network()
761 char turl[MAXLEN]; in http_open_network()
771 char pfn[MAXLEN]; in http_open_network()
1731 char url[MAXLEN]; in ftps_open_network()
2560 char fn[MAXLEN]; in ftp_open_network()
2842 char fn[MAXLEN]; in ftp_file_exist()
4174 char fn[MAXLEN]; in root_openfile()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Ddrvrnet.c202 #define MAXLEN 1200 macro
289 char recbuf[MAXLEN]; in http_open()
417 char recbuf[MAXLEN]; in http_compress_open()
760 char fn[MAXLEN]; in http_open_network()
761 char turl[MAXLEN]; in http_open_network()
771 char pfn[MAXLEN]; in http_open_network()
1731 char url[MAXLEN]; in ftps_open_network()
2560 char fn[MAXLEN]; in ftp_open_network()
2842 char fn[MAXLEN]; in ftp_file_exist()
4174 char fn[MAXLEN]; in root_openfile()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dgenerichash3.c8 #define MAXLEN 64 in main() macro
16 unsigned char in[MAXLEN]; in main()
28 for (i = 0; i < MAXLEN; ++i) { in main()
45 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
56 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
68 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
80 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
90 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
99 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
148 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
[all …]
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dgenerichash3.c8 #define MAXLEN 64 in main() macro
16 unsigned char in[MAXLEN]; in main()
28 for (i = 0; i < MAXLEN; ++i) { in main()
45 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
56 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
68 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
80 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
90 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
99 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
148 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dgenerichash3.c8 #define MAXLEN 64 in main() macro
16 unsigned char in[MAXLEN]; in main()
28 for (i = 0; i < MAXLEN; ++i) { in main()
45 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
56 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
68 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
80 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
90 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
99 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
148 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dgenerichash3.c8 #define MAXLEN 64 in main() macro
16 unsigned char in[MAXLEN]; in main()
28 for (i = 0; i < MAXLEN; ++i) { in main()
45 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
56 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
68 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
80 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
90 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
99 out, crypto_generichash_blake2b_BYTES_MAX, in, MAXLEN, in main()
148 crypto_generichash_blake2b_update(&st, in, MAXLEN); in main()
[all …]
/dports/security/p5-Data-Password/Data-Password-1.12/
H A DPassword.pm10 use vars qw($DICTIONARY $FOLLOWING $GROUPS $MINLEN $MAXLEN $SKIPCHAR
15 @DICTIONARIES $MINLEN $MAXLEN IsBadPassword IsBadPasswordForUNIX);
28 $MAXLEN = 8;
107 return 1 if ($MAXLEN && $len > $MAXLEN);
114 if ($MAXLEN && $MINLEN) {
115 return "Not between $MINLEN and $MAXLEN characters";
117 elsif (!$MAXLEN) { return "Not $MINLEN characters or greater"; }
118 else { return "Not less than or equal to $MAXLEN characters"; }
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/crypto/siphash24/test/
H A Drun.c86 #define MAXLEN (sizeof(vectors)/sizeof(vectors[0])) macro
95 uint8_t in[MAXLEN]; in main()
99 plan_tests(1 + MAXLEN * 2); in main()
107 for (i = 0; i < MAXLEN; ++i) { in main()
115 memcpy(&v, vectors[MAXLEN-1], sizeof(v)); in main()
116 for (i = 0; i < MAXLEN; ++i) { in main()
120 siphash24_update(&ctx, in + i, MAXLEN - i - 1); in main()
/dports/textproc/openfts/Search-OpenFTS-0.40/examples/Dict/
H A DIntegerDict.pm8 $self->{MAXLEN} =
9 ( exists $opt{MAXLEN} && defined $opt{MAXLEN} ) ? $opt{MAXLEN} : 6;
21 return $1 . substr( $2, 0, $self->{MAXLEN} );
31 return ( ( length($2) > $self->{MAXLEN} ) ? 1 : 0 );
/dports/misc/nsf/nsf-1.0/
H A Dnsf.h12 #define MAXLEN 180 macro
22 char def[MAXLEN];
25 char opt[MAXOPT][MAXLEN];
26 char help[MAXLEN];
27 char ver[MAXLEN];
28 char inp[MAXLEN];
/dports/x11-wm/bspwm/bspwm-0.9.10/src/
H A Dtypes.h211 char class_name[MAXLEN];
212 char instance_name[MAXLEN];
213 char name[MAXLEN];
343 char class_name[MAXLEN];
345 char name[MAXLEN];
346 char effect[MAXLEN];
353 char class_name[MAXLEN];
355 char name[MAXLEN];
356 char monitor_desc[MAXLEN];
357 char desktop_desc[MAXLEN];
[all …]
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dallele-length.c30 #define MAXLEN 512 macro
34 static uint64_t reflen[MAXLEN];
35 static uint64_t altlen[MAXLEN];
36 static uint64_t refaltlen[MAXLEN];
37 static uint64_t xrefaltlen[MAXLEN];
78 for(i = 0; i < MAXLEN; i++) { in init()
109 for(i = 0; i < MAXLEN; i++) { in destroy()
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dallele-length.c30 #define MAXLEN 512 macro
34 static uint64_t reflen[MAXLEN];
35 static uint64_t altlen[MAXLEN];
36 static uint64_t refaltlen[MAXLEN];
37 static uint64_t xrefaltlen[MAXLEN];
78 for(i = 0; i < MAXLEN; i++) { in init()
109 for(i = 0; i < MAXLEN; i++) { in destroy()
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A Dtypes.h121 static const size_t MAXLEN = 1024; variable
123 #define MAXLEN 1024
275 memset(data + 1, 27, MAXLEN - 1); in aiString()
283 length = length >= MAXLEN ? MAXLEN - 1 : length; in aiString()
291 length = length >= MAXLEN ? MAXLEN - 1 : length; in aiString()
309 if (len > (ai_int32)MAXLEN - 1) { in Set()
310 len = (ai_int32) MAXLEN - 1; in Set()
324 if (length >(MAXLEN - 1)) {
361 if (length + len >= MAXLEN) { in Append()
376 memset(data + 1, 27, MAXLEN - 1); in Clear()
[all …]

12345678910>>...55