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

  /development/pdk/pndk/config/
config.mk 7 INC := -I$(NDK_BASE)/include/bionic/libc/arch-arm/include \
25 $(CC) $(CFLAGS) -fno-exceptions -fno-rtti $(INC) -o $@ -c $<
28 $(CC) $(CFLAGS) $(INC) -o $@ -c $<
  /external/valgrind/main/helgrind/tests/
tc07_hbl1.c 41 # define INC(_lval,_lqual) \
46 # define INC(_lval,_lqual) \
57 # define INC(_lval,_lqual) \
77 INC(x, "childfn");
90 INC(x, "main");
tc08_hbl2.c 58 # define INC(_lval,_lqual) \
63 # define INC(_lval,_lqual) \
74 # define INC(_lval,_lqual) \
127 INC(x, "main");
  /bionic/libc/regex/
regexec.c 70 #define INC(o) ((o) <<= 1)
96 #undef INC
119 #define INC(o) ((o)++)
  /external/llvm/lib/Support/
regexec.c 41 * This file includes engine.inc *twice*, after muchos fiddling with the
72 #define INC(o) ((o) <<= 1)
80 #define SNAMES /* engine.inc looks after details */
82 #include "regengine.inc"
98 #undef INC
121 #define INC(o) ((o)++)
131 #include "regengine.inc"
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 70 #define INC(o) ((o) <<= 1)
96 #undef INC
119 #define INC(o) ((o)++)
  /external/bluetooth/glib/gobject/
gclosure.c 2 * Copyright (C) 2000-2001 Red Hat, Inc.
17 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
124 #define INC(_closure, _field) CHANGE_FIELD (_closure, _field, +=, 1, TRUE, (void), (void) )
132 #define INC(cl,f) (void) (cl->f += 1)
401 INC (closure, n_guards);
437 INC (closure, n_fnotifiers);
467 INC (closure, n_inotifiers);
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
131 // SubExprs[COND] and SubExprs[INC] are expressions.
138 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body,
153 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
167 return cast_or_null<Expr>(SubExprs[INC]);
178 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
Stmt.h 104 #include "clang/AST/StmtNodes.inc"
    [all...]
  /external/icu4c/common/
usc_impl.c 26 #define INC(sp,count) (MOD((sp) + (count)))
27 #define INC1(sp) (INC(sp, 1))
  /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 1357 milliseconds