Home
last modified time | relevance | path

Searched refs:round_up (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/scripts/
A Dgen_ldelf_hex.py31 def round_up(n, m): function
95 outf.write(b'const uint8_t ldelf_data[%d]' % round_up(load_size, 4096))
A Dmem_usage.py46 def print_sect(name, addr, size, round_up=False, print_num_pages=False): argument
53 if round_up:
A Dgen_tee_bin.py48 def round_up(n, m): function
214 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