HomeSort by relevance Sort by last modified time
    Searched refs:DEC (Results 1 - 25 of 29) sorted by null

1 2

  /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/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 77 public static final String DEC = SIPDate.DEC;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 49 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/header/
SIPDate.java 90 public static final String DEC = "Dec";
238 sipMonth = DEC;
443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) {
  /external/elfutils/0.153/src/
ldlex.l 87 DEC [0-9]+[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
  /external/chromium_org/v8/src/
token.h 44 T(DEC, "--", 0) \
266 return op == INC || op == DEC;
  /external/iproute2/lib/
ll_proto.c 46 __PF(DEC,dec)
  /external/zlib/src/as400/
compile.clp 35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 319 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
667 base = DEC;
891 base = DEC;
937 case DEC:
    [all...]
vfwprintf.c 322 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
629 base = DEC;
867 base = DEC;
913 case DEC:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
JavaScriptFormatter.js 496 if ((FormatterWorker.JavaScriptTokens.NOT <= token && token <= FormatterWorker.JavaScriptTokens.VOID) || token === FormatterWorker.JavaScriptTokens.ADD || token === FormatterWorker.JavaScriptTokens.SUB || token === FormatterWorker.JavaScriptTokens.INC || token === FormatterWorker.JavaScriptTokens.DEC) {
509 if (!this._hasLineTerminatorBeforeNext() && (token === FormatterWorker.JavaScriptTokens.INC || token === FormatterWorker.JavaScriptTokens.DEC))
    [all...]
  /external/eigen/blas/testing/
cblat1.f 528 * C. L. LAWSON, JPL, 1974 DEC 10
583 * C.L. LAWSON, JPL, 1978 DEC 6
614 * C.L. LAWSON, JPL, 1978 DEC 6
647 * C. L. LAWSON, JPL, 1974 DEC 10
dblat1.f     [all...]
zblat1.f 528 * C. L. LAWSON, JPL, 1974 DEC 10
583 * C.L. LAWSON, JPL, 1978 DEC 6
614 * C.L. LAWSON, JPL, 1978 DEC 6
647 * C. L. LAWSON, JPL, 1974 DEC 10
sblat1.f     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 298 INC, DEC, OR, XOR, AND,
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 168 var PR_DECLARATION = 'dec';
    [all...]

Completed in 834 milliseconds

1 2