| /src/usr.bin/uudecode/ |
| uudecode.c | 237 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ 242 if ((n = DEC(*p)) <= 0) 246 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; 248 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; 250 ch = DEC(p[2]) << 6 | DEC(p[3]); 255 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4 [all...] |
| /src/lib/libc/gen/ |
| syslog_private.h | 32 #define DEC() \
|
| xsyslog.c | 182 DEC(); 195 DEC(); 201 DEC(); 212 DEC(); 235 DEC(); 300 DEC();
|
| syslog.c | 99 DEC(); 101 DEC(); 111 DEC();
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 120 #define DEC 2 /* decrement to next digit */ 139 {DEC, DATA0}, /* 8 */ 145 {DEC, DATA0}, /* 14 */ 150 {DEC, PI}, /* 19 p2 */ 155 {DEC, DATA0}, /* 24 */ 160 {DEC, PI}, /* 29 p3 */ 165 {DEC, DATA0}, /* 34 not used */ 170 {DEC, PI}, /* 39 p4 */ 175 {DEC, DATA0}, /* 44 */ 202 {DEC, M2}, /* 4 im * [all...] |
| tg2.c | 323 #define DEC (2) /* decrement to next digit and send PI */ 347 {DEC, DATA0}, /* 8 */ 353 {DEC, DATA0}, /* 14 */ 358 {DEC, PI}, /* 19 p2 */ 363 {DEC, DATA0}, /* 24 */ 373 {DEC, DATA0}, /* 34 not used */ 378 {DEC, PI}, /* 39 p4 */ 383 {DEC, DATA0}, /* 44 */ 435 {DEC, M8}, /* 10 PI */ 467 {DEC, M8}, /* 9 PI * [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| ppc-spr-table | 29 DEC:22:0:0
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| ppc-spr-table | 29 DEC:22:0:0
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| static-method.exp | 23 set DEC {[0-9]} 30 "Continuing.\r\n\r\nBreakpoint $DEC+,.*test_function.*" \ 35 "Continuing.\r\n\r\nBreakpoint $DEC+,.*$result.*" \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| static-method.exp | 23 set DEC {[0-9]} 30 "Continuing.\r\n\r\nBreakpoint $DEC+,.*test_function.*" \ 35 "Continuing.\r\n\r\nBreakpoint $DEC+,.*$result.*" \
|
| /src/share/i18n/esdb/ |
| Makefile | 15 SUBDIR= APPLE AST BIG5 CBM CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 \
|
| /src/external/bsd/nvi/dist/vi/ |
| v_increment.c | 38 #define DEC 0 139 ntype = fmt[DEC]; 154 ntype = fmt[DEC]; 209 ntype = fmt[DEC];
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.h | 118 DEC = 319, /* DEC */ 243 #define DEC 319
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.h | 118 DEC = 319, /* DEC */ 243 #define DEC 319
|
| /src/lib/libc/stdio/ |
| vsnprintf_ss.c | 132 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ 281 base = DEC; 352 base = DEC; 398 case DEC:
|
| /src/usr.bin/at/ |
| parsetime.c | 67 JUL, AUG, SEP, OCT, NOV, DEC, 118 {"dec", DEC, false}, 130 {"december", DEC, false}, 482 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 948 DEC A 950 DEC A 952 DEC A 976 DEC A 978 DEC A 1206 DEC HL 1289 DEC A 1378 INC A ; DEC is not change CY 1385 DEC A ; DEC is not change C [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.y | 121 %token INC DEC INCL EXCL 253 exp : DEC '(' exp ')' 257 exp : DEC '(' exp ',' exp ')' 709 {"DEC", DEC },
|
| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| ldrc.s | 87 dt r0 ! Ugh! No DEC insn!
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-exp.y | 121 %token INC DEC INCL EXCL 249 exp : DEC '(' exp ')' 253 exp : DEC '(' exp ',' exp ')' 704 {"DEC", DEC },
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| ldrc.s | 87 dt r0 ! Ugh! No DEC insn!
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| function.h | 577 #define SUB_PARM_SIZE(TO, DEC) \ 579 tree dec = (DEC); \ 580 if (tree_fits_shwi_p (dec)) \ 581 (TO).constant -= tree_to_shwi (dec); \ 584 fold_convert (ssizetype, dec)); \ 587 fold_convert (ssizetype, dec)); \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function.h | 596 #define SUB_PARM_SIZE(TO, DEC) \ 598 tree dec = (DEC); \ 599 if (tree_fits_shwi_p (dec)) \ 600 (TO).constant -= tree_to_shwi (dec); \ 603 fold_convert (ssizetype, dec)); \ 606 fold_convert (ssizetype, dec)); \
|
| /src/sys/kern/ |
| subr_prf.c | 1265 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ 1404 base = DEC; 1472 base = DEC; 1518 case DEC:
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_calendar.h | 82 #define DEC 31
|