Searched defs:DEC (Results 1 - 10 of 10) 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/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/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java77 public static final String DEC = SIPDate.DEC; field in interface:TokenNames
/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...]
/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/ ...

Completed in 1544 milliseconds