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

1 2 3

  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Makefile.PL 14 INC => '-I.', # e.g., '-I. -I/usr/include/other'
  /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"
  /external/clang/test/Preprocessor/
pp-record.c 8 #define INC pp-record.h
10 #include STRINGIZE(INC)
  /external/valgrind/main/helgrind/tests/
tc07_hbl1.c 41 # define INC(_lval,_lqual) \
45 # define INC(_lval,_lqual) \
56 # define INC(_lval,_lqual) \
68 # define INC(_lval,_lqual) \
78 # define INC(_lval,_lqual) \
100 INC(x, "childfn");
113 INC(x, "main");
tc08_hbl2.c 58 # define INC(_lval,_lqual) \
62 # define INC(_lval,_lqual) \
73 # define INC(_lval,_lqual) \
85 # define INC(_lval,_lqual) \
95 # define INC(_lval,_lqual) \
147 INC(x, "main");
  /external/openssl/crypto/des/t/
test 3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 3 Free Software Foundation, Inc.
41 REG_NOTE (INC)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 3 Free Software Foundation, Inc.
41 REG_NOTE (INC)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 3 Free Software Foundation, Inc.
41 REG_NOTE (INC)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 3 Free Software Foundation, Inc.
41 REG_NOTE (INC)
  /external/llvm/lib/Support/
regexec.c 41 * This file includes engine.inc *twice*, after muchos fiddling with the
72 #define INC(o) ((o) = (unsigned long)(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/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,
155 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
169 return cast_or_null<Expr>(SubExprs[INC]);
180 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
48 INC = '++';
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 123 #define INC(o) ((o) <<= 1)
149 #undef INC
175 #define INC(o) ((o)++)
  /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
66 T(INC, "++", 0) \
265 return op == INC || op == DEC;
  /external/eigen/blas/testing/
cblat2.f 59 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
98 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
184 READ( NIN, FMT = * )( INC( I ), I = 1, NINC )
186 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
211 WRITE( NOUT, FMT = 9990 )( INC( I ), I = 1, NINC )
309 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
315 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
321 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
326 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NINC, INC,
    [all...]
dblat2.f 58 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
94 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
179 READ( NIN, FMT = * )( INC( I ), I = 1, NINC )
181 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
206 WRITE( NOUT, FMT = 9990 )( INC( I ), I = 1, NINC )
304 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
316 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
321 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NINC, INC,
    [all...]
sblat2.f 58 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
94 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
179 READ( NIN, FMT = * )( INC( I ), I = 1, NINC )
181 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
206 WRITE( NOUT, FMT = 9990 )( INC( I ), I = 1, NINC )
304 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
316 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
321 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NINC, INC,
    [all...]
zblat2.f 59 * OX2 7DE, UK, and Numerical Algorithms Group Inc., 1101 31st
99 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
185 READ( NIN, FMT = * )( INC( I ), I = 1, NINC )
187 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
212 WRITE( NOUT, FMT = 9990 )( INC( I ), I = 1, NINC )
310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
316 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS,
322 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
327 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NINC, INC,
    [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))

Completed in 785 milliseconds

1 2 3