Searched refs:DIV_ROUND_UP (Results 1 – 2 of 2) sorted by relevance
5231 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) macro5234 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint))
5470 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) macro5473 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint))