Searched refs:round_up (Results 1 – 3 of 3) sorted by relevance
31 def round_up(n, m): function95 outf.write(b'const uint8_t ldelf_data[%d]' % round_up(load_size, 4096))
46 def print_sect(name, addr, size, round_up=False, print_num_pages=False): argument53 if round_up:
48 def round_up(n, m): function214 hash_pad = round_up(len(hashes_bin), 8) - len(hashes_bin)216 reloc_pad = round_up(len(reloc_bin), 8) - len(reloc_bin)
Completed in 3 milliseconds