Home
last modified time | relevance | path

Searched refs:PAD_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dmemalign.h70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) macro
72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
H A Dblk.h113 (PAD_SIZE(size, blk_desc->blksz))
/openbmc/linux/lib/
H A Dtest_printf.c31 #define PAD_SIZE 16 macro
54 memset(alloced_buffer, FILL_CHAR, BUF_SIZE + 2*PAD_SIZE); in do_test()
65 if (memchr_inv(alloced_buffer, FILL_CHAR, PAD_SIZE)) { in do_test()
71 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE + PAD_SIZE)) { in do_test()
92 if (memchr_inv(test_buffer + bufsize, FILL_CHAR, BUF_SIZE + PAD_SIZE - bufsize)) { in do_test()
812 alloced_buffer = kmalloc(BUF_SIZE + 2*PAD_SIZE, GFP_KERNEL); in selftest()
815 test_buffer = alloced_buffer + PAD_SIZE; in selftest()
/openbmc/linux/drivers/net/ethernet/seeq/
H A Dsgiseeq.c66 #define PAD_SIZE (128 - sizeof(struct hpc_dma_desc) - sizeof(void *)) macro
70 u8 padding[PAD_SIZE];
76 u8 padding[PAD_SIZE];