Searched defs:DEC (Results 1 - 12 of 12) 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 DX86ISelDAGToDAG.cpp1728 DEC, enumerator in enum:AtomicOpc
1868 // Translate to INC/DEC if ADD by 1 or -1.
1870 Op = (CNVal == 1) ? INC : DEC;
1871 // No more constant operand after being translated into INC/DEC.
2079 // is the value stored the result of a DEC or INC?
2080 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
2159 /// Opc should be X86ISD::DEC or X86ISD::INC.
2161 if (Opc == X86ISD::DEC) {
2927 // the EFLAGS on the original DEC are used. (This also applies to
2928 // {INC,DEC}
[all...]
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 352 milliseconds