Searched defs:top_1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c418 static const uint64_t top_1 = 0xfc000000000000ULL; variable
443 *l = ((b & top_1) << 8) |
447 *r = ((a & top_1) << 8) |

Completed in 72 milliseconds