Home
last modified time | relevance | path

Searched defs:PAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dmemalign.h70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) macro
/openbmc/linux/lib/
H A Dtest_printf.c31 #define PAD_SIZE 16 macro
/openbmc/linux/drivers/net/ethernet/seeq/
H A Dsgiseeq.c66 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro