Searched refs:DIV_ROUND_UP (Results 1 – 1 of 1) sorted by relevance
1290 #define DIV_ROUND_UP( X, Y ) ( ( ( X ) + ( Y ) - 1 ) / ( Y ) ) macro1292 #define P224_WIDTH_MAX DIV_ROUND_UP( 28, sizeof( mbedtls_mpi_uint ) )