Home
last modified time | relevance | path

Searched refs:blksize (Results 51 – 75 of 3271) sorted by relevance

12345678910>>...131

/dports/lang/perl5.34/perl-5.34.0/cpan/libnet/lib/Net/FTP/
H A DI.pm33 my $blksize = ${*$data}{'net_ftp_blksize'};
34 $blksize = $size if $size > $blksize;
36 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
70 my $blksize = ${*$data}{'net_ftp_blksize'};
75 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent, $off);
H A DA.pm28 my $blksize = ${*$data}{'net_ftp_blksize'};
29 $blksize = $size if $size > $blksize;
41 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
99 my $blksize = ${*$data}{'net_ftp_blksize'};
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
/dports/lang/perl5.30/perl-5.30.3/cpan/libnet/lib/Net/FTP/
H A DI.pm33 my $blksize = ${*$data}{'net_ftp_blksize'};
34 $blksize = $size if $size > $blksize;
36 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
70 my $blksize = ${*$data}{'net_ftp_blksize'};
75 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent, $off);
H A DA.pm28 my $blksize = ${*$data}{'net_ftp_blksize'};
29 $blksize = $size if $size > $blksize;
41 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
99 my $blksize = ${*$data}{'net_ftp_blksize'};
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
/dports/www/fswiki/wiki3_6_2/lib/Net/FTP/
H A DI.pm27 my $blksize = ${*$data}{'net_ftp_blksize'};
28 $blksize = $size if $size > $blksize;
30 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
60 my $blksize = ${*$data}{'net_ftp_blksize'};
65 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent ,$off);
H A DA.pm22 my $blksize = ${*$data}{'net_ftp_blksize'};
23 $blksize = $size if $size > $blksize;
35 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
85 my $blksize = ${*$data}{'net_ftp_blksize'};
92 $wrote = syswrite($data, substr($tmp,$off), $len > $blksize ? $blksize : $len);
/dports/net/p5-Net/libnet-3.13/lib/Net/FTP/
H A DI.pm33 my $blksize = ${*$data}{'net_ftp_blksize'};
34 $blksize = $size if $size > $blksize;
36 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
70 my $blksize = ${*$data}{'net_ftp_blksize'};
75 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent, $off);
H A DA.pm28 my $blksize = ${*$data}{'net_ftp_blksize'};
29 $blksize = $size if $size > $blksize;
41 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
99 my $blksize = ${*$data}{'net_ftp_blksize'};
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
/dports/lang/perl5.32/perl-5.32.1/cpan/libnet/lib/Net/FTP/
H A DI.pm33 my $blksize = ${*$data}{'net_ftp_blksize'};
34 $blksize = $size if $size > $blksize;
36 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
70 my $blksize = ${*$data}{'net_ftp_blksize'};
75 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent, $off);
H A DA.pm28 my $blksize = ${*$data}{'net_ftp_blksize'};
29 $blksize = $size if $size > $blksize;
41 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
99 my $blksize = ${*$data}{'net_ftp_blksize'};
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/libnet/lib/Net/FTP/
H A DI.pm33 my $blksize = ${*$data}{'net_ftp_blksize'};
34 $blksize = $size if $size > $blksize;
36 unless ($n = sysread($data, ${*$data}, $blksize, length ${*$data})) {
70 my $blksize = ${*$data}{'net_ftp_blksize'};
75 my $n = syswrite($data, $buf, $sent > $blksize ? $blksize : $sent, $off);
H A DA.pm28 my $blksize = ${*$data}{'net_ftp_blksize'};
29 $blksize = $size if $size > $blksize;
41 if ($n = sysread($data, $readbuf, $blksize, length $readbuf)) {
99 my $blksize = ${*$data}{'net_ftp_blksize'};
106 $wrote = syswrite($data, substr($tmp, $off), $len > $blksize ? $blksize : $len);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dqa_interleave.py55 blksize = 4
57 plusup_big = lambda a: a + (blksize * 4)
58 plusup_little = lambda a: a + blksize
59 a_vec = list(range(0,blksize))
60 for i in range(0,(lenx // (4 * blksize)) - 1):
71 op = blocks.interleave (gr.sizeof_float, blksize)
112 blksize = 4
128 plusup_big = lambda a: a + (blksize * 4)
129 plusup_little = lambda a: a + blksize
130 a_vec = list(range(0,blksize))
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_create_darray.c71 blksize = darg; in MPIR_Type_block()
74 if (blksize <= 0) { in MPIR_Type_block()
96 j = global_size - blksize * rank; in MPIR_Type_block()
97 mysize = MPL_MIN(blksize, j); in MPIR_Type_block()
187 blksize = 1; in MPIR_Type_cyclic()
189 blksize = darg; in MPIR_Type_cyclic()
192 if (blksize <= 0) { in MPIR_Type_cyclic()
203 st_index = rank * blksize; in MPIR_Type_cyclic()
209 local_size = ((end_index - st_index + 1) / (nprocs * blksize)) * blksize; in MPIR_Type_cyclic()
214 count = local_size / blksize; in MPIR_Type_cyclic()
[all …]
/dports/archivers/dact/dact-0.8.42/
H A Dcipher_psub.c56 int cipher_psub(const unsigned char *inblock, unsigned char *outblock, const int blksize, unsigned … in cipher_psub() argument
64 return(cipher_psub_decrypt(inblock, outblock, blksize, key)); in cipher_psub()
67 return(cipher_psub_encrypt(inblock, outblock, blksize, key)); in cipher_psub()
118 int cipher_psub_encrypt(const unsigned char *inblk, unsigned char *outblk, int blksize, unsigned ch… in cipher_psub_encrypt() argument
123 for (i=0;i<blksize;i++) { in cipher_psub_encrypt()
129 return(blksize); in cipher_psub_encrypt()
132 int cipher_psub_decrypt(const unsigned char *inblk, unsigned char *outblk, int blksize, unsigned ch… in cipher_psub_decrypt() argument
139 for (i=0;i<blksize;i++) { in cipher_psub_decrypt()
146 return(blksize); in cipher_psub_decrypt()
/dports/mail/cone/cone-1.1/libs/tcpd/
H A Dtlspasswordcache.c81 size_t blksize; member
143 (ctx->blksize= in EVP_EncryptInit_ex()
168 cp=(inl / ctx->blksize - 1) * ctx->blksize; in EVP_EncryptUpdate()
197 out += ctx->blksize; in EVP_EncryptUpdate()
198 *outl += ctx->blksize; in EVP_EncryptUpdate()
215 pad=ctx->blksize; in EVP_EncryptFinal_ex()
256 cp=(inl / ctx->blksize - 2) * ctx->blksize; in EVP_DecryptUpdate()
278 out += ctx->blksize; in EVP_DecryptUpdate()
279 *outl += ctx->blksize; in EVP_DecryptUpdate()
311 ctx->blksize, in EVP_DecryptFinal_ex()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/tcpd/
H A Dtlspasswordcache.c81 size_t blksize; member
143 (ctx->blksize= in EVP_EncryptInit_ex()
168 cp=(inl / ctx->blksize - 1) * ctx->blksize; in EVP_EncryptUpdate()
197 out += ctx->blksize; in EVP_EncryptUpdate()
198 *outl += ctx->blksize; in EVP_EncryptUpdate()
215 pad=ctx->blksize; in EVP_EncryptFinal_ex()
256 cp=(inl / ctx->blksize - 2) * ctx->blksize; in EVP_DecryptUpdate()
278 out += ctx->blksize; in EVP_DecryptUpdate()
279 *outl += ctx->blksize; in EVP_DecryptUpdate()
311 ctx->blksize, in EVP_DecryptFinal_ex()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/
H A Dderiv1.c102 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
109 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
112 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
115 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
123 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
126 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
129 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
132 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
135 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
138 for (i = 0; i < blksize; i++) { in GTOshell_eval_grid_cart()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dgcscaudio.c905 dl = (uint16_t *)((char *)dst + blksize / 2 + blksize / 4); in split_buffer_6ch()
993 blksize, 0)) in gcscaudio_trigger_output()
1062 blksize); in gcscaudio_trigger_output()
1071 blksize / 2, 0)) in gcscaudio_trigger_output()
1074 size, blksize, blksize / 2, 0)) in gcscaudio_trigger_output()
1118 blksize); in gcscaudio_trigger_output()
1127 blksize / 3, 0)) in gcscaudio_trigger_output()
1130 size, blksize, blksize / 3, blksize / 2)) in gcscaudio_trigger_output()
1133 size, blksize, blksize / 3, 0)) in gcscaudio_trigger_output()
1136 size, blksize, blksize / 3, blksize / 2 + blksize / 4)) in gcscaudio_trigger_output()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dvirtio-blk.c52 .length = vdrive->drive.blksize * op->count, in virtio_blk_op()
141 vdrive->drive.blksize = in init_virtio_blk()
144 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk()
146 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
148 pci, vdrive->drive.blksize); in init_virtio_blk()
172 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
174 pci, vdrive->drive.blksize); in init_virtio_blk()
234 vdrive->drive.blksize = in init_virtio_blk_mmio()
237 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk_mmio()
239 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk_mmio()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dvirtio-blk.c52 .length = vdrive->drive.blksize * op->count, in virtio_blk_op()
141 vdrive->drive.blksize = in init_virtio_blk()
144 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk()
146 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
148 pci, vdrive->drive.blksize); in init_virtio_blk()
172 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
174 pci, vdrive->drive.blksize); in init_virtio_blk()
234 vdrive->drive.blksize = in init_virtio_blk_mmio()
237 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk_mmio()
239 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk_mmio()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dvirtio-blk.c52 .length = vdrive->drive.blksize * op->count, in virtio_blk_op()
141 vdrive->drive.blksize = in init_virtio_blk()
144 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk()
146 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
148 pci, vdrive->drive.blksize); in init_virtio_blk()
172 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
174 pci, vdrive->drive.blksize); in init_virtio_blk()
234 vdrive->drive.blksize = in init_virtio_blk_mmio()
237 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk_mmio()
239 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk_mmio()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dvirtio-blk.c52 .length = vdrive->drive.blksize * op->count, in virtio_blk_op()
141 vdrive->drive.blksize = in init_virtio_blk()
144 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk()
146 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
148 pci, vdrive->drive.blksize); in init_virtio_blk()
172 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
174 pci, vdrive->drive.blksize); in init_virtio_blk()
234 vdrive->drive.blksize = in init_virtio_blk_mmio()
237 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk_mmio()
239 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk_mmio()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dvirtio-blk.c52 .length = vdrive->drive.blksize * op->count, in virtio_blk_op()
141 vdrive->drive.blksize = in init_virtio_blk()
144 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk()
146 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
148 pci, vdrive->drive.blksize); in init_virtio_blk()
172 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk()
174 pci, vdrive->drive.blksize); in init_virtio_blk()
234 vdrive->drive.blksize = in init_virtio_blk_mmio()
237 vdrive->drive.blksize = DISK_SECTOR_SIZE; in init_virtio_blk_mmio()
239 if (vdrive->drive.blksize != DISK_SECTOR_SIZE) { in init_virtio_blk_mmio()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/ad_gpfs/
H A Dad_gpfs_aggrs.c203 blksize_t blksize; in ADIOI_GPFS_Calc_file_domains() local
214 if (fd->blksize <= 0) in ADIOI_GPFS_Calc_file_domains()
216 fd->blksize = 1048576; in ADIOI_GPFS_Calc_file_domains()
217 blksize = fd->blksize; in ADIOI_GPFS_Calc_file_domains()
236 ADIO_Offset gpfs_ub = (max_end_offset +blksize-1) / blksize * blksize - 1; in ADIOI_GPFS_Calc_file_domains()
237 ADIO_Offset gpfs_lb = min_st_offset / blksize * blksize; in ADIOI_GPFS_Calc_file_domains()
238 … ADIO_Offset gpfs_ub_rdoff = (max_end_offset +blksize-1) / blksize * blksize - 1 - max_end_offset; in ADIOI_GPFS_Calc_file_domains()
239 ADIO_Offset gpfs_lb_rdoff = min_st_offset - min_st_offset / blksize * blksize; in ADIOI_GPFS_Calc_file_domains()
371 fd_size[i] = (nb_cn_small+1) * blksize; in ADIOI_GPFS_Calc_file_domains()
373 fd_size[i] = nb_cn_small * blksize; in ADIOI_GPFS_Calc_file_domains()
[all …]

12345678910>>...131