Home
last modified time | relevance | path

Searched refs:round_down (Results 1 – 5 of 5) sorted by relevance

/include/crypto/
A Dsm3_base.h32 unsigned int remain = len - round_down(len, SM3_BLOCK_SIZE); in sm3_base_do_update_blocks()
/include/crypto/internal/
A Dblake2b.h79 return inlen - round_down(inlen, BLAKE2B_BLOCK_SIZE); in crypto_blake2b_update_bo()
/include/linux/
A Dmath.h35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
A Diomap.h316 return round_down(pos, i_blocksize(inode)); in iomap_last_written_block()
A Dpagemap.h495 return round_down(index, mapping_min_folio_nrpages(mapping)); in mapping_align_index()

Completed in 12 milliseconds