Searched refs:BE_64 (Results 1 – 6 of 6) sorted by relevance
75 zcp->zc_word[0] = BE_64(tmp.zc_word[0]); in abd_checksum_SHA256()76 zcp->zc_word[1] = BE_64(tmp.zc_word[1]); in abd_checksum_SHA256()77 zcp->zc_word[2] = BE_64(tmp.zc_word[2]); in abd_checksum_SHA256()78 zcp->zc_word[3] = BE_64(tmp.zc_word[3]); in abd_checksum_SHA256()
672 uint64_t value = BE_64(value_arg); in update_histogram()
67 #define BE_64(x) BMASK_64(x) macro80 #define BE_64(x) BSWAP_64(x) macro
82 #define BE_64(x) BMASK_64(x) macro95 #define BE_64(x) BSWAP_64(x)
113 #define BE_64(x) BMASK_64(x) macro126 #define BE_64(x) BSWAP_64(x)
49 #define BE_64(x) cpu_to_be64(x) macro