Searched refs:DEC (Results 1 - 19 of 19) 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/icu4c/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/src/
H A Dldlex.l87 DEC [0-9]+[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
/external/chromium_org/v8/src/
H A Dtoken.h67 T(DEC, "--", 0) \
280 return op == INC || op == DEC;
/external/v8/src/
H A Dtoken.h67 T(DEC, "--", 0) \
265 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/
H A DJavaScriptFormatter.js168 ["INC", "++"], ["DEC", "--"],
664 if ((Tokens.NOT <= token && token <= Tokens.VOID) || token === Tokens.ADD || token === Tokens.SUB || token === Tokens.INC || token === Tokens.DEC) {
677 if (!this._hasLineTerminatorBeforeNext() && (token === Tokens.INC || token === Tokens.DEC))
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h280 INC, DEC, OR, XOR, AND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelDAGToDAG.cpp1585 DEC, enumerator in enum:AtomicOpc
1718 // Translate to INC/DEC if ADD by 1 or -1.
1720 Op = (CNVal == 1) ? INC : DEC;
1721 // No more constant operand after being translated into INC/DEC.
1921 // is the value stored the result of a DEC or INC?
1922 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
2001 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
2003 if (Opc == X86ISD::DEC) {
2724 // the EFLAGS on the original DEC are used. (This also applies to
2725 // {INC,DEC}
[all...]
H A DX86ISelLowering.cpp9330 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
9349 // An add of negative one (subtract of one) will be selected as a DEC.
9351 Opcode = X86ISD::DEC;
9419 case X86ISD::DEC:
9913 Opc == X86ISD::DEC ||
12459 // A subtract of one will be selected as a DEC. Note that DEC doesn't
12463 BaseOp = X86ISD::DEC;
13210 case X86ISD::DEC: return "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/WebKit/Source/devtools/scripts/closure/
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 1732 milliseconds