Searched defs:trunc_line (Results 1 – 9 of 9) sorted by relevance
59 #define trunc_line(x) ((x) & ~15) macro89 #define trunc_line(x) ((x) & ~3) macro149 #define trunc_line(x) ((x) & ~15) macro
80 #define trunc_line(x) ((x) & ~(64 - 1)) macro156 #define trunc_line(x) ((x) & ~(32 - 1)) macro242 #define trunc_line(x) ((x) & ~(mci->mci_sdcache_line_size - 1)) macro
56 #define trunc_line(x) ((x) & ~31) macro
52 #define trunc_line(x,n) ((x) & -(n)) macro
51 #define trunc_line(x) ((x) & ~31) macro
86 #define trunc_line(x,n) ((x) & -(register_t)(n)) macro
47 #define trunc_line(x) ((x) & ~(CACHELINESIZE - 1)) macro
44 #define trunc_line(x) ((x) & ~15) macro
45 #define trunc_line(x) ((x) & ~31) macro