Searched refs:pad_to (Results 1 – 3 of 3) sorted by relevance
21 def struct_pack(objects, pad_to=0): argument27 if size < pad_to:28 defstring += str(pad_to - size) + "x"47 image = struct_pack([bl1_2_code], pad_to=bl1_2_partition_size)
12 def struct_pack(objects, pad_to=0): argument18 if size < pad_to:19 defstring += str(pad_to - size) + "x"
20 def struct_pack(objects, pad_to=0): argument26 if size < pad_to:27 defstring += str(pad_to - size) + "x"107 pad_to=bl2_partition_size - (1452 + 16 + 8 + 4))