Home
last modified time | relevance | path

Searched refs:RUN_BITS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c145 #define RUN_BITS (8-ML_BITS) macro
146 #define RUN_MASK ((1U<<RUN_BITS)-1)
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dlz4.c352 #define RUN_BITS (8-ML_BITS) macro
353 #define RUN_MASK ((1U<<RUN_BITS)-1)
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth184 4 constant RUN_BITS \ 8 - ML_BITS
185 d# 15 constant RUN_MASK \ (1<<RUN_BITS)-1