Searched refs:fq (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | __rem_pio2m.c | 170 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_50/usr/src/cmd/sendmail/db/log/ |
H A D | log_register.c | 71 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 D | log_rec.c | 436 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
|
H A D | log_put.c | 158 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
|
H A D | log.c | 112 SH_TAILQ_INIT(&lp->fq);
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | ucontext.h | 63 struct fq { struct 75 struct fq *fpu_q; /* ptr to array of FQ entries */ argument
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_nisdbquery.c | 536 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_50/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 148 SH_TAILQ_HEAD(__fq) fq; /* List of file names. */
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | sge.c | 1064 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_50/usr/src/uts/common/os/ |
H A D | strsubr.c | 7547 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()
|