Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix6/
DFILE.py439 BBSIZE = (1<<BBSHIFT) variable
440 BBMASK = (BBSIZE-1)
443 def OFFTOBB(bytes): return (((__uint64_t)(bytes) + BBSIZE - 1) >> BBSHIFT)
451 DEV_BSIZE = BBSIZE
/external/ltp/testcases/kernel/fs/doio/
Diogen.c1028 rec->f_riou = BBSIZE; in get_file_info()
1053 rec->f_riou = BBSIZE; in get_file_info()
1054 rec->f_length = BBSIZE; in get_file_info()