Searched refs:BF32_GET (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa_impl.h | 69 #define ATTR_BSWAP(x) BF32_GET(x, 16, 8) 70 #define ATTR_LENGTH(x) BF32_GET(x, 24, 16) 71 #define ATTR_NUM(x) BF32_GET(x, 0, 16) 79 #define TOC_OFF(x) BF32_GET(x, 0, 23) 80 #define TOC_ATTR_PRESENT(x) BF32_GET(x, 31, 1) 81 #define TOC_LEN_IDX(x) BF32_GET(x, 24, 4) 186 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
|
H A D | spa.h | 67 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) macro 83 ((BF32_GET(x, low, len) + (bias)) << (shift))
|
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 40 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) macro 49 ((BF32_GET(x, low, len) + (bias)) << (shift))
|