Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dparams.c47 static unsigned int real_shift(void) in real_shift() function
519 shift = real_shift(); in OSSL_PARAM_set_int32()
678 shift = real_shift(); in OSSL_PARAM_set_uint32()
829 if ((u64 >> real_shift()) == 0) { in OSSL_PARAM_set_int64()
984 if ((val >> real_shift()) == 0) { in OSSL_PARAM_set_uint64()
1184 if ((u64 >> real_shift()) == 0) { in OSSL_PARAM_get_double()
1199 if ((u64 >> real_shift()) == 0) { in OSSL_PARAM_get_double()

Completed in 6 milliseconds