Searched refs:fq (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c130 * fq[] final product of x*(2/pi) in fq[0],..,fq[jk]
170 double z, fw, f[20], fq[20], q[20]; local
311 fq[jz-i] = fw;
314 /* compress fq[] into y[] */
319 fw += fq[i];
327 fw += fq[i];
329 fw = fq[0] - fw;
331 fw += fq[
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h63 struct fq { struct
75 struct fq *fpu_q; /* ptr to array of FQ entries */
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c71 for (maxid = 0, fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
107 SH_TAILQ_INSERT_HEAD(&dblp->lp->fq, fnp, q, __fname);
130 SH_TAILQ_REMOVE(&dblp->lp->fq, fnp, q, __fname);
167 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
H A Dlog_rec.c436 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
H A Dlog.c112 SH_TAILQ_INIT(&lp->fq);
H A Dlog_put.c158 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h148 SH_TAILQ_HEAD(__fq) fq; /* List of file names. */ member in struct:__log
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c532 * Verify that the db_query's 'q' and 'fq' match, in the sense that if
536 verifyQueryMatch(db_query *q, db_query *fq) { argument
539 if (fq == 0)
543 return ((fq == 0) ? 1 : 0);
547 for (j = 0; j < fq->components.components_len; j++) {
552 fq->components.components_val[j].
560 if (fq->components.components_val[j].
568 if (fq->components.components_val[j].index_value ==
576 flen = fq->components.components_val[j].index_value->
587 * 'fq' th
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c7536 * The fq here is the next queue with a service procedure. This is where
7538 * In the case when fq != q we need to take QLOCK(fq) to set QFULL flag.
7547 queue_t *fq = NULL; local
7552 if ((fq = q->q_nfsrv) == q) {
7553 fq->q_flag |= QFULL;
7556 mutex_enter(QLOCK(fq));
7557 fq->q_flag |= QFULL;
7558 mutex_exit(QLOCK(fq));
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c1064 freelQ_e *fq = Q->fq_entries; /* base of freelist Q */ local
1074 off_t offset = (off_t)((caddr_t)e - (caddr_t)fq);

Completed in 1439 milliseconds