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

/freebsd-13-stable/share/i18n/esdb/DEC/
H A DMakefile4 CODE= DEC
5 SED_EXP= 's/DECx/DEC%%PART%%/'
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Ddecode.c47 #define DEC(c) (((c) - ' ') & 0x3f) macro
58 if ((n = DEC(*p)) <= 0)
63 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4;
64 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2;
65 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]);
70 DEC(p[0])<<2 | DEC(
[all...]
/freebsd-13-stable/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-13-stable/usr.bin/uudecode/
H A Duudecode.c350 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ macro
364 if ((i = DEC(*p)) <= 0)
372 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4;
374 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2;
376 ch = DEC(p[2]) << 6 | DEC(p[3]);
382 ch = DEC(p[0]) << 2 | DEC(
[all...]
/freebsd-13-stable/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-stable/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 \
/freebsd-13-stable/usr.bin/calendar/
H A Dsunpos.c102 int inSEC, double eastlongitude, double latitude, double *L, double *DEC)
136 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */
137 fixup(DEC);
144 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA);
153 *ALT = ASIN(SIN(latitude) * SIN(*DEC) +
154 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */
157 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */
177 comp("DEC", DEC, fixup(&expDEC));
101 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-13-stable/contrib/nvi/vi/
H A Dv_increment.c28 #define DEC 0 macro
131 ntype = fmt[DEC];
146 ntype = fmt[DEC];
200 ntype = fmt[DEC];
/freebsd-13-stable/usr.bin/at/
H A Dparsetime.c72 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon16315
115 { "dec", DEC,0 },
127 { "december", DEC,0 },
502 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon5940
489 base = DEC;
636 base = DEC;
689 case DEC:
/freebsd-13-stable/tools/test/iconv/
H A DMakefile16 CP874 CP922 CP932 CP936 CP943 CP949 CP950 DEC-HANYU EUC-TW \
/freebsd-13-stable/targets/pseudo/userland/share/
H A DMakefile.depend49 share/i18n/esdb/DEC \
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_calendar.h80 #define DEC 31 macro
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c2861 #define DEC(from,want,dp) do { \ macro
2913 DEC("%%xhello th+ere \xff",
2916 DEC("plus+should%20work+", "plus should work ",1);
2918 DEC("%f0%a0%b0", "\xf0\xa0\xb0",1);
2946 #undef DEC macro
/freebsd-13-stable/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-13-stable/contrib/sendmail/src/
H A Dconf.c28 #ifdef DEC
34 #endif /* DEC */
3876 #ifdef DEC
3882 #endif /* DEC */
4954 # ifdef DEC
4958 # else /* DEC */
4960 # endif /* DEC */

Completed in 297 milliseconds