Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_port.h86 #define Skein_Swap64(w64) \ argument
87 (((((uint64_t)(w64)) & 0xFF) << 56) | \
88 (((((uint64_t)(w64)) >> 8) & 0xFF) << 48) | \
89 (((((uint64_t)(w64)) >> 16) & 0xFF) << 40) | \
90 (((((uint64_t)(w64)) >> 24) & 0xFF) << 32) | \
91 (((((uint64_t)(w64)) >> 32) & 0xFF) << 24) | \
92 (((((uint64_t)(w64)) >> 40) & 0xFF) << 16) | \
93 (((((uint64_t)(w64)) >> 48) & 0xFF) << 8) | \
94 (((((uint64_t)(w64)) >> 56) & 0xFF)))
96 #define Skein_Swap64(w64) (w64) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c13112 uint64_t w64 = (uintptr_t)ha->fwexttracebuf.bp; in ql_24xx_ascii_fw_dump() local
13121 (int)(w64 + cnt_b)); in ql_24xx_ascii_fw_dump()
13132 uint64_t w64 = (uintptr_t)ha->fwfcetracebuf.bp; in ql_24xx_ascii_fw_dump() local
13141 (int)(w64 + cnt_b)); in ql_24xx_ascii_fw_dump()
13602 uint64_t w64 = (uintptr_t)ha->fwexttracebuf.bp; in ql_25xx_ascii_fw_dump() local
13611 (int)(w64 + cnt_b)); in ql_25xx_ascii_fw_dump()
13631 (int)(w64 + cnt_b)); in ql_25xx_ascii_fw_dump()
14101 (int)(w64 + cnt_b)); in ql_81xx_ascii_fw_dump()
14121 (int)(w64 + cnt_b)); in ql_81xx_ascii_fw_dump()
21469 (int)(w64 + cnt_b)); in ql_83xx_ascii_fw_dump()
[all …]