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

1 2 3

  /external/openssl/crypto/bn/asm/
x86.pl 3 push(@INC,"perlasm","../../perlasm");
via-mont.pl 81 push(@INC,"${dir}","${dir}../../perlasm");
235 &inc ("eax"); # signal "done"
co-586.pl 4 push(@INC,"${dir}","${dir}../../perlasm");
  /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");
  /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/openssl/crypto/des/t/
test 3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
reg-notes.def 2 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
40 REG_NOTE (INC)
  /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)++)
  /development/pdk/pndk/samples/samplejni/
Makefile 42 $(CC) -c -fpic $(INC) -I$(NDK_BASE)/include/nativehelper -o $@ $^
  /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); }
  /external/grub/docs/
help2man 4 # Copyright ? 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
18 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
34 Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
98 my ($inc, $required) = @$_;
100 next unless -f $inc or $required;
101 die "$this_program: can't open `$inc' ($!)\n"
102 unless open INC, $inc;
107 while (<INC>)
130 die "$inc:$.:$@"
    [all...]
  /external/v8/src/
token.h 12 // * Neither the name of Google Inc. nor the names of its
67 T(INC, "++", 0) \
257 return op == INC || op == DEC;
  /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/openssl/crypto/bf/asm/
bf-586.pl 4 push(@INC,"${dir}","${dir}../../perlasm");
bf-686.pl 3 push(@INC,"perlasm","../../perlasm");
  /external/icu4c/common/
usc_impl.c 26 #define INC(sp,count) (MOD((sp) + (count)))
27 #define INC1(sp) (INC(sp, 1))
  /hardware/qcom/gps/loc_api/libloc_api/
Android.mk 1 #Copyright (c) 2009, QUALCOMM USA, INC.
6 #? Neither the name of the QUALCOMM USA, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
35 $(TARGET_OUT_HEADERS)/libloc_api-rpc/inc \
36 $(TARGET_OUT_HEADERS)/libcommondefs-rpc/inc \
  /hardware/qcom/gps/loc_api/libloc_api-rpc/
Android.mk 1 #Copyright (c) 2009, QUALCOMM USA, INC.
6 #? Neither the name of the QUALCOMM USA, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
15 RPC_INC:=inc-$(AMSS_VERSION)
44 LOCAL_COPY_HEADERS_TO:= libloc_api-rpc/inc
51 inc/debug.h \
52 inc/loc_api_rpc_glue.h
56 $(LOCAL_PATH)/inc \
  /external/openssl/crypto/
x86cpuid.pl 4 push(@INC, "${dir}perlasm", "perlasm");
60 &inc ("esi"); # number of cores
181 &inc ("eax");
  /external/openssl/crypto/des/asm/
crypt586.pl 10 push(@INC,"${dir}","${dir}../../perlasm");
  /external/openssl/crypto/sha/asm/
sha1-586.pl 35 push(@INC,"${dir}","${dir}../../perlasm");
sha256-586.pl 28 push(@INC,"${dir}","${dir}../../perlasm");

Completed in 1554 milliseconds

1 2 3