Searched defs:BLOCKSIZE (Results 1 - 1 of 1) 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

Completed in 906 milliseconds