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

/freebsd-11-stable/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-11-stable/lib/libthr/thread/
H A Dthr_fork.c96 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe);
114 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) {
118 TAILQ_REMOVE(&_thr_atfork_list, af, qe);
119 TAILQ_INSERT_TAIL(&temp_list, af, qe);
125 TAILQ_REMOVE(&temp_list, af, qe);
153 TAILQ_FOREACH_REVERSE(af, &_thr_atfork_list, atfork_head, qe) {
229 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
251 TAILQ_FOREACH(af, &_thr_atfork_list, qe) {
H A Dthr_stack.c44 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);
311 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
314 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
H A Dthr_private.h257 TAILQ_ENTRY(pthread_atfork) qe; member in struct:pthread_atfork
/freebsd-11-stable/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-11-stable/sys/netinet/
H A Dtcp_reass.c304 struct tseg_qent *qe; local
308 while ((qe = TAILQ_FIRST(&tp->t_segq)) != NULL) {
309 TAILQ_REMOVE(&tp->t_segq, qe, tqe_q);
310 m_freem(qe->tqe_m);
311 uma_zfree(tcp_reass_zone, qe);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c4913 uint8_t *qe = q->dma.virt; local
4919 qe += q->index * q->size;
4921 rc = !sli_queue_entry_is_valid(q, qe, FALSE);
5006 uint8_t *qe = q->dma.virt; local
5010 qe += q->index * q->size;
5033 ocs_memcpy(qe, entry, q->size);
5083 * @param qe Pointer to the queue entry.
5089 sli_queue_entry_is_valid(sli4_queue_t *q, uint8_t *qe, uint8_t clear) argument
5095 valid = ((sli4_eqe_t *)qe)->vld;
5097 ((sli4_eqe_t *)qe)
5142 uint8_t *qe = q->dma.virt; local
5227 uint8_t *qe = q->dma.virt; local
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh285 echo "$MNT" | grep -qe "^/" -e "^none" 2>/dev/null
/freebsd-11-stable/sys/dev/isp/
H A Disp.c5065 uint8_t qe[QENTRY_LEN]; local
5076 isp_get_hdr(isp, addr, (isphdr_t *)qe);
5077 hp = (isphdr_t *)qe;
5129 uint8_t qe[QENTRY_LEN]; local
5130 ispstatusreq_t *sp = (ispstatusreq_t *)qe;
5131 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe;
5195 isp_rio1_t *rio = (isp_rio1_t *) qe;
5207 ispstatus_cont_t *scp = (ispstatus_cont_t *)qe;

Completed in 178 milliseconds