Searched refs:ossl_likely (Results 1 – 4 of 4) sorted by relevance
59 if (ossl_likely(f <= 1 + ~upper)) /* 1+~upper == -upper but compilers whine */ in ossl_rand_uniform_uint32()88 if (ossl_likely(f != 0xffffffff)) in ossl_rand_uniform_uint32()
22 # define ossl_likely(x) __builtin_expect(!!(x), 1) macro25 # define ossl_likely(x) x macro41 # define ossl_assert(x) ossl_likely((x) != 0)
121 if (ossl_likely(crngt->rct.b != 0) in RCT_test()123 return ossl_likely(++crngt->rct.b < rct_c[ENTROPY_H]); in RCT_test()145 if (ossl_likely(crngt->apt.b != 0)) { in APT_test()
665 if (ossl_likely(outl != NULL)) { in EVP_EncryptUpdate()697 if (ossl_likely(ret)) { in EVP_EncryptUpdate()814 if (ossl_likely(outl != NULL)) { in EVP_DecryptUpdate()844 if (ossl_likely(ret)) { in EVP_DecryptUpdate()
Completed in 11 milliseconds