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

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h539 * ups(x, n): moves bytes by n positions to higher index positions in
551 #define ups(x, n) ((uint32_t)(x) << (8 * (n))) macro
561 #define ups(x, n) ((uint32_t)(x) >> (8 * (n))) macro

Completed in 77 milliseconds