Searched refs:padding (Results 1 – 9 of 9) sorted by relevance
265 size_t padding; in block_read() local334 padding = (nbytes > left) ? nbytes - left : 0U; in block_read()335 nbytes -= padding; in block_read()377 size_t padding; in block_write() local437 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()438 nbytes -= padding; in block_write()445 if ((skip > 0U) || (padding > 0U)) { in block_write()463 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()464 nbytes -= padding; in block_write()482 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()[all …]
113 uint8_t *padding, *digest; in construct_img_encoded_hash_second() local128 padding = &representative[2]; in construct_img_encoded_hash_second()134 memset(padding, 0xff, separator - padding); in construct_img_encoded_hash_second()
94 uint8_t padding[3]; member102 uint16_t padding; member
44 uint8_t padding[83]; member
388 uint32_t padding:8; member
360 definitions, consider how padding in the struct will work across architectures.361 For example, extra padding may be introduced in |AArch32| systems if a struct
61 The file ``armstub8.bin`` contains BL1 and the FIP. It is needed to add padding
1561 End address of a given section named ``<SECTION>`` without any padding or1574 Size (in bytes) of a given section named ``<SECTION>`` without any padding or2287 This has an impact on memory footprint, as padding bytes need to be introduced
3216 - Added padding bytes at the end of the last image in the fip to be
Completed in 27 milliseconds