Searched refs:maxb (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_regset.c | 108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc() local 113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) { in dt_regset_alloc()
|
| H A D | dt_subr.c | 876 ulong_t maxb = n & BT_ULMASK; in dt_popcb() local 886 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | xhci.c | 3859 uint32_t maxb, mep, atl; in xhci_setup_maxburst() 3870 maxb = esscd ? esscd->bMaxBurst : UE_GET_TRANS(mps); in xhci_setup_maxburst() 3872 UE_GET_SIZE(mps) * (maxb + 1); in xhci_setup_maxburst() 3883 maxb = UE_GET_TRANS(mps); in xhci_setup_maxburst() 3884 mep = UE_GET_SIZE(mps) * (maxb + 1); in xhci_setup_maxburst() 3887 maxb = 0; in xhci_setup_maxburst() 3891 maxb = 0; in xhci_setup_maxburst() 3911 maxb = esscd ? esscd->bMaxBurst : 0; in xhci_setup_maxburst() 3913 maxb = 0; in xhci_setup_maxburst() 3964 xpipe->xp_maxb = maxb in xhci_setup_maxburst() 3861 uint32_t maxb, mep, atl; xhci_setup_maxburst() local 4568 const uint8_t maxb = xpipe->xp_maxb; xhci_device_isoc_enter() local [all...] |
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_node.c | 598 u_int8_t maxa, maxb; in ieee80211_node_compare() local 620 maxb = maxrate(b); in ieee80211_node_compare() 621 if (maxa != maxb) in ieee80211_node_compare() 622 return maxa - maxb; in ieee80211_node_compare()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_wm.c | 2353 pcireg_t pcix_cmd, pcix_sts, bytecnt, maxb; in wm_attach() local 2374 maxb = (pcix_sts & PCIX_STATUS_MAXB_MASK) >> in wm_attach() 2376 if (bytecnt > maxb) { in wm_attach() 2379 512 << bytecnt, 512 << maxb); in wm_attach() 2382 (maxb << PCIX_CMD_BYTECNT_SHIFT); in wm_attach()
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | ChangeLog | 1101 Max Bowsher <maxb@ukf.net> for validating it. This closes issue #84 on
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.md | 7135 ; madbr, maebr, maxb, madb, maeb
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.md | 7242 ; madbr, maebr, maxb, madb, maeb
|