Searched refs:DEC (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/ntp-92/util/
H A Dtg.c118 #define DEC 2 /* decrement to next digit */ macro
137 {DEC, DATA0}, /* 8 */
143 {DEC, DATA0}, /* 14 */
148 {DEC, PI}, /* 19 p2 */
153 {DEC, DATA0}, /* 24 */
158 {DEC, PI}, /* 29 p3 */
163 {DEC, DATA0}, /* 34 not used */
168 {DEC, PI}, /* 39 p4 */
173 {DEC, DATA0}, /* 44 */
200 {DEC, M
[all...]
/macosx-10.10.1/basic_cmds-55/uudecode/
H A Duudecode.c386 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ macro
400 if ((i = DEC(*p)) <= 0)
408 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4;
410 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2;
412 ch = DEC(p[2]) << 6 | DEC(p[3]);
418 ch = DEC(p[0]) << 2 | DEC(
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/threads/
H A Dpthreads-vms.com3 $! WARNING: only tested with DEC C so far.
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dalpha.h98 # error What gives? Fix me if DEC Unix supports ELF now.
/macosx-10.10.1/libiconv-42/libiconv/libcharset/tools/
H A Dall-charsets28 DEC-KANJI | DEC-HANYU | \
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Doldsyslog.c168 #define DEC() \ macro
177 DEC();
180 DEC();
188 DEC();
192 DEC();
228 DEC();
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.computer30 03/28 DEC announces PDP-11, 1970
42 05/21 DEC announces PDP-8, 1965
62 08/23 DEC founded, 1957
72 10/25 DEC announces VAX-11/780
/macosx-10.10.1/ntp-92/include/
H A Dntp_calendar.h34 #define DEC 31 macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dusc_impl.c28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount);
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c71 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon12475
115 { "dec", DEC,0 },
127 { "december", DEC,0 },
542 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com9 $! Created 6-DEC-1991 Karsten Spang
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dmaketests.com25 $! DECC For DEC C.
330 $! Check To See If We Need A DEC C Option File.
335 $! Check To See If We Already Have A DEC C Linker Option File.
345 $! We Need A DEC C Linker Option File For VAX.
351 ! The Shareable DEC C Runtime Library.
372 $! End The DEC C Option File Check.
380 $! End The DEC C Check.
740 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodula3.vim23 syn keyword modula3Keyword CARDINAL CASE CEILING CHAR CONST DEC DEFINITION
H A Dmodsim3.vim40 syn keyword modsim3Builtin DEACTIVATE DEC DISPOSE FLOAT GETMONITOR HIGH INC
H A Dmodula2.vim33 syn keyword modula2StdFunc ABS CAP CHR DEC EXCL INC INCL ORD SIZE TSIZE VAL
H A Da65.vim30 syn match a65Opcode "\<DEC\($\|\s\)" nextgroup=a65Address
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A Dmakeengines.com15 $! DECC for DEC C
319 $! Check To See If We Need A DEC C Option File.
324 $! Check To See If We Already Have A DEC C Linker Option File.
334 $! We Need A DEC C Linker Option File For VAX.
340 ! The Sharable DEC C Runtime Library.
361 $! End The DEC C Option File Check.
369 $! End The DEC C Check.
767 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dcompile.clp32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h402 DEC = 11 enumerator in enum:operand_type
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dfilter.t272 sub DEC { return -- $_[0] }
274 #$db->filter_store_key (sub { warn "FSK $_\n"; $_ = DEC($_); warn "XX\n" }) ;
276 #$db->filter_store_value (sub { warn "FSV $_\n"; $_ = DEC($_); warn "XX\n" }) ;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/libtiff/
H A Dmakevms.com9 $! Created 1-DEC-1994 Karsten Spang
/macosx-10.10.1/OpenSSL098-52/src/
H A Dmakevms.com44 $! DECC For DEC C.
60 $! use at build time (this works with DEC C). This is
328 $ WRITE H_FILE "#undef BN_LLONG" ! VAX C/DEC C doesn't have long long
955 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com34 $! DECC For DEC C.
558 $! Check To See If We Need A DEC C Option File.
563 $! Check To See If We Already Have A DEC C Linker Option File.
573 $! We Need A DEC C Linker Option File For VAX.
579 ! The Sharable DEC C Runtime Library.
600 $! End The DEC C Option File Check.
608 $! End The DEC C Check.
991 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips-lib.com30 $! DECC For DEC C.
565 $! Check To See If We Need A DEC C Option File.
570 $! Check To See If We Already Have A DEC C Linker Option File.
580 $! We Need A DEC C Linker Option File For VAX.
586 ! The Sharable DEC C Runtime Library.
607 $! End The DEC C Option File Check.
615 $! End The DEC C Check.
1027 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl-lib.com30 $! DECC For DEC C.
403 $! Check To See If We Need A DEC C Option File.
408 $! Check To See If We Already Have A DEC C Linker Option File.
418 $! We Need A DEC C Linker Option File For VAX.
424 ! The Sharable DEC C Runtime Library.
445 $! End The DEC C Option File Check.
453 $! End The DEC C Check.
906 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."

Completed in 361 milliseconds

12