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

  /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/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 70 DEC [0-9]+[kKmM]?
162 {HEX}|{OCT}|{DEC} { char *endp;
  /external/v8/src/
token.h 68 T(DEC, "--", 0) \
257 return op == INC || op == DEC;
data-flow.cc 139 if (init_value > term_value && update->op() != Token::DEC) return NULL;
145 if (update->op() == Token::DEC && term_value == Smi::kMinValue) return NULL;
  /external/bluetooth/glib/gobject/
gclosure.c 126 #define DEC(_closure, _field) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, (void), (void) )
134 #define DEC(cl,f) (void) (cl->f -= 1)
481 DEC (closure, n_inotifiers);
501 DEC (closure, n_fnotifiers);
    [all...]
  /external/iproute2/lib/
ll_proto.c 52 __PF(DEC,dec)
  /external/zlib/as400/
compile.clp 32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
  /external/zlib/old/as400/
compile.clp 32 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/llvm/lib/Target/X86/
X86ISelLowering.h 229 INC, DEC, OR, XOR, AND,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 547 milliseconds