Searched defs:qn (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dexpr.h49 queue_node_t qn; member in struct:expr
H A Dfcn.h46 queue_node_t qn; member in struct:fcn
H A Dset.h50 queue_node_t qn; member in struct:set
H A Dspec.h58 queue_node_t qn; member in struct:spec
H A Dcmd.h61 queue_node_t qn; member in struct:cmd
H A Dsource.c52 queue_node_t qn; member in struct:source
95 queue_init(&new_p->qn);
101 (void) queue_prepend(&stack, &new_p->qn);
143 queue_init(&new_p->qn);
149 (void) queue_prepend(&stack, &new_p->qn);
188 (void) queue_remove(&top->qn);
/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c45 char *name, qn[200]; local
96 while (fgets(qn, 200, ff)) {
97 trimnl(qn);
98 f = fopen(qn, "r");
100 dofile(f, qn);
102 fprintf(stderr, gettext("Can't read %s\n"), qn);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlogl.c108 long double f, s, z, qn, h, t; local
167 qn = (long double) n;
168 t = qn * ln2lo + _TBL_logl_lo[j];
169 h = qn * ln2hi + _TBL_logl_hi[j];
H A Dlog1pl.c143 long double f, s, z, qn, h, t, y, g; local
211 qn = (long double) n;
212 t = qn * ln2lo + _TBL_logl_lo[j];
213 h = qn * ln2hi + _TBL_logl_hi[j];
H A Dpowl.c68 long double f, f1, v, s, z, qn, h, t; local
82 qn = one / (two + f);
83 s = f * qn; /* |s|<2**-6 */
87 t = ((two * (f - h) - h * f1) - h * (f - f1)) * qn +
106 qn = one / (x + z);
108 s = f * qn;
111 t = qn * ((two * (f - z * h) - h * f1) - h * (f - f1));
114 qn = (long double) n;
115 t += qn * ln2lo + _TBL_logl_lo[j];
118 v = qn * ln2h
[all...]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c94 double f, s, z, qn, h, t; local
108 qn = one / (two + f);
109 s = f * qn; /* |s|<2**-6 */
113 t = qn * (((f - two * h) - h * f1) - h * (f - f1));
134 qn = one / (x + z);
136 s = f * qn;
138 t = qn * ((f - (h + h) * z) - h * f);
143 qn = h * A1_hi;
145 h = qn + s;
146 t += _TBL_log2_lo[j] - ((h - s) - qn);
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c580 int qn = 0; local
738 qn = n;
758 while (qn > 0)
760 qn--;
774 while (qn > 0)
776 qn--;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c1914 int qn = 0; local
1930 qn++;
1936 qn++;
1942 qn++;
1947 if (qe == n && qn > 0)
1948 qn--;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3969 int qn; local
3978 for (qn = 0, qp = udp->queue_head; qn < QHASHSIZE; qn++, qp++) {
3982 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn,
3991 for (qn = 0; qn < QHASHSIZE; qn++, qp++) {
3995 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6007 ** qn -- number of queue directories already cached.
6021 multiqueue_cache(basedir, blen, qg, qn, phash)
6025 int qn;
6072 return qn;
6082 return qn;
6092 return qn;
6106 return qn;
6132 return qn;
6172 if (qn == 0)
6190 return qn;
7027 int i, qn, len; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c1279 _sd_cctl_t *cp, *cn, *qn; local
1282 qn = (q->sq_qhead).cc_prev;
1286 !_sd_cctl_valid(qn))
1288 "_sd_requeue_head %x prev %x next %x qn %x",
1289 centry, cp, cn, qn);

Completed in 107 milliseconds