Searched refs:round_down (Results 1 – 3 of 3) sorted by relevance
29 #define round_down(a, b) \ macro222 to_write = round_down(len, TRANSPORT_BUF_SIZE); in fb_download_data_sparse_write()
76 #define round_down(x,y) ((x) & ~__round_mask(x, y)) macro
132 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro