Home
last modified time | relevance | path

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

/external/avb/
Davbtool199 def round_to_multiple(number, size): function
1116 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1171 expected_size = round_to_multiple(
1201 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1287 expected_size = round_to_multiple(
1358 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1466 expected_size = round_to_multiple(
1518 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1597 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length,
1630 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
[all …]