| /freebsd-14.2/usr.sbin/vidcontrol/ |
| H A D | decode.c | 42 #define DEC(c) (((c) - ' ') & 0x3f) in decode() macro 53 if ((n = DEC(*p)) <= 0) in decode() 58 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4; in decode() 59 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2; in decode() 60 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]); in decode() 65 DEC(p[0])<<2 | DEC(p[1])>>4; in decode() 69 DEC(p[1])<<4 | DEC(p[2])>>2; in decode() 73 DEC(p[2])<<6 | DEC(p[3]); in decode()
|
| /freebsd-14.2/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-14.2/usr.bin/bintrans/ |
| H A D | uudecode.c | 380 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in uu_decode() macro 394 if ((i = DEC(*p)) <= 0) in uu_decode() 402 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode() 404 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode() 406 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode() 412 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode() 420 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode() 427 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_fattime.c | 95 #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-14.2/usr.bin/calendar/ |
| H A D | sunpos.c | 100 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-14.2/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-14.2/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-14.2/share/i18n/csmapper/MISC/ |
| H A D | DECMCS%UCS.src | 14 # Name: DEC Multinational Character Set (1987) to Unicode 40 # DEC Multinational Character Set characters map into Unicode. 43 # Column #1 is the DEC MCS code (in hex as 0xXX) 47 # The entries are in DEC MCS order
|
| H A D | UCS%DECMCS.src | 14 # Name: DEC Multinational Character Set (1987) to Unicode 40 # DEC Multinational Character Set characters map into Unicode. 43 # Column #1 is the DEC MCS code (in hex as 0xXX) 47 # The entries are in DEC MCS order
|
| /freebsd-14.2/tools/test/sort/bigtest/siks/ |
| H A D | sik1 | 28 DEC 30 jul jun mar dec DEC
|
| H A D | sik2 | 28 DEC 30 jul jun mar dec DEC
|
| /freebsd-14.2/tools/test/sort/bigtest/ |
| H A D | si | 19 DEC 21 jul jun mar dec DEC
|
| /freebsd-14.2/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-14.2/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-14.2/usr.bin/at/ |
| H A D | parsetime.c | 70 JUL, AUG, SEP, OCT, NOV, DEC, enumerator 113 { "dec", DEC,0 }, 125 { "december", DEC,0 }, 500 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
|
| /freebsd-14.2/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-14.2/share/i18n/esdb/DEC/ |
| H A D | Makefile | 3 CODE= DEC
|
| H A D | DEC.part | 1 # $NetBSD: DEC.part,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| H A D | DEC.src | 1 # $NetBSD: DEC.src,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| H A D | DEC.alias | 1 # $NetBSD: DEC.alias,v 1.1 2007/04/01 18:52:30 tnozaki Exp $
|
| /freebsd-14.2/usr.bin/tip/ |
| H A D | README | 10 DEC DF02-AC, DF03-AC DF02, DF03 11 DEC DN-11/Able Quadracall DN11
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | Announce | 55 DEC Ultrix (4.2, 4.3) 57 OSF/1 (DEC Alpha CPU)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | snps,dw-umctl2-ddrc.yaml | 17 be equipped with SEC/DEC ECC feature if DRAM data bus width is either 21 controller. It has an optional SEC/DEC ECC support in 64- and 32-bits
|
| /freebsd-14.2/share/i18n/esdb/ |
| H A D | Makefile.depend | 8 share/i18n/esdb/DEC \
|