Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dmemalign.h70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) macro
72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
Dblk.h113 (PAD_SIZE(size, blk_desc->blksz))
/third_party/libffi/src/powerpc/
Ddarwin_closure.S69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)) macro