Searched defs:DEC (Results 1 - 5 of 5) sorted by relevance

/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.h310 INC, DEC, OR, XOR, AND, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelDAGToDAG.cpp1591 DEC, enumerator in enum:AtomicOpc
1731 // Translate to INC/DEC if ADD by 1 or -1.
1733 Op = (CNVal == 1) ? INC : DEC;
1734 // No more constant operand after being translated into INC/DEC.
1943 // is the value stored the result of a DEC or INC?
1944 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
2023 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
2025 if (Opc == X86ISD::DEC) {
2763 // the EFLAGS on the original DEC are used. (This also applies to
2764 // {INC,DEC}
[all...]

Completed in 803 milliseconds