Lines Matching full:num_roots
3297 def calc_fec_data_size(image_size, num_roots):
3302 num_roots: Number of roots.
3313 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)],
3323 def generate_fec_data(image_filename, num_roots):
3328 num_roots: Number of roots.
3338 ['fec', '--encode', '--roots', str(num_roots), image_filename,
3344 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,