Lines Matching refs:fec_num_roots
1283 self.hash_block_size, self.fec_num_roots, self.fec_offset, self.fec_size,
1314 self.fec_num_roots = 0
1338 o.write(' FEC num roots: {}\n'.format(self.fec_num_roots))
1363 self.hash_block_size, self.fec_num_roots,
2488 if ht.fec_num_roots > 0:
2493 c += ' fec_roots {}'.format(ht.fec_num_roots)
3163 generate_fec, fec_num_roots, hash_algorithm, argument
3244 max_fec_size = calc_fec_data_size(partition_size, fec_num_roots)
3361 fec_data = generate_fec_data(image_filename, fec_num_roots)
3369 ht_desc.fec_num_roots = fec_num_roots
4325 not args.do_not_generate_fec, args.fec_num_roots,