HomeSort by relevance Sort by last modified time
    Searched defs:DEC (Results 1 - 11 of 11) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
Print.h 28 #define DEC 10
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/
usc_impl.c 28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount);
  /external/icu/icu4c/source/common/
usc_impl.c 28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 77 public static final String DEC = SIPDate.DEC;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 90 public static final String DEC = "Dec";
238 sipMonth = DEC;
443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 322 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
629 base = DEC;
867 base = DEC;
913 case DEC:
    [all...]
vfprintf.c 319 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
667 base = DEC;
891 base = DEC;
937 case DEC:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.h 298 INC, DEC, OR, XOR, AND,
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 611 milliseconds