Home
last modified time | relevance | path

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

12345

/freebsd-13.1/usr.sbin/vidcontrol/
H A Ddecode.c47 #define DEC(c) (((c) - ' ') & 0x3f) in decode() macro
58 if ((n = DEC(*p)) <= 0) in decode()
63 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
64 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
65 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]); in decode()
70 DEC(p[0])<<2 | DEC(p[1])>>4; in decode()
74 DEC(p[1])<<4 | DEC(p[2])>>2; in decode()
78 DEC(p[2])<<6 | DEC(p[3]); in decode()
/freebsd-13.1/contrib/ntp/util/
H A Dtg.c137 {DEC, DATA0}, /* 8 */
143 {DEC, DATA0}, /* 14 */
148 {DEC, PI}, /* 19 p2 */
153 {DEC, DATA0}, /* 24 */
158 {DEC, PI}, /* 29 p3 */
168 {DEC, PI}, /* 39 p4 */
173 {DEC, DATA0}, /* 44 */
200 {DEC, M2}, /* 4 im */
205 {DEC, M8}, /* 9 pi */
217 {DEC, M2}, /* 5 im */
[all …]
H A Dtg2.c345 {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 */
481 {DEC, M8}, /* 9 PI */
[all …]
/freebsd-13.1/usr.bin/uudecode/
H A Duudecode.c350 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in uu_decode() macro
364 if ((i = DEC(*p)) <= 0) in uu_decode()
372 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
374 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
376 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
382 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
390 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
397 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
/freebsd-13.1/sys/kern/
H A Dsubr_fattime.c97 #define DEC (NOV + 31) macro
114 { NOV + 0 * YEAR + 1, ENC(0, 12) }, { DEC + 0 * YEAR + 1, ENC(1, 1) },
121 { NOV + 1 * YEAR + 1, ENC(1, 12) }, { DEC + 1 * YEAR + 1, ENC(2, 1) },
128 { NOV + 2 * YEAR + 1, ENC(2, 12) }, { DEC + 2 * YEAR + 1, ENC(3, 1) },
204 DCOD(NOV, 0, 1), DCOD(DEC, 0, 1), 0, 0,
208 DCOD(NOV, 1, 1), DCOD(DEC, 1, 1), 0, 0,
212 DCOD(NOV, 2, 1), DCOD(DEC, 2, 1), 0, 0,
216 DCOD(NOV, 3, 1), DCOD(DEC, 3, 1), 0, 0
/freebsd-13.1/usr.bin/calendar/
H A Dsunpos.c102 int inSEC, double eastlongitude, double latitude, double *L, double *DEC) in sunpos() argument
136 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos()
137 fixup(DEC); in sunpos()
144 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA); in sunpos()
153 *ALT = ASIN(SIN(latitude) * SIN(*DEC) + in sunpos()
154 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */ in sunpos()
157 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */ in sunpos()
177 comp("DEC", DEC, fixup(&expDEC)); in sunpos()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dlecter4 # DEC SRC Virtual Paper: Lectern files
6 0 string lect DEC SRC Virtual Paper Lectern file
/freebsd-13.1/contrib/nvi/vi/
H A Dv_increment.c28 #define DEC 0 macro
131 ntype = fmt[DEC]; in v_increment()
146 ntype = fmt[DEC]; in v_increment()
200 ntype = fmt[DEC]; in v_increment()
/freebsd-13.1/share/i18n/csmapper/MISC/
H A 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
H A 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
/freebsd-13.1/tools/test/sort/bigtest/siks/
H A Dsik228 DEC
30 jul jun mar dec DEC
H A Dsik128 DEC
30 jul jun mar dec DEC
/freebsd-13.1/tools/test/sort/bigtest/
H A Dsi19 DEC
21 jul jun mar dec DEC
/freebsd-13.1/contrib/ntp/html/hints/
H A 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-13.1/contrib/sendmail/test/
H A 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-13.1/usr.bin/at/
H A Dparsetime.c72 JUL, AUG, SEP, OCT, NOV, DEC, enumerator
115 { "dec", DEC,0 },
127 { "december", DEC,0 },
502 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
/freebsd-13.1/contrib/sendmail/cf/mailer/
H A Dmail11.m412 # rulesets are based from those provided by DEC.
16 # mail11 program - gatekeeper.dec.com:/pub/DEC/gwtools.
/freebsd-13.1/share/i18n/esdb/DEC/
H A DMakefile4 CODE= DEC
H A DDEC.part2 # $NetBSD: DEC.part,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
H A DDEC.src2 # $NetBSD: DEC.src,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
H A DDEC.alias2 # $NetBSD: DEC.alias,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
/freebsd-13.1/usr.bin/tip/
H A DREADME11 DEC DF02-AC, DF03-AC DF02, DF03
12 DEC DN-11/Able Quadracall DN11
/freebsd-13.1/libexec/bootpd/
H A DAnnounce56 DEC Ultrix (4.2, 4.3)
58 OSF/1 (DEC Alpha CPU)
/freebsd-13.1/share/i18n/esdb/
H A DMakefile.depend9 share/i18n/esdb/DEC \
H A DMakefile6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \

12345