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

12

/freebsd-13-stable/lib/libc/db/test/
H A DMakefile10 INC= -I${PORTDIR}/include -I${PORTDIR} macro
13 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/freebsd-13-stable/contrib/nvi/regex/
H A Dregexec.c75 #define INC(o) ((o) <<= 1) macro
101 #undef INC macro
124 #define INC(o) ((o)++) macro
/freebsd-13-stable/contrib/llvm-project/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-13-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c114 #define INC(o) ((o) <<= 1) macro
143 #undef INC macro
168 #define INC(o) ((o)++) macro
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon1358
138 // SubExprs[COND] and SubExprs[INC] are expressions.
167 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
184 return cast_or_null<Expr>(SubExprs[INC]);
197 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
H A DStmt.h2452 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon1355
2484 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); }
2489 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); }
2494 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
/freebsd-13-stable/contrib/bmake/mk/
H A Dinc.mk42 .if ${group} != "INC"
H A Down.mk134 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl88 push(@INC,"${dir}","${dir}../../perlasm");
H A Dco-586.pl10 push(@INC,"${dir}","${dir}../../perlasm");
H A Dx86-gf2m.pl43 push(@INC,"${dir}","${dir}../../perlasm");
H A Dbn-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp60 SubExprs[INC] = Inc;
/freebsd-13-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl13 push(@INC,"${dir}","${dir}../../perlasm");
H A Ddes-586.pl13 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl10 push(@INC, "${dir}perlasm", "perlasm");
/freebsd-13-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl17 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl18 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl68 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-mmx.pl65 push(@INC,"${dir}","${dir}../../perlasm");
H A Dsha512-586.pl59 push(@INC,"${dir}","${dir}../../perlasm");
/freebsd-13-stable/crypto/openssl/engines/asm/
H A De_padlock-x86.pl42 push(@INC,"${dir}","${dir}../../crypto/perlasm");
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl58 push(@INC,"${dir}","${dir}../../perlasm");

Completed in 134 milliseconds

12