Searched refs:ups (Results 1 - 2 of 2) 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
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1827 CTL_DESC(SES_ET_UPS, ups),

Completed in 100 milliseconds