HomeSort by: relevance | last modified time | path
    Searched defs:real_shift (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
params.c 47 static unsigned int real_shift(void) function
521 shift = real_shift();
681 shift = real_shift();
838 if ((u64 >> real_shift()) == 0) {
997 if ((val >> real_shift()) == 0) {
1202 if ((u64 >> real_shift()) == 0) {
1217 if ((u64 >> real_shift()) == 0) {
  /src/crypto/external/bsd/openssl/dist/crypto/
params.c 23 static unsigned int real_shift(void) function
708 if ((u64 >> real_shift()) == 0) {
841 if ((val >> real_shift()) == 0) {
996 if ((u64 >> real_shift()) == 0) {
1010 if ((u64 >> real_shift()) == 0) {

Completed in 21 milliseconds