Searched refs:BLOCKSIZE (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Dcpiofile.py60 BLOCKSIZE = 512 variable
588 self.fileobj.seek(- BLOCKSIZE, 1)
870 blocks, remainder = divmod(count, BLOCKSIZE)
873 return blocks * BLOCKSIZE
H A Dp5p.py575 blocks, rem = divmod(ti.size, tf.BLOCKSIZE)
578 entry_sz += blocks * tf.BLOCKSIZE
/pkg/src/tests/api/
H A Dt_p5p.py928 blocks, rem = divmod(m.size, tf.BLOCKSIZE)
931 src_bytes += blocks * tf.BLOCKSIZE

Completed in 17 milliseconds