/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/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/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/header/ |
SIPDate.java | 90 public static final String DEC = "Dec"; 238 sipMonth = DEC; 443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) {
|
/external/elfutils/src/ |
ldlex.l | 87 DEC [0-9]+[kKmM]? 180 {HEX}|{OCT}|{DEC} { char *endp;
|
/external/chromium_org/v8/src/ |
token.h | 67 T(DEC, "--", 0) \ 284 return op == INC || op == DEC;
|
/external/v8/src/ |
token.h | 67 T(DEC, "--", 0) \ 265 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/stdio/ |
vfprintf.c | 196 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ 491 base = DEC; 633 base = DEC; 679 case DEC:
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptFormatter.js | 487 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) { 500 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
|
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
|
dblat1.f | 646 * C. L. LAWSON, JPL, 1974 DEC 10 701 * C.L. LAWSON, JPL, 1978 DEC 6 734 * C. L. LAWSON, JPL, 1974 DEC 10
|
sblat1.f | 646 * C. L. LAWSON, JPL, 1974 DEC 10 701 * C.L. LAWSON, JPL, 1978 DEC 6 734 * C. L. LAWSON, JPL, 1974 DEC 10
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 280 INC, DEC, OR, XOR, AND, [all...] |
X86ISelDAGToDAG.cpp | [all...] |
X86ISelLowering.cpp | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 87 I.e., TheManual reads for DEC: 88 (1) FE /1 DEC r/m8 Valid Valid Decrement r/m8 by 1. 89 (2) REX + FE /1 DEC r/m8* Valid N.E. Decrement r/m8 by 1. 90 (3) REX.W + FF /1 DEC r/m64 Valid N.E. Decrement r/m64 by 1. 95 (1) FE /1 DEC r/m8 Valid Valid Decrement r/m8 by 1. 96 (3) REX.W + FF /1 DEC r/m64 Valid N.E. Decrement r/m64 by 1. 101 (1) FE /1 DEC r/m8 102 (3) REX.W + FF /1 DEC r/m64 106 BEGIN_MNEMONIC(DEC, MF_AFFECTS_FLAGS, DU) 592 BEGIN_MNEMONIC(DEC, MF_AFFECTS_FLAGS, DU [all...] |
/external/bison/ |
configure | [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 168 var PR_DECLARATION = 'dec'; [all...] |