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) \
104 (PAD_SIZE(size, blk_desc->blksz))
15 #define PAD_SIZE 8192 macro177 int pad_size = ALIGN(params->bl_len ?: PAD_SIZE, PAD_SIZE_MIN); in egon_vrec_header()
30 #define PAD_SIZE 8192 macro546 item_length = ALIGN(item_offset, PAD_SIZE) - item_offset; in toc0_create()900 return ALIGN(params->file_size, PAD_SIZE) - params->file_size; in toc0_vrec_header()
Completed in 10 milliseconds