/freebsd/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/contrib/ntp/util/ |
H A D | tg.c | 118 #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 …]
|
H A D | tg2.c | 321 #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/usr.bin/bintrans/ |
H A D | uudecode.c | 368 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in uu_decode() macro 382 if ((i = DEC(*p)) <= 0) in uu_decode() 390 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode() 392 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode() 394 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode() 400 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode() 408 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode() 415 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
|
/freebsd/sys/kern/ |
H A D | subr_fattime.c | 96 #define DEC (NOV + 31) 113 { NOV + 0 * YEAR + 1, ENC(0, 12) }, { DEC + 0 * YEAR + 1, ENC(1, 1) }, 120 { NOV + 1 * YEAR + 1, ENC(1, 12) }, { DEC + 1 * YEAR + 1, ENC(2, 1) }, 127 { NOV + 2 * YEAR + 1, ENC(2, 12) }, { DEC + 2 * YEAR + 1, ENC(3, 1) }, 200 DCOD(NOV, 0, 1), DCOD(DEC, 0, 1), 0, 0, 204 DCOD(NOV, 1, 1), DCOD(DEC, 1, 1), 0, 0, 208 DCOD(NOV, 2, 1), DCOD(DEC, 2, 1), 0, 0, 212 DCOD(NOV, 3, 1), DCOD(DEC, 3, 1), 0, 0 95 #define DEC global() macro
|
/freebsd/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/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/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/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/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/tools/test/sort/bigtest/ |
H A D | si | 19 DEC 21 jul jun mar dec DEC
|
/freebsd/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/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/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/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/usr.bin/tip/ |
H A D | README | 10 DEC DF02-AC, DF03-AC DF02, DF03 11 DEC DN-11/Able Quadracall DN11
|
/freebsd/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/libexec/bootpd/ |
H A D | Announce | 55 DEC Ultrix (4.2, 4.3) 57 OSF/1 (DEC Alpha CPU)
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator 489 base = DEC; 636 base = DEC; 689 case DEC:
|
/freebsd/share/i18n/esdb/ |
H A D | Makefile.depend | 8 share/i18n/esdb/DEC \
|