Searched refs:maxb (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | haifa-sched.c | 671 unsigned int minb, maxb; local 675 minb = maxb = function_units[unit].max_blockage; 676 if (maxb > 1) 680 maxb = minb = blockage_range (unit, insn); 681 maxb = MAX_BLOCKAGE_COST (maxb); 685 if (maxb > 1) 691 ncost = minb * 0x40 + maxb;
|
| /openbsd-src/sys/dev/usb/ |
| H A D | xhci.c | 1446 uint32_t maxb = 0; in xhci_context_setup() 1451 maxb = UE_GET_TRANS(mps); in xhci_context_setup() 1459 return (maxb); in xhci_context_setup() 2880 uint32_t maxb, tdpc, residue, tbc; in xhci_device_ctrl_start() 2888 maxb = xhci_pipe_maxburst(xfer->pipe); in xhci_device_ctrl_start() 2889 tbc = howmany(tdpc, maxb + 1) - 1; in xhci_device_ctrl_start() 2893 residue = tdpc % (maxb + 1); in xhci_device_ctrl_start() 2895 *tlbpc = maxb; in xhci_device_ctrl_start() 1356 uint32_t maxb = 0; xhci_pipe_maxburst() local 2790 uint32_t maxb, tdpc, residue, tbc; xhci_xfer_tbc() local
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.md | 4496 ; maxbr, madbr, maebr, maxb, madb, maeb
|