Home
last modified time | relevance | path

Searched refs:DIV_ROUND_UP (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Decp_curves.c5231 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) macro
5234 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint))
Decp_curves_new.c5470 #define DIV_ROUND_UP(X, Y) (((X) + (Y) -1) / (Y)) macro
5473 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint))