Searched defs:qt (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | arc.c | 52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 89 qt = 4; 90 else qt = 0; 91 } else if ((qt = qf - qs) < 0) 92 qt += 4; 107 if (++qtctr > qt) 143 if (++qtctr > qt)
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 105 qt = 4; 106 else qt = 0; 107 } else if ((qt = qf - qs) < 0) 108 qt += 4; 123 if (++qtctr > qt) 159 if (++qtctr > qt)
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 108 qt = 4; 109 else qt = 0; 110 } else if ((qt = qf - qs) < 0) 111 qt += 4; 126 if (++qtctr > qt) 162 if (++qtctr > qt)
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | arc.c | 72 int flg, m, qs, qf, qt, qtctr = 0; local 110 qt = 4; 111 else qt = 0; 112 } else if ((qt = qf - qs) < 0) 113 qt += 4; 128 if (++qtctr > qt) 164 if (++qtctr > qt)
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_base.c | 57 struct authlist *q, *qt; local 66 for (q = tgr->h[i]; q; q = qt) { 67 qt = q->nh;
|
H A D | rc_dfl.c | 964 struct authlist **qt; local 973 for (q = &t->a; *q; q = qt) { 974 qt = &(*q)->na; 981 *q = *qt; /* why doesn't this feel right? */
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 229 db_query **qt; local 294 qt = ruleValue2Query(t, rv, 298 if (qt != 0 && q == 0) { 299 q = qt; 302 } else if (qt != 0) { 320 freeQuery(qt[i]); 324 sfree(qt); 334 (void) memcpy(&q[numVals], qt, 335 nqt * sizeof (qt[0])); 340 sfree(qt); [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/ |
H A D | jpeg.c | 485 int h1, h2, qt; local 490 qt = data->comp_index[id][0]; 497 du[0] = data->dc_value[id] * (int) data->quan_table[qt][0]; 499 while (pos < ARRAY_SIZE (data->quan_table[qt])) 510 du[jpeg_zigzag_order[pos]] = val * (int) data->quan_table[qt][pos];
|
Completed in 38 milliseconds