Searched refs:round_down (Results 1 – 5 of 5) sorted by relevance
32 unsigned int remain = len - round_down(len, SM3_BLOCK_SIZE); in sm3_base_do_update_blocks()
79 return inlen - round_down(inlen, BLAKE2B_BLOCK_SIZE); in crypto_blake2b_update_bo()
35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
316 return round_down(pos, i_blocksize(inode)); in iomap_last_written_block()
495 return round_down(index, mapping_min_folio_nrpages(mapping)); in mapping_align_index()
Completed in 10 milliseconds