Searched refs:ENTRY_ALIGN (Results 1 – 3 of 3) sorted by relevance
20 #define ENTRY_ALIGN (2048) macro626 uint32_t tmp = fixSize % ENTRY_ALIGN; in writeFile()627 tmp = tmp ? (ENTRY_ALIGN - tmp) : 0; in writeFile()631 memset(gBuf, 0, size + ENTRY_ALIGN); in writeFile()648 uint32_t tmp = size % ENTRY_ALIGN; in writeFile()649 tmp = tmp ? (ENTRY_ALIGN - tmp) : 0; in writeFile()686 uint32_t tmp = size % ENTRY_ALIGN; in saveEntry()687 size += tmp ? (ENTRY_ALIGN - tmp) : 0; in saveEntry()
68 #define ENTRY_ALIGN (2048) macro
445 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in filter_elf()468 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in filter_elf()566 pEntry->align_size = DO_ALIGN(pEntry->size, ENTRY_ALIGN); in mergetrust()