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

  /bionic/libc/unistd/
syslog.c 147 #define DEC() \
158 DEC();
166 DEC();
175 DEC();
179 DEC();
225 DEC();
  /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/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 229 INC, DEC, OR, XOR, AND,
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 178 milliseconds