mbedtls_mpi_core_clz() function
Count leading zero bits in a given integer. \warning The result is undefined if \p a == 0
Arguments
a
Integer to count leading zero bits.
Return value
The number of leading zero bits in \p a, if \p a != 0. If \p a == 0, the result is undefined.
![]()
j = biL - mbedtls_mpi_core_clz(A[i]);
mbedtls_mpi_core_clz() is called by 1 function:
![]()
mbedtls_mpi_core_clz()
mbedtls_mpi_core_clz():
![]()
mbedtls_mpi_core_clz()