| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | decode.c | 47 #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 D | tg.c | 137 {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 D | tg2.c | 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 */ 481 {DEC, M8}, /* 9 PI */ [all …]
|
| /freebsd-13.1/usr.bin/uudecode/ |
| H A D | uudecode.c | 350 #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 D | subr_fattime.c | 97 #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 D | sunpos.c | 102 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 D | lecter | 4 # DEC SRC Virtual Paper: Lectern files 6 0 string lect DEC SRC Virtual Paper Lectern file
|
| /freebsd-13.1/contrib/nvi/vi/ |
| H A D | v_increment.c | 28 #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 D | UCS%DECMCS.src | 15 # 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 D | DECMCS%UCS.src | 15 # 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 D | sik2 | 28 DEC 30 jul jun mar dec DEC
|
| H A D | sik1 | 28 DEC 30 jul jun mar dec DEC
|
| /freebsd-13.1/tools/test/sort/bigtest/ |
| H A D | si | 19 DEC 21 jul jun mar dec DEC
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | decosf1 | 1 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 D | Results | 34 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 D | parsetime.c | 72 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 D | mail11.m4 | 12 # 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 D | Makefile | 4 CODE= DEC
|
| H A D | DEC.part | 2 # $NetBSD: DEC.part,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| H A D | DEC.src | 2 # $NetBSD: DEC.src,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| H A D | DEC.alias | 2 # $NetBSD: DEC.alias,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| /freebsd-13.1/usr.bin/tip/ |
| H A D | README | 11 DEC DF02-AC, DF03-AC DF02, DF03 12 DEC DN-11/Able Quadracall DN11
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Announce | 56 DEC Ultrix (4.2, 4.3) 58 OSF/1 (DEC Alpha CPU)
|
| /freebsd-13.1/share/i18n/esdb/ |
| H A D | Makefile.depend | 9 share/i18n/esdb/DEC \
|
| H A D | Makefile | 6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \
|