Searched refs:DEC (Results 1 – 25 of 103) sorted by relevance
12345
/external/iptables/etc/ |
D | ethertypes | 17 DEC 6000 # DEC Assigned proto 18 DNA_DL 6001 # DEC DNA Dump/Load 19 DNA_RC 6002 # DEC DNA Remote Console 20 DNA_RT 6003 # DEC DNA Routing 21 LAT 6004 # DEC LAT 22 DIAG 6005 # DEC Diagnostics 23 CUST 6006 # DEC Customer use 24 SCA 6007 # DEC Systems Comms Arch
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 77 public static final String DEC = SIPDate.DEC; field
|
/external/ImageMagick/MagickCore/ |
D | Make.com | 13 $then ! VAX with DEC C 20 $then ! Alpha with DEC C
|
D | xwdfile.h_vms | 33 * Author: Tony Della Fera, DEC
|
/external/icu/icu4c/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/elfutils/src/ |
D | ldlex.l | 79 DEC [0-9]+[kKmM]? 172 {HEX}|{OCT}|{DEC} { char *endp;
|
/external/llvm/test/CodeGen/X86/ |
D | misched-fusion.ll | 28 ; Verify that DEC+JE are scheduled together. 55 ; DEC+JS should *not* be scheduled together.
|
/external/v8/src/parsing/ |
D | token.h | 46 T(DEC, "--", 0) \ 314 return op == INC || op == DEC; in IsCountOp()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 42 # Atomic DEC
|
D | fpu_asm.S | 115 # Atomic DEC
|
D | vmx_asm.S | 132 # Atomic DEC
|
/external/iproute2/lib/ |
D | ll_proto.c | 46 __PF(DEC,dec)
|
/external/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 10 || 3 || Enhance ltp kdump to support kdump testing || DEC 2007 …
|
/external/ImageMagick/coders/ |
D | Make.com | 10 $then ! VAX with DEC C 17 $then ! Alpha with DEC C
|
/external/libpcap/ |
D | README.tru64 | 2 (formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, and
|
/external/libxml2/vms/ |
D | readme.vms | 111 - the DEC C compiler may produce a number of warnings when compiling the 140 /NAMES=SHORTENED compiler option, which requires DEC/Compaq C 5.7
|
/external/bison/m4/ |
D | fpieee.m4 | 42 # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact.
|
D | isnanf.m4 | 137 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
|
/external/zlib/src/as400/ |
D | compile.clp | 35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | TestExpressionFeatures.g3 | 49 DEC = '--';
|
/external/icu/icu4c/source/data/locales/ |
D | mer.txt | 160 "DEC",
|
/external/libpng/scripts/ |
D | README.txt | 20 makefile.dec => DEC Alpha UNIX makefile
|
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 112 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the 197 # due to DEC craziness with -lpthreads. We check for
|
/external/python/cpython2/Doc/library/ |
D | fpectl.rst | 31 (The example above will work on many platforms. DEC Alpha may be one exception.)
|
12345