Searched refs:DEC (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/share/i18n/esdb/DEC/
H A DMakefile4 CODE= DEC
5 SED_EXP= 's/DECx/DEC%%PART%%/'
/freebsd-9.3-release/usr.sbin/vidcontrol/
H A Ddecode.c45 #define DEC(c) (((c) - ' ') & 0x3f) macro
56 if ((n = DEC(*p)) <= 0)
61 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4;
62 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2;
63 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]);
68 DEC(p[0])<<2 | DEC(
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A 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, M
[all...]
H A 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, M
[all...]
/freebsd-9.3-release/usr.bin/uudecode/
H A Duudecode.c348 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ macro
362 if ((i = DEC(*p)) <= 0)
370 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4;
372 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2;
374 ch = DEC(p[2]) << 6 | DEC(p[3]);
380 ch = DEC(p[0]) << 2 | DEC(
[all...]
/freebsd-9.3-release/sys/kern/
H A 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.3-release/usr.bin/calendar/calendars/
H A 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
/freebsd-9.3-release/usr.bin/calendar/
H A Dsunpos.c100 int inSEC, double eastlongitude, double latitude, double *L, double *DEC)
134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */
135 fixup(DEC);
142 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA);
151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) +
152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */
155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
175 comp("DEC", DEC, fixup(&expDEC));
99 sunpos(int inYY, int inMM, int inDD, double UTCOFFSET, int inHOUR, int inMIN, int inSEC, double eastlongitude, double latitude, double *L, double *DEC) argument
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_increment.c32 #define DEC 0 macro
136 ntype = fmt[DEC];
151 ntype = fmt[DEC];
205 ntype = fmt[DEC];
/freebsd-9.3-release/share/i18n/esdb/
H A DMakefile6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dop.h65 DEC, enumerator in enum:__anon10859
H A Dscan.l131 "--" return (operator(T_INCDEC, DEC));
H A Dtree.c1141 case DEC:
3511 case DEC:
3880 case DEC:
/freebsd-9.3-release/usr.bin/at/
H A Dparsetime.c69 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon10732
112 { "dec", DEC,0 },
124 { "december", DEC,0 },
469 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.y177 %token INC DEC INCL EXCL
307 exp : DEC '(' exp ')'
311 exp : DEC '(' exp ',' exp ')'
796 {"DEC", DEC },
H A Dm2-exp.c83 DEC = 285, enumerator in enum:yytokentype
131 #define DEC 285 macro
515 "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "INC", "DEC",
2289 {"DEC", DEC },
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon4036
489 base = DEC;
636 base = DEC;
689 case DEC:
/freebsd-9.3-release/tools/test/iconv/
H A DMakefile16 CP874 CP922 CP932 CP936 CP943 CP949 CP950 DEC-HANYU EUC-TW \
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_calendar.h76 #define DEC 31 macro
/freebsd-9.3-release/contrib/gcc/
H A Dexpr.h140 #define SUB_PARM_SIZE(TO, DEC) \
142 tree dec = (DEC); \
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h293 INC, DEC, OR, XOR, AND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelDAGToDAG.cpp1586 DEC, enumerator in enum:AtomicOpc
1719 // Translate to INC/DEC if ADD by 1 or -1.
1721 Op = (CNVal == 1) ? INC : DEC;
1722 // No more constant operand after being translated into INC/DEC.
1922 // is the value stored the result of a DEC or INC?
1923 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
2002 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
2004 if (Opc == X86ISD::DEC) {
2726 // the EFLAGS on the original DEC are used. (This also applies to
2727 // {INC,DEC}
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2608 #define DEC(from,want,dp) do { \ macro
2660 DEC("%%xhello th+ere \xff",
2663 DEC("plus+should%20work+", "plus should work ",1);
2665 DEC("%f0%a0%b0", "\xf0\xa0\xb0",1);
2693 #undef DEC macro
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c255 DEC,
464 case DEC:
497 case DEC:
3218 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
3220 print_vma ((bfd_vma) elf_header.e_shoff, DEC);
3389 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
4320 print_vma (section->sh_addralign, DEC);
253 DEC, enumerator in enum:print_mode
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c27 #ifdef DEC
33 #endif /* DEC */
3807 #ifdef DEC
3813 #endif /* DEC */
4881 # ifdef DEC
4885 # else /* DEC */
4887 # endif /* DEC */

Completed in 395 milliseconds

12