Searched refs:maxp (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1427 /* const maxp := currentprecision + 2 */
1429 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */
1432 /* exit when p = maxp */
1459 Int maxp = set->digits + 2; /* largest working precision */ local
1470 /* buffer for a [needs +2 to match maxp] */
1561 /* a and b both need to be able to hold a maxp-length number */
1562 needbytes = sizeof (decNumber) + (D2U (maxp) - 1) * sizeof (Unit);
1655 /* set p to min(2*p - 2, maxp) [hence 3; or: 4, 6, 10, ... , maxp] */
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h79 uint64_t *minp, uint64_t *maxp);
/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c1165 int maxp; /* max pressure seen within a span */ local
1179 maxp = 0;
1194 maxp = 0;
1201 maxp = p[i];
1205 if (p[i] > maxp)
1206 maxp = p[i];
1207 else if (p[i] <= (maxp >> 1))
1224 maxp = 0;
/freebsd-11-stable/sys/dev/usb/serial/
H A Dumct.c258 uint16_t maxp; local
285 maxp = usbd_xfer_max_framelen(sc->sc_xfer[UMCT_BULK_DT_RD]);
286 if (maxp == 0x2) {
/freebsd-11-stable/sys/kern/
H A Dimgact_shell.c103 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; local
136 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)];
144 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t')))
147 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n')
161 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t')))
164 while (ihp < maxp && ((*ihp != '\n') && (*ihp != '\0')))
167 if (opte == maxp)
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c1339 struct ngpppoe_maxp *maxp; local
1348 maxp = (struct ngpppoe_maxp *)msg->data;
1349 strncpy(maxp->hook, NG_HOOK_NAME(sp->hook), NG_HOOKSIZ);
1350 maxp->data = ntohs(((const struct maxptag *)tag)->data);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c2806 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) argument
2837 *maxp = thismax;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1112 int maxp, mtu = ifp->if_mtu; local
1156 maxp = mtu_to_max_payload(sc, mtu, 0);
1165 init_fl(sc, &rxq->fl, vi->qsize_rxq / 8, maxp, name);
1178 maxp = mtu_to_max_payload(sc, mtu, 1);
1188 init_fl(sc, &ofld_rxq->fl, vi->qsize_rxq / 8, maxp, name);
2127 int i, maxp, mtu = ifp->if_mtu; local
2129 maxp = mtu_to_max_payload(sc, mtu, 0);
2134 find_best_refill_source(sc, fl, maxp);
2138 maxp = mtu_to_max_payload(sc, mtu, 1);
2143 find_best_refill_source(sc, fl, maxp);
2709 init_fl(struct adapter *sc, struct sge_fl *fl, int qsize, int maxp, char *name) argument
4976 find_best_refill_source(struct adapter *sc, struct sge_fl *fl, int maxp) argument
[all...]

Completed in 273 milliseconds