Home
last modified time | relevance | path

Searched refs:max_bin_size (Results 1 – 6 of 6) sorted by relevance

/dports/security/p5-File-Scan/File-Scan-1.43/files/
H A DScan.base38 max_bin_size => 10240,
65 if($self->{'max_bin_size'} && ($fsize > $self->{'max_bin_size'} * 1024));
214 =item max_bin_size => 'size in kbytes'
216 scan only the binary file if the file size is less then max_bin_size. The
260 the binary file size is greater that the 'max_bin_size' argument
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_load_balance_methods.F1509 INTEGER, SAVE :: max_bin_size local
1560 CALL mp_max(max_bin_size, para_env%group)
1594 ALLOCATE (sendbuffer(max_bin_size*n_threads))
1595 ALLOCATE (recbuffer(max_bin_size*n_threads))
1648 ALLOCATE (full_dist(ncpu*n_threads, max_bin_size))
1663 ALLOCATE (sendbuffer(3*max_bin_size*n_threads))
1664 ALLOCATE (recbuffer(3*max_bin_size*n_threads))
1667 DO i = 1, max_bin_size
1668 … sendbuffer((j - 1)*3*max_bin_size + (i - 1)*3 + 1) = full_dist(mepos*n_threads + j, i)%istart
1670 … sendbuffer((j - 1)*3*max_bin_size + (i - 1)*3 + 3) = full_dist(mepos*n_threads + j, i)%cost
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_load_balance_methods.F1506 INTEGER, SAVE :: max_bin_size local
1557 CALL mp_max(max_bin_size, para_env%group)
1591 ALLOCATE (sendbuffer(max_bin_size*n_threads))
1592 ALLOCATE (recbuffer(max_bin_size*n_threads))
1645 ALLOCATE (full_dist(ncpu*n_threads, max_bin_size))
1660 ALLOCATE (sendbuffer(3*max_bin_size*n_threads))
1661 ALLOCATE (recbuffer(3*max_bin_size*n_threads))
1664 DO i = 1, max_bin_size
1665 … sendbuffer((j - 1)*3*max_bin_size + (i - 1)*3 + 1) = full_dist(mepos*n_threads + j, i)%istart
1667 … sendbuffer((j - 1)*3*max_bin_size + (i - 1)*3 + 3) = full_dist(mepos*n_threads + j, i)%cost
[all …]
/dports/security/p5-File-Scan/File-Scan-1.43/
H A DScan.pm38 max_bin_size => 10240,
H A DChanges658 - added max_txt_size and max_bin_size arguments to the constructor
/dports/security/maia/maia_mailguard-7f20bd4/reference/amavisd-new-2.2.1/
H A Damavisd.conf-sample1845 # my($f)=File::Scan->new(max_txt_size=>0, max_bin_size=>0);