Searched defs:round_line (Results 1 – 9 of 9) sorted by relevance
58 #define round_line(x) (((x) + 15) & ~15) macro88 #define round_line(x) (((x) + 3) & ~3) macro148 #define round_line(x) (((x) + 15) & ~15) macro
79 #define round_line(x) (((x) + 64 - 1) & ~(64 - 1)) macro155 #define round_line(x) (((x) + 32 - 1) & ~(32 - 1)) macro241 #define round_line(x) (((x) + mci->mci_sdcache_line_size - 1) & ~(mci->mci_sdcache_line_size - 1)) macro
55 #define round_line(x) (((x) + 31) & ~31) macro
51 #define round_line(x,n) (((x) + (n) - 1) & -(n)) macro
50 #define round_line(x) (((x) + 31) & ~31) macro
85 #define round_line(x,n) (((x) + (register_t)(n) - 1) & -(register_t)(n)) macro
46 #define round_line(x) (((x) + (CACHELINESIZE - 1)) & ~(CACHELINESIZE - 1)) macro
43 #define round_line(x) (((x) + 15) & ~15) macro
44 #define round_line(x) (((x) + 31) & ~31) macro