Searched defs:pad_byte (Results 1 – 4 of 4) 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()
340 def get_data_and_offset(self, offset=None, pad_byte=None): argument