Home
last modified time | relevance | path

Searched refs:fq (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c170 double z, fw, f[20], fq[20], q[20]; in __rem_pio2m() local
311 fq[jz-i] = fw; in __rem_pio2m()
319 fw += fq[i]; in __rem_pio2m()
327 fw += fq[i]; in __rem_pio2m()
329 fw = fq[0] - fw; in __rem_pio2m()
331 fw += fq[i]; in __rem_pio2m()
337 fw = fq[i-1] + fq[i]; in __rem_pio2m()
338 fq[i] += fq[i-1] - fw; in __rem_pio2m()
339 fq[i-1] = fw; in __rem_pio2m()
342 fw = fq[i-1] + fq[i]; in __rem_pio2m()
[all …]
/titanic_41/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);
/titanic_41/usr/src/uts/sparc/sys/
H A Dregset.h215 struct fq { struct
269 struct fq *fpu_q; /* ptr to array of FQ entries */
283 struct fq *fpu_q; /* ptr to array of FQ entries */
327 struct fq *fpu_q;
H A Dprocfs_isa.h172 struct fq pr_q[16]; /* contains the FQ array */
185 struct fq pr_q[32]; /* contains the FQ array */
H A Ducontext.h108 const struct fq32 *, struct fq *);
/titanic_41/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 */ argument
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c536 verifyQueryMatch(db_query *q, db_query *fq) { in verifyQueryMatch() argument
539 if (fq == 0) in verifyQueryMatch()
543 return ((fq == 0) ? 1 : 0); in verifyQueryMatch()
547 for (j = 0; j < fq->components.components_len; j++) { in verifyQueryMatch()
552 fq->components.components_val[j]. in verifyQueryMatch()
560 if (fq->components.components_val[j]. in verifyQueryMatch()
568 if (fq->components.components_val[j].index_value == in verifyQueryMatch()
576 flen = fq->components.components_val[j].index_value-> in verifyQueryMatch()
600 fq->components.components_val[j].index_value-> in verifyQueryMatch()
/titanic_41/usr/src/uts/common/sys/
H A Dcore.h68 struct fq c_fpu_q[MAXFPQ]; /* fpu exception queue */
/titanic_41/usr/src/uts/sparc/v7/sys/
H A Dmachpcb.h75 struct fq mpcb_fpu_q[MAXFPQ]; /* fpu exception queue */
/titanic_41/usr/src/uts/sparc/syscall/
H A Dgetcontext.c179 struct fq fpu_q[MAXFPQ]; /* to hold floating queue */ in getsetcontext()
217 uc.uc_mcontext.fpregs.fpu_q = (struct fq *)NULL; in getsetcontext()
258 fpp->fpu_q_entrysize > sizeof (struct fq)) in getsetcontext()
427 struct fq fpu_qnat[MAXFPQ]; /* to hold "native" floating queue */ in getsetcontext32()
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h75 struct fq mpcb_fpu_q[MAXFPQ]; /* fpu exception queue */
/titanic_41/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c323 struct fq *fqp = fp->fpu_q; in fp_runq()
348 struct fq *fqdp; in fp_runq()
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dlog.h148 SH_TAILQ_HEAD(__fq) fq; /* List of file names. */
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dv9dep.c76 const struct fq32 *sfq, struct fq *dfq);
125 fp->fpu_q_entrysize = sizeof (struct fq); in setfpregs()
1101 struct fq *fqp = (struct fq *)sp; in sendsig()
1733 struct fq *sfq = src->fpu_q; in fpuregset_nto32()
1751 const struct fq32 *sfq, struct fq *dfq) in fpuregset_32ton()
1777 const struct fq32 *sfq, struct fq *dfq) in ucontext_32ton()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsigaction.c211 struct fq *fqp; in call_user_handler()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dsge.c1064 freelQ_e *fq = Q->fq_entries; /* base of freelist Q */ in alloc_freelQ_buffers() local
1074 off_t offset = (off_t)((caddr_t)e - (caddr_t)fq); in alloc_freelQ_buffers()
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c7547 queue_t *fq = NULL; in set_qfull() local
7552 if ((fq = q->q_nfsrv) == q) { in set_qfull()
7553 fq->q_flag |= QFULL; in set_qfull()
7556 mutex_enter(QLOCK(fq)); in set_qfull()
7557 fq->q_flag |= QFULL; in set_qfull()
7558 mutex_exit(QLOCK(fq)); in set_qfull()