Searched refs:max_length (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_utils.py | 29 def md5sum_file(fn, max_length=None): argument 43 if max_length: 44 params = [max_length]
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ep0.c | 112 void copy_config (struct urb *urb, void *data, int max_length, in copy_config() argument 125 length = max_length; in copy_config() 127 if (length > max_length) { in copy_config() 129 max_length); in copy_config() 153 urb->actual_length, urb->buffer_length, max_buf, max_length, in copy_config()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 392 max_length = dict([ (f, 0) for f in FIELDS]) 395 max_length[f] = max(max_length[f], len(params[f])) 402 line += ' ' + params[f].ljust(max_length[f])
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | trees.c | 127 int max_length; /* max bit length for the codes */ member 503 int max_length = desc->stat_desc->max_length; local 521 if (bits > max_length) bits = max_length, overflow++; 541 bits = max_length-1; 545 s->bl_count[max_length]--; 557 for (bits = max_length; bits != 0; bits--) {
|