Searched refs:num_roots (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | xen-pcifront.c | 850 int i, num_roots, len; in pcifront_try_connect() local 868 "root_num", "%d", &num_roots); in pcifront_try_connect() 878 num_roots = 0; in pcifront_try_connect() 887 for (i = 0; i < num_roots; i++) { in pcifront_try_connect() 945 int i, num_roots, len; in pcifront_attach_devices() local 954 "root_num", "%d", &num_roots); in pcifront_attach_devices() 964 num_roots = 0; in pcifront_attach_devices() 973 for (i = 0; i < num_roots; i++) { in pcifront_attach_devices()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | biquads.c | 147 double const * roots, size_t num_roots, double * poly) in make_poly_from_roots() argument 152 memset(poly + 2, 0, (num_roots + 1 - 2) * sizeof(*poly)); in make_poly_from_roots() 153 for (i = 1; i < num_roots; ++i) in make_poly_from_roots() 154 for (j = num_roots; j > 0; --j) in make_poly_from_roots()
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 3442 def calc_fec_data_size(image_size, num_roots): argument 3458 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)], 3468 def generate_fec_data(image_filename, num_roots): argument 3483 ['fec', '--encode', '--roots', str(num_roots), image_filename, 3489 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 4030 def calc_fec_data_size(image_size, num_roots): argument 4045 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)], 4055 def generate_fec_data(image_filename, num_roots): argument 4071 ['fec', '--encode', '--roots', str(num_roots), image_filename, 4081 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
|