Searched refs:mbedtls_t_udbl (Results 1 – 5 of 5) sorted by relevance
126 typedef unsigned int mbedtls_t_udbl __attribute__((mode(TI))); typedef132 typedef uint64_t mbedtls_t_udbl; typedef
843 mbedtls_t_udbl r; \847 r = *(s++) * (mbedtls_t_udbl) b; \
2508 #define t_udbl mbedtls_t_udbl
1226 mbedtls_t_udbl dividend, quotient; in mbedtls_int_div_int()1246 dividend = (mbedtls_t_udbl) u1 << biL; in mbedtls_int_div_int()1247 dividend |= (mbedtls_t_udbl) u0; in mbedtls_int_div_int()1249 if( quotient > ( (mbedtls_t_udbl) 1 << biL ) - 1 ) in mbedtls_int_div_int()1250 quotient = ( (mbedtls_t_udbl) 1 << biL ) - 1; in mbedtls_int_div_int()
2051 t_udbl mbedtls_t_udbl