Searched defs:pad_byte (Results 1 – 3 of 3) sorted by relevance
30 const uint8_t pad_byte[1] = { 0 }; in PutPaddingByte() local
1176 const uint8_t pad_byte[1] = { 0 }; in WriteImage() local
324 Section &Section::Align(size_t alignment, uint8_t pad_byte) { in Align()