Searched refs:_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
31 _BLOCKSIZE = 512 variable136 npos = ((pos + _BLOCKSIZE - 1) // _BLOCKSIZE) * _BLOCKSIZE171 oldblocks = (siz + _BLOCKSIZE - 1) // _BLOCKSIZE172 newblocks = (len(val) + _BLOCKSIZE - 1) // _BLOCKSIZE
31 _BLOCKSIZE = 512 variable167 npos = ((pos + _BLOCKSIZE - 1) // _BLOCKSIZE) * _BLOCKSIZE213 oldblocks = (siz + _BLOCKSIZE - 1) // _BLOCKSIZE214 newblocks = (len(val) + _BLOCKSIZE - 1) // _BLOCKSIZE