Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Drsa.c1521 static unsigned if_int( unsigned cond, unsigned if1, unsigned if0 ) in if_int() argument
1524 return( ( mask & if1 ) | (~mask & if0 ) ); in if_int()

Completed in 10 milliseconds