Searched refs:PAD_SIZE (Results 1 – 4 of 4) sorted by relevance
70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) macro72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
112 (PAD_SIZE(size, blk_desc->blksz))
69 #define PAD_SIZE (SAVE_SIZE-(LINKAGE_SIZE+PARAM_AREA+SAVED_FPR_COUNT*FPR_SIZE+RESULT_BYTES)) macro