/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 83 X#define DEC(c) (((c) - ' ') & 077) /* single character decode */ 255 X n = DEC(buf[0]); 265 X j = DEC(bp[0]) << 2 | DEC(bp[1]) >> 4; putc(j, out); checksum += j; 266 X j = DEC(bp[1]) << 4 | DEC(bp[2]) >> 2; putc(j, out); checksum += j; 267 X j = DEC(bp[2]) << 6 | DEC(bp[3]); putc(j, out); checksum += j; 273 X j = DEC(bp[0]) << 2 | DEC(bp[1]) >> 4; 277 X j = DEC(bp[1]) << 4 | DEC(bp[2]) >> 2; 281 X j = DEC(bp[2]) << 6 | DEC(bp[3]); 304 X if (checksum != DEC(*bp)) /* Does that checksum match? */
|
/external/chromium/net/data/ftp/ |
D | dir-listing-vms-2 | 5 BOINC.DIR;1 1/16 29-DEC-2005 21:33:21 [SYSTEM] (RWE,RWE,RE,RE) 10 FIXREC.DIR;1 1/16 20-DEC-2003 10:57:22 [SYSTEM] (RWE,RWE,RE,RE) 17 MISC.DIR;1 6/16 12-DEC-1999 17:31:56 [SYSTEM] (RWE,RWE,RE,RE) 33 WPUT.DIR;1 1/16 9-DEC-2004 20:16:46 [SYSTEM] (RWE,RWE,RE,RE)
|
D | dir-listing-vms-5 | 6 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,) 8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
|
D | dir-listing-vms-1 | 11 1 13-DEC-2005 08:45:27.56
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 77 public static final String DEC = SIPDate.DEC; field
|
/external/icu4c/common/ |
D | usc_impl.c | 28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro 29 #define DEC1(sp) (DEC(sp, 1)) 111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount); in fixup()
|
/external/chromium/third_party/icu/source/common/ |
D | usc_impl.c | 28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro 29 #define DEC1(sp) (DEC(sp, 1)) 111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount); in fixup()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDate.java | 90 public static final String DEC = "Dec"; field in SIPDate 238 sipMonth = DEC; in SIPDate() 443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) { in setMonth()
|
/external/v8/src/ |
D | token.h | 66 T(DEC, "--", 0) \ 244 return op == INC || op == DEC; in IsCountOp()
|
/external/elfutils/src/ |
D | ldlex.l | 70 DEC [0-9]+[kKmM]? 162 {HEX}|{OCT}|{DEC} { char *endp;
|
/external/jpeg/ |
D | makvms.opt | 3 ! but only for the older VAX C compiler. DEC C does not need it.
|
/external/openssl/crypto/threads/ |
D | pthreads-vms.com | 3 $! WARNING: only tested with DEC C so far.
|
/external/bluetooth/glib/gobject/ |
D | gclosure.c | 126 #define DEC(_closure, _field) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, … macro 134 #define DEC(cl,f) (void) (cl->f -= 1) 481 DEC (closure, n_inotifiers); in closure_try_remove_inotify() 501 DEC (closure, n_fnotifiers); in closure_try_remove_fnotify()
|
/external/libpcap/ |
D | README | 68 BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, and OpenBSD. DEC 74 ftp://gatekeeper.dec.com/pub/DEC/net/bpfext42.tar.Z.
|
/external/openssl/crypto/bn/asm/ |
D | README | 13 For the DEC alpha, I also hand wrote the assember (except the division which
|
/external/iproute2/lib/ |
D | ll_proto.c | 52 __PF(DEC,dec)
|
/external/openssl/crypto/des/ |
D | options.txt | 17 DEC Alpha 165mhz?? - cc - RISC2 PTR [2] 181,000 1448k/s
|
D | INSTALL | 23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int'
|
/external/icu4c/data/locales/ |
D | mer.txt | 166 "DEC",
|
/external/zlib/as400/ |
D | compile.clp | 32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
|
/external/zlib/old/as400/ |
D | compile.clp | 32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
|
/external/libpng/scripts/ |
D | README.txt | 20 makefile.dec => DEC Alpha UNIX makefile
|
/external/openssl/crypto/ |
D | opensslconf.h.in | 52 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 26 To build with DEC C for either VAX/VMS or Alpha/VMS:
|
/external/protobuf/m4/ |
D | acx_pthread.m4 | 94 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the 175 # due to DEC craziness with -lpthreads. We check for
|