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

/external/arduino/hardware/arduino/cores/arduino/
H A DPrint.h28 #define DEC 10 macro
48 void print(int, int = DEC);
49 void print(unsigned int, int = DEC);
50 void print(long, int = DEC);
51 void print(unsigned long, int = DEC);
58 void println(int, int = DEC);
59 void println(unsigned int, int = DEC);
60 void println(long, int = DEC);
61 void println(unsigned long, int = DEC);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java77 public static final String DEC = SIPDate.DEC; field in interface:TokenNames
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestExpressionFeatures.g349 DEC = '--';
/external/chromium_org/third_party/icu/source/common/
H A 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);
/external/icu/icu4c/source/common/
H A 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);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java90 public static final String DEC = "Dec"; field in class:SIPDate
238 sipMonth = DEC;
443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) {
/external/elfutils/0.153/src/
H A Dldlex.l87 DEC [0-9]+[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
/external/chromium_org/v8/src/
H A Dtoken.h44 T(DEC, "--", 0) \
266 return op == INC || op == DEC;
/external/iproute2/lib/
H A Dll_proto.c46 __PF(DEC,dec)
/external/zlib/src/as400/
H A Dcompile.clp35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DJavaScriptFormatter.js496 if ((FormatterWorker.JavaScriptTokens.NOT <= token && token <= FormatterWorker.JavaScriptTokens.VOID) || token === FormatterWorker.JavaScriptTokens.ADD || token === FormatterWorker.JavaScriptTokens.SUB || token === FormatterWorker.JavaScriptTokens.INC || token === FormatterWorker.JavaScriptTokens.DEC) {
509 if (!this._hasLineTerminatorBeforeNext() && (token === FormatterWorker.JavaScriptTokens.INC || token === FormatterWorker.JavaScriptTokens.DEC))
913 FormatterWorker.JavaScriptTokens.DEC = FormatterWorker.JavaScriptTokensByValue["--"] = 12;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h298 INC, DEC, OR, XOR, AND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelDAGToDAG.cpp1594 DEC, enumerator in enum:AtomicOpc
1727 // Translate to INC/DEC if ADD by 1 or -1.
1729 Op = (CNVal == 1) ? INC : DEC;
1730 // No more constant operand after being translated into INC/DEC.
1930 // is the value stored the result of a DEC or INC?
1931 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
2010 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
2012 if (Opc == X86ISD::DEC) {
2702 // the EFLAGS on the original DEC are used. (This also applies to
2703 // {INC,DEC}
[all...]
H A DX86ISelLowering.cpp11734 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
11753 // An add of negative one (subtract of one) will be selected as a DEC.
11755 Opcode = X86ISD::DEC;
11827 case X86ISD::DEC:
12486 Opc == X86ISD::DEC ||
12930 X86Opcode = X86ISD::DEC; X86Cond = X86::COND_O;
15798 // A subtract of one will be selected as a DEC. Note that DEC doesn't
15802 BaseOp = X86ISD::DEC;
16582 case X86ISD::DEC
[all...]
/external/bison/
H A Dconfigure6975 # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact.
9955 # function. BeOS and DEC UNIX 4.0 fall in this category, but the
9958 # This test should segfault on the DEC system.
15209 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
23020 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
23299 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
/external/bison/tests/
H A Dtestsuite[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/srec/config/en.us/dictionary/
H A Dc0.627197 DEC D EH1 K
27198 DEC'S D EH1 K S
[all...]

Completed in 670 milliseconds