Home
last modified time | relevance | path

Searched refs:DEC (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd-9-stable/usr.sbin/vidcontrol/
Ddecode.c45 #define DEC(c) (((c) - ' ') & 0x3f) in decode() macro
56 if ((n = DEC(*p)) <= 0) in decode()
61 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
62 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
63 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]); in decode()
68 DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
72 DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
76 DEC(p[2])<<6 | DEC(p[3]); in decode()
/freebsd-9-stable/contrib/ntp/util/
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, M2}, /* 4 im */
[all …]
Dtg2.c321 #define DEC (2) /* decrement to next digit and send PI */ macro
345 {DEC, DATA0}, /* 8 */
351 {DEC, DATA0}, /* 14 */
356 {DEC, PI}, /* 19 p2 */
361 {DEC, DATA0}, /* 24 */
371 {DEC, DATA0}, /* 34 not used */
376 {DEC, PI}, /* 39 p4 */
381 {DEC, DATA0}, /* 44 */
433 {DEC, M8}, /* 10 PI */
465 {DEC, M8}, /* 9 PI */
[all …]
/freebsd-9-stable/usr.bin/uudecode/
Duudecode.c348 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in uu_decode() macro
362 if ((i = DEC(*p)) <= 0) in uu_decode()
370 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
372 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
374 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
380 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
388 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
395 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
/freebsd-9-stable/sys/kern/
Dsubr_fattime.c95 #define DEC (NOV + 31) macro
112 { NOV + 0 * YEAR + 1, ENC(0, 12) }, { DEC + 0 * YEAR + 1, ENC(1, 1) },
119 { NOV + 1 * YEAR + 1, ENC(1, 12) }, { DEC + 1 * YEAR + 1, ENC(2, 1) },
126 { NOV + 2 * YEAR + 1, ENC(2, 12) }, { DEC + 2 * YEAR + 1, ENC(3, 1) },
202 DCOD(NOV, 0, 1), DCOD(DEC, 0, 1), 0, 0,
206 DCOD(NOV, 1, 1), DCOD(DEC, 1, 1), 0, 0,
210 DCOD(NOV, 2, 1), DCOD(DEC, 2, 1), 0, 0,
214 DCOD(NOV, 3, 1), DCOD(DEC, 3, 1), 0, 0
/freebsd-9-stable/share/i18n/esdb/DEC/
DDEC.part1 # $FreeBSD: stable/9/share/i18n/esdb/DEC/DEC.part 219019 2011-02-25 00:04:39Z gabor $
2 # $NetBSD: DEC.part,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
DDEC.src1 # $FreeBSD: stable/9/share/i18n/esdb/DEC/DEC.src 219019 2011-02-25 00:04:39Z gabor $
2 # $NetBSD: DEC.src,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
DDEC.alias1 # $FreeBSD: stable/9/share/i18n/esdb/DEC/DEC.alias 219019 2011-02-25 00:04:39Z gabor $
2 # $NetBSD: DEC.alias,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
DMakefile4 CODE= DEC
DDECHanyu.src1 # $FreeBSD: stable/9/share/i18n/esdb/DEC/DECHanyu.src 219019 2011-02-25 00:04:39Z gabor $
/freebsd-9-stable/usr.bin/calendar/
Dsunpos.c100 int inSEC, double eastlongitude, double latitude, double *L, double *DEC) in sunpos() argument
134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos()
135 fixup(DEC); in sunpos()
142 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA); in sunpos()
151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) + in sunpos()
152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */ in sunpos()
155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */ in sunpos()
175 comp("DEC", DEC, fixup(&expDEC)); in sunpos()
/freebsd-9-stable/contrib/file/magic/Magdir/
Dlecter4 # DEC SRC Virtual Paper: Lectern files
6 0 string lect DEC SRC Virtual Paper Lectern file
/freebsd-9-stable/contrib/nvi/vi/
Dv_increment.c32 #define DEC 0 macro
136 ntype = fmt[DEC];
151 ntype = fmt[DEC];
205 ntype = fmt[DEC];
/freebsd-9-stable/usr.bin/calendar/calendars/
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, 1977
/freebsd-9-stable/share/i18n/csmapper/MISC/
DDECMCS%UCS.src15 # Name: DEC Multinational Character Set (1987) to Unicode
41 # DEC Multinational Character Set characters map into Unicode.
44 # Column #1 is the DEC MCS code (in hex as 0xXX)
48 # The entries are in DEC MCS order
DUCS%DECMCS.src15 # Name: DEC Multinational Character Set (1987) to Unicode
41 # DEC Multinational Character Set characters map into Unicode.
44 # Column #1 is the DEC MCS code (in hex as 0xXX)
48 # The entries are in DEC MCS order
/freebsd-9-stable/contrib/ntp/html/hints/
Ddecosf11 Some major changes were necessary to make xntp v3 run on the DEC Alpha
2 hardware running DEC OSF/1. All "long" and "u_long" declarations and
12 DEC OSF/1 v1.2-2 (BL10).
/freebsd-9-stable/contrib/sendmail/test/
DResults34 OSF/1 T1.3-4 OK 93.07.19 eric (on DEC Alpha)
138 DEC OSF1 3.0 0/0 0/0
139 DEC OSF1 3.2D-2 0/0 0/0 0/0
140 DEC OSF1 4.0A 0/0 0/0 0/0
141 DEC OSF 4.0B 0/0 0/0 0/0
/freebsd-9-stable/usr.bin/at/
Dparsetime.c69 JUL, AUG, SEP, OCT, NOV, DEC, enumerator
112 { "dec", DEC,0 },
124 { "december", DEC,0 },
469 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
/freebsd-9-stable/contrib/sendmail/cf/mailer/
Dmail11.m412 # rulesets are based from those provided by DEC.
16 # mail11 program - gatekeeper.dec.com:/pub/DEC/gwtools.
/freebsd-9-stable/usr.bin/tip/
DREADME11 DEC DF02-AC, DF03-AC DF02, DF03
12 DEC DN-11/Able Quadracall DN11
/freebsd-9-stable/libexec/bootpd/
DAnnounce56 DEC Ultrix (4.2, 4.3)
58 OSF/1 (DEC Alpha CPU)
/freebsd-9-stable/contrib/binutils/binutils/
DREADME213 need DEC C or GNU C for openVMS/Alpha. You'll need *both* compilers
216 Compiling with either DEC C or GNU C works on openVMS/Alpha only. Some
217 of the opcodes and binutils files trap a bug in the DEC C optimizer,
221 a bug in GNU C and the gnu assembler a bug in (my version of) DEC C.
230 If you're compiling with DEC C or VAX C, you must run
237 makefile.vms. Either select CC=cc (for DEC C) or CC=gcc (for GNU C)
/freebsd-9-stable/contrib/sendmail/libsm/
Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator
489 base = DEC;
636 base = DEC;
689 case DEC:
/freebsd-9-stable/share/i18n/esdb/
DMakefile6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \

123456