Home
last modified time | relevance | path

Searched defs:ALIGN_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/xz/
H A Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/openbmc/qemu/util/
H A Dbitmap.c346 #define ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c394 const unsigned int ALIGN_MASK = SLIC_RX_BUFF_ALIGN - 1; in slic_refill_rx_queue() local
/openbmc/linux/drivers/md/
H A Ddm-ioctl.c540 #define ALIGN_MASK 7 macro