Searched refs:qe (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dgeometry.cpp147 int qs, qe; // quadrants 0..3 local
153 qe = (ye >= 0) ? 0 : 3;
155 qe = (ye >= 0) ? 1 : 2;
156 // make qs always smaller than qe
157 if ((qs > qe)
158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys)))
159 qe += 4;
160 for (int i = qs; i < qe; i++)
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_fork.c94 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe);
112 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
116 TAILQ_REMOVE(&_thr_atfork_list, af, qe);
117 TAILQ_INSERT_TAIL(&temp_list, af, qe);
123 TAILQ_REMOVE(&temp_list, af, qe);
153 TAILQ_FOREACH_REVERSE(af, &_thr_atfork_list, atfork_head, qe) {
222 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
243 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
H A Dthr_stack.c43 LIST_ENTRY(stack) qe; /* Stack queue linkage. */
177 LIST_FOREACH(st, &mstackq, qe)
180 LIST_FOREACH(st, &dstackq, qe)
225 LIST_REMOVE(spare_stack, qe);
235 LIST_FOREACH(spare_stack, &mstackq, qe) {
238 LIST_REMOVE(spare_stack, qe);
308 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
311 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
H A Dthr_private.h231 TAILQ_ENTRY(pthread_atfork) qe; member in struct:pthread_atfork
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_fork.c89 TAILQ_FOREACH_REVERSE(af, &_thr_atfork_list, atfork_head, qe) {
106 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
120 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
H A Dthr_stack.c41 LIST_ENTRY(stack) qe; /* Stack queue linkage. */
170 LIST_REMOVE(spare_stack, qe);
180 LIST_FOREACH(spare_stack, &mstackq, qe) {
183 LIST_REMOVE(spare_stack, qe);
257 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
260 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
H A Dthr_atfork.c54 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe);
H A Dthr_private.h441 TAILQ_ENTRY(pthread_atfork) qe; member in struct:pthread_atfork
746 * queue links, and qe for all other links.
/freebsd-9.3-release/sys/netinet/
H A Dtcp_reass.c129 struct tseg_qent *qe; local
133 while ((qe = LIST_FIRST(&tp->t_segq)) != NULL) {
134 LIST_REMOVE(qe, tqe_q);
135 m_freem(qe->tqe_m);
136 uma_zfree(tcp_reass_zone, qe);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c918 struct goto_queue_node *q, *qe;
933 qe = q + tf->goto_queue_active;
934 for (; q < qe; ++q)
953 struct goto_queue_node *q, *qe;
993 qe = q + tf->goto_queue_active;
999 for (; q < qe; ++q)
1006 for (; q < qe; ++q)
1065 struct goto_queue_node *q, *qe;
1078 qe = q + tf->goto_queue_active;
1079 for (; q < qe;
913 struct goto_queue_node *q, *qe; local
948 struct goto_queue_node *q, *qe; local
1060 struct goto_queue_node *q, *qe; local
1142 struct goto_queue_node *q, *qe; local
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh274 echo "$MNT" | grep -qe "^/" -e "^none" 2>/dev/null
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c2142 void *qe; local
2146 qe = isp_getrqentry(isp);
2147 if (qe == NULL) {
2153 memset(qe, 0, QENTRY_LEN);
2168 isp_put_atio2(isp, at, qe);
2181 isp_put_atio(isp, at, qe);
2183 ISP_TDQE(isp, "isp_target_putback_atio", isp->isp_reqidx, qe);
H A Disp.c5085 uint8_t qe[QENTRY_LEN]; local
5093 isp_get_hdr(isp, addr, (isphdr_t *)qe);
5094 hp = (isphdr_t *)qe;
5187 uint8_t qe[QENTRY_LEN]; local
5188 ispstatusreq_t *sp = (ispstatusreq_t *) qe;
5213 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe;
5233 isp_rio1_t *rio = (isp_rio1_t *) qe;
5498 isp_print_bytes(isp, "CC with no Sense", QENTRY_LEN, qe);
5520 isp_print_bytes(isp, "Unhandled Response Type", QENTRY_LEN, qe);
H A Disp_library.c620 uint8_t qe[QENTRY_LEN], *scp; local
622 ISP_MEMZERO(qe, QENTRY_LEN);
633 vp = (vp_modify_t *) qe;

Completed in 198 milliseconds