Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix6/
DFILE.py438 BBSHIFT = 9 variable
439 BBSIZE = (1<<BBSHIFT)
441 def BBTOB(bbs): return ((bbs) << BBSHIFT)
443 def OFFTOBB(bytes): return (((__uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
445 def OFFTOBBT(bytes): return ((off_t)(bytes) >> BBSHIFT)
447 def BBTOOFF(bbs): return ((off_t)(bbs) << BBSHIFT)
452 DEV_BSHIFT = BBSHIFT