Home
last modified time | relevance | path

Searched refs:DEC (Results 1 – 25 of 60) sorted by relevance

123

/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode83 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/
Ddir-listing-vms-25 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)
Ddir-listing-vms-56 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,)
8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
Ddir-listing-vms-111 1 13-DEC-2005 08:45:27.56
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java77 public static final String DEC = SIPDate.DEC; field
/external/icu4c/common/
Dusc_impl.c28 #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/
Dusc_impl.c28 #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/
DSIPDate.java90 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/
Dtoken.h66 T(DEC, "--", 0) \
244 return op == INC || op == DEC; in IsCountOp()
/external/elfutils/src/
Dldlex.l70 DEC [0-9]+[kKmM]?
162 {HEX}|{OCT}|{DEC} { char *endp;
/external/jpeg/
Dmakvms.opt3 ! but only for the older VAX C compiler. DEC C does not need it.
/external/openssl/crypto/threads/
Dpthreads-vms.com3 $! WARNING: only tested with DEC C so far.
/external/bluetooth/glib/gobject/
Dgclosure.c126 #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/
DREADME68 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/
DREADME13 For the DEC alpha, I also hand wrote the assember (except the division which
/external/iproute2/lib/
Dll_proto.c52 __PF(DEC,dec)
/external/openssl/crypto/des/
Doptions.txt17 DEC Alpha 165mhz?? - cc - RISC2 PTR [2] 181,000 1448k/s
DINSTALL23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int'
/external/icu4c/data/locales/
Dmer.txt166 "DEC",
/external/zlib/as400/
Dcompile.clp32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
/external/zlib/old/as400/
Dcompile.clp32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
/external/libpng/scripts/
DREADME.txt20 makefile.dec => DEC Alpha UNIX makefile
/external/openssl/crypto/
Dopensslconf.h.in52 /* 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/
DREADME.VMS26 To build with DEC C for either VAX/VMS or Alpha/VMS:
/external/protobuf/m4/
Dacx_pthread.m494 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
175 # due to DEC craziness with -lpthreads. We check for

123