Home
last modified time | relevance | path

Searched defs:ROUND_SECTOR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/include/
H A Dsector.h43 #define ROUND_SECTOR(x) (((x) + 511) & ~511) macro
/netbsd-src/sys/fs/sysvbfs/
H A Dsysvbfs_vnops.c58 #define ROUND_SECTOR(x) (((x) + 511) & ~511) macro
H A Dbfs.c67 #define ROUND_SECTOR(x) (((x) + 511) & ~511) macro