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

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dcrc.c161 #define DOWN(ctx) ((ctx) >> CRCSHIFTS)
167 accu = UP (accu) ^ CrcTable [(unsigned char) (DOWN (accu)) ^ buf];
172 #undef DOWN
203 #define DOWN(ctx) ((ctx) >> CRCSHIFTS)
211 accu = UP (accu) ^ CrcTable [(unsigned char) (DOWN (accu)) ^ (buffer [i])];
217 #undef DOWN
158 #define DOWN macro
169 #undef DOWN macro
199 #define DOWN macro
213 #undef DOWN macro
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn_tab.h28 #define DOWN 284 macro
H A Deqn.y67 %token DOWN
110 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
249 | DOWN number simple
H A Deqn.cpp58 #define DOWN 284 macro
561 "ABOVE","TEXT","QUOTED_TEXT","FWD","BACK","DOWN","UP","MATRIX","COL","LCOL",
618 "simple : DOWN number simple",
H A Dlex.cpp90 { "down", DOWN },
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drbt.c82 #define DOWN(node) ((node)->down) macro
351 if (DOWN(node) == NULL)
355 node = DOWN(node);
478 root = &DOWN(current);
485 child = DOWN(current);
577 DOWN(new_current) = current;
578 root = &DOWN(new_current);
930 current = DOWN(current);
1132 if (DOWN(current) != NULL) {
1137 DOWN(curren
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h14 #define DOWN 270 macro
H A Dpic.y97 %token DOWN
114 %token DOWN
226 %left CHOP SOLID DASHED DOTTED UP DOWN FILL COLORED OUTLINED
335 | DOWN
779 | object_spec DOWN
786 | object_spec DOWN expr
H A Dlex.cpp464 { "down", DOWN },
H A Dpic.cpp86 #define DOWN 270 macro
3200 "RIGHT_ARROW_HEAD","DOUBLE_ARROW_HEAD","LAST","UP","DOWN","LEFT","RIGHT","BOX",
3229 "placeless_element : DOWN",
3309 "object_spec : object_spec DOWN",
3310 "object_spec : object_spec DOWN expr",
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c64 #define DOWN 004 macro
331 if ((lastdir == FRONT || lastdir == DOWN) && dir & UP) {
338 /* note that maybe neither UP nor DOWN is set! */
341 else if (dir & DOWN && y < (int)Height - 64)
348 else if (dir == DOWN)
434 dir = DOWN, interval = 20;
445 dir = (LEFT|DOWN);
449 dir = (RIGHT|DOWN);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Drefcount.h81 RCDEBUG(DOWN, mRefCount - 1);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Drefcount.h81 RCDEBUG(DOWN, mRefCount - 1);
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex299 \key{previous/next plain list item}{S-UP/DOWN$^3$}
311 \key{move subtree/list item up/down}{M-S-UP/DOWN}
369 \key{move the current row down}{M-DOWN}
371 \key{insert new row above the current row}{M-S-DOWN}
477 \key{next heading}{DOWN}
512 \key{lower priority of current item}{S-DOWN$^3$}
540 \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
548 %\key{... forward/backward one week}{S-UP/DOWN}
629 \key{raise/lower priority of current item}{S-UP/DOWN$^3$}
734 %S-UP $\to$ M-p S-DOWN
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddesc.vim36 syn match descTag /^\[\(D\|DOWN\|DOWNLOAD\)\]/ nextgroup=descSum skipwhite
H A Dtssgm.vim44 syn keyword tssgmArgs OUT IN DOWN BOTH DOUBLE NONE SINGLE RADK CC FECC
H A Dfgl.vim40 syn keyword fglKeyword DOWN DOWNSHIFT DROP
H A Domnimark.vim47 syn keyword omnimarkCommands DEFAULT-ENTITY DEFAULTED DEFAULTING DELIMITER DIFFERENCE DIRECTORY DOCTYPE DOCUMENT DOCUMENT-ELEMENT DOMAIN-FREE DOWN-TRANSLATE DTD DTD-END DTDS
H A Dcobol.vim58 syn keyword cobolReserved contained DETAIL DISABLE DISPLAY DIVIDE DIVISION DOWN DUPLICATES DYNAMIC EGI ELSE EMI
H A Dgtkrc.vim56 syn keyword gtkrcConstant TRUE FALSE NONE IN OUT LEFT RIGHT TOP BOTTOM UP DOWN VERTICAL HORIZONTAL ETCHED_IN ETCHED_OUT
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py45 DOWN = '' #: Move the cursor down one line variable in class:TerminalController
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_split.c68 enum { UP, DOWN } dir; enumerator in enum:__anon143
140 dir = DOWN;
149 if (dir == DOWN)

Completed in 153 milliseconds