Searched refs:npend (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h385 double npend ; local
404 npend = (1.0*dxnew)/dynew;
405 if (( npend == pend) && (sigpend == sg))
409 pend = npend;
410 } /* else (( npend == pend) && ... */
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c550 u_int32_t npend; local
554 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT;
555 if (npend == 0) {
562 npend = 1; /* arbitrarily return 1 */
566 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) {
574 HALASSERT((npend == 0) ||
577 return npend;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c567 uint32_t npend; local
572 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT;
573 if (npend == 0) {
580 npend = 1; /* arbitrarily return 1 */
582 return npend;
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2717 register char *npend; /* character after last */ local
2738 npend = &name[MAXVARLEN];
2739 while (cp < cpend && np < npend && *cp != ',' && *cp != '='
2746 if (np == npend && !(cp == cpend || *cp == ',' || *cp == '=' ||
2773 npend = &value[MAXVALLEN];
2774 while (cp < cpend && np < npend && ((*cp != ',') || quoted))
2783 if (np == npend && (quoted || *cp != ','))

Completed in 190 milliseconds