HomeSort by relevance Sort by last modified time
    Searched defs:DEC (Results 1 - 8 of 8) 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);
  /bionic/libc/unistd/
syslog.c 147 #define DEC() \
158 DEC();
166 DEC();
175 DEC();
179 DEC();
225 DEC();
  /external/icu4c/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/stdio/
vfprintf.c 196 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
491 base = DEC;
633 base = DEC;
679 case DEC:
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 253 INC, DEC, OR, XOR, AND,
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 467 milliseconds