Searched refs:INC (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl3 push(@INC,"perlasm","../../perlasm");
H A Dvia-mont.pl81 push(@INC,"${dir}","${dir}../../perlasm");
H A Dco-586.pl4 push(@INC,"${dir}","${dir}../../perlasm");
H A Dx86-gf2m.pl36 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-11.0-release/lib/libc/db/test/
H A DMakefile10 INC= -I${PORTDIR}/include -I${PORTDIR} macro
13 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
98 #undef INC macro
121 #define INC(o) ((o)++) macro
/freebsd-11.0-release/contrib/nvi/regex/
H A Dregexec.c75 #define INC(o) ((o) <<= 1) macro
101 #undef INC macro
124 #define INC(o) ((o)++) macro
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmaint-tool223 opendir(INC, $incdir);
224 while ($f = readdir INC) {
231 opendir(INC, $srcdir);
232 while ($f = readdir INC) {
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dmaint-tool223 opendir(INC, $incdir);
224 while ($f = readdir INC) {
231 opendir(INC, $srcdir);
232 while ($f = readdir INC) {
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dop.h64 INC, enumerator in enum:__anon13870
/freebsd-11.0-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl4 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-11.0-release/contrib/gperf/doc/
H A Dhelp2man102 unless open INC, $inc;
107 while (<INC>)
145 close INC;
/freebsd-11.0-release/lib/libc/regex/
H A Dregexec.c112 #define INC(o) ((o) <<= 1) macro
141 #undef INC macro
166 #define INC(o) ((o)++) macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtCXX.cpp62 SubExprs[INC] = Inc;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon3433
132 // SubExprs[COND] and SubExprs[INC] are expressions.
159 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
173 return cast_or_null<Expr>(SubExprs[INC]);
184 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
/freebsd-11.0-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl3 push(@INC,"perlasm","../../perlasm");
H A Dbf-586.pl4 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dm2-exp.y177 %token INC DEC INCL EXCL
297 exp : INC '(' exp ')'
301 exp : INC '(' exp ',' exp ')'
799 {"INC", INC },
H A Dm2-exp.c82 INC = 284, enumerator in enum:yytokentype
130 #define INC 284 macro
515 "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "INC", "DEC",
2292 {"INC", INC },
/freebsd-11.0-release/crypto/openssl/util/
H A Dmk1mf.pl137 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
181 push(@INC,"util/pl","pl");
249 $inc_dir=(defined($VARS{'INC'}))?$VARS{'INC'}:$inc_def;
560 INC=-I\$(INC_D) -I\$(INCL_D)
561 APP_CFLAGS=\$(INC) \$(CFLAG) \$(APP_CFLAG)
562 LIB_CFLAGS=\$(INC) \$(CFLAG) \$(LIB_CFLAG)
563 SHLIB_CFLAGS=\$(INC) \$(CFLAG) \$(LIB_CFLAG) \$(SHLIB_CFLAG)
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dx86cpuid.pl4 push(@INC, "${dir}perlasm", "perlasm");
/freebsd-11.0-release/contrib/gcc/
H A Dexpr.h126 /* Add the value of the tree INC to the `struct args_size' TO. */
128 #define ADD_PARM_SIZE(TO, INC) \
130 tree inc = (INC); \
/freebsd-11.0-release/contrib/dtc/
H A DMakefile177 @$(VECHO) INSTALL-INC
/freebsd-11.0-release/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl10 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-11.0-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl7 push(@INC,"${dir}","${dir}../../perlasm");

Completed in 198 milliseconds

123