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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dcall_entry.h69 #define qe(x) ((queue_entry_t)(x)) macro
80 (void)remque(qe(entry));
82 enqueue_tail(queue, qe(entry));
96 (void)remque(qe(entry));
116 (void)remque(qe(entry));
119 current = CE(queue_next(qe(entry)));
120 (void)remque(qe(entry));
124 if (queue_end(queue, qe(current)) ||
126 current = CE(queue_prev(qe(current)));
130 current = CE(queue_next(qe(curren
[all...]
H A Dthread_call.c121 #define qe(x) ((queue_entry_t)(x)) macro
344 enqueue_tail(&thread_call_internal_queue, qe(call));
412 enqueue_head(&thread_call_internal_queue, qe(call));
552 while (!queue_end(&group->pending_queue, qe(call))) {
555 thread_call_t next = TC(queue_next(qe(call)));
568 call = TC(queue_next(qe(call)));
597 while (!queue_end(&group->delayed_queue, qe(call))) {
600 thread_call_t next = TC(queue_next(qe(call)));
613 call = TC(queue_next(qe(call)));
941 if (queue_first(&group->delayed_queue) == qe(cal
[all...]
H A Dtimer_call.c376 (void) remque(qe(entry));
903 call = TIMER_CALL(queue_next(qe(call)));
904 if (queue_end(&queue->head, qe(call)))
1000 call = TIMER_CALL(queue_next(qe(call)));
1001 } while (!queue_end(&queue_from->head, qe(call)));
1071 call = TIMER_CALL(queue_next(qe(call)));
1072 } while (!queue_end(&queue->head, qe(call)));
1188 queue_entry_t qe; local
1211 qe = queue_first(&timer_longterm_queue->head);
1212 while (!queue_end(&timer_longterm_queue->head, qe)) {
1455 queue_entry_t qe; local
[all...]
H A Dqueue.h321 * boolean_t queue_end(q, qe)
323 * queue_entry_t qe;
325 #define queue_end(q, qe) ((q) == (qe))
499 * void queue_remove(q, qe, type, field)
H A Dsched_prim.c4244 queue_entry_t qe;
4253 qe = queue_first(q);
4254 while (!queue_end(q, qe)) {
4255 if (qe == (queue_entry_t)thread)
4258 qe = queue_next(qe);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtesc.c39 * quote string as of length n with qb...qe
41 * qe and the usual suspects are \... escaped
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
66 if (qe)
67 c += strlen((char*)qe);
157 else if (qe && strchr(qe, c))
211 if (qe && (escaped || spaced))
212 while (*b = *qe++)
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_deprecated.rb29 @qe = QuickEmitter.new
33 qe2 = Psych.load @qe.to_yaml
34 assert_equal @qe.name, qe2.name
40 hash = { :qe => @qe }
42 qe = hash2[:qe]
44 assert_equal @qe.name, qe.name
45 assert_instance_of QuickEmitter, qe
[all...]
/macosx-10.10/groff-38/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++)
/macosx-10.10/IONetworkingFamily-101/
H A DIOMbufQueue.h75 bool IOMbufQueueEnqueue( IOMbufQueue * q, IOMbufQueue * qe )
77 if (qe->count)
80 q->head = qe->head;
82 mbuf_setnextpkt(q->tail , qe->head);
83 q->tail = qe->tail;
84 q->count += qe->count;
86 qe->head = qe->tail = 0;
87 qe->count = 0;
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomcthd.c1044 cthread_queue_elt_p_t qe;
1046 RPC_LIST_REMOVE_TAIL(p->free_queue, qe, cthread_queue_elt_p_t);
1047 RPC_MEM_FREE (qe, RPC_C_MEM_CTHREAD_QETBL);
1172 cthread_queue_elt_p_t qe;
1174 RPC_MEM_ALLOC (qe,
1180 if (qe == NULL)
1186 qe->pool = p;
1187 RPC_LIST_ADD_TAIL (p->free_queue, qe, cthread_queue_elt_p_t);
1215 cthread_queue_elt_p_t qe;
1217 RPC_LIST_REMOVE_TAIL(p->free_queue, qe, cthread_queue_elt_p_
1033 cthread_queue_elt_p_t qe; local
1160 cthread_queue_elt_p_t qe; local
1203 cthread_queue_elt_p_t qe; local
1349 cthread_queue_elt_p_t qe; local
2102 cthread_queue_elt_p_t qe; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdarith.c110 register INT32 qe, temp; local
152 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
153 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
154 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
157 temp = e->a - qe;
163 if (e->a < qe) {
164 e->a = qe;
167 e->a = qe;
[all...]
H A Djcarith.c223 register INT32 qe, temp; local
230 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
231 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
232 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
235 e->a -= qe;
238 if (e->a >= qe) {
239 /* If the interval size (qe) for the less probable symbol (LPS)
244 e->a = qe;
[all...]
/macosx-10.10/uucp-11/uucp/
H A Duuchk.c1099 struct uuconf_proto_param_entry *qe;
1105 for (qe = q->uuconf_qentries; qe->uuconf_cargs > 0; qe++)
1111 for (ia = 0; ia < qe->uuconf_cargs; ia++)
1112 printf (" %s", qe->uuconf_pzargs[ia]);
1094 struct uuconf_proto_param_entry *qe; local
H A Duuconv.c772 const struct uuconf_proto_param_entry *qe;
774 for (qe = qp->uuconf_qentries; qe->uuconf_cargs > 0; qe++)
779 for (i = 0; i < qe->uuconf_cargs; i++)
780 fprintf (e, " %s", qe->uuconf_pzargs[i]);
765 const struct uuconf_proto_param_entry *qe; local
H A Duucico.c2756 struct uuconf_proto_param_entry *qe;
2758 for (qe = qp->uuconf_qentries; qe->uuconf_cargs > 0; qe++)
2762 iuuconf = uuconf_cmd_args (puuconf, qe->uuconf_cargs,
2763 qe->uuconf_pzargs, qcmds,
2752 struct uuconf_proto_param_entry *qe; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl1222 foreach {qs qe} $quoted break
1227 set e $qe
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c2875 char* qe = 0; local
3027 if (c == '"' && qe)
3029 for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
3032 op = qe;
3033 qe = 0;
3050 qe = (c == '"') ? op : (char*)0;
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c1569 queue_entry_t qe; local
1583 qe = queue_next(&mem->listq);
1585 if (! queue_end(&object->memq, qe)) {
1588 next_page = (vm_page_t) qe;
1597 qe = queue_prev(&mem->listq);
1599 if (! queue_end(&object->memq, qe)) {
1602 prev_page = (vm_page_t) qe;
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtestutils.tcl2366 qe -
2592 set names { -queueextent queueextent QUEUEEXTENT qe qamext \
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit2718 qe.\040 �� # ---> 1^3^9v 0
9921 ;qe. �� # ---> 0-1^3^9v 0
10607 qe.n �w # ---> 1^3^9v6v 9
11947 j;qe �� # ---> 7-0-1^3^ 0
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim33 syn keyword vimOption contained altkeymap arabic autowrite backupcopy bdir bin bomb bt ccv charconvert cinoptions cms comments conceallevel cpo cscopequickfix cst cursorline dex digraph ead ei equalalways eventignore fde fdt fileencoding fkmap foldenable foldminlines formatprg gdefault gp guifontset helpfile hidden hl ignorecase imdisable includeexpr inf isident key langmap lines lmap ma matchtime mco ml modeline mousefocus mousetime nrformats ofu para pdev pi previewwindow printmbfont qe report rlc ruler scb scs sessionoptions shellquote shiftwidth showmatch siso smc spc spl ss statusline suffixesadd sws
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim1144 call <SID>OptionL("qe")

Completed in 403 milliseconds