Searched refs:SRC (Results 76 - 100 of 123) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1475 if (CodeGenRegisterClass *SRC = RC.getSubClassWithSubReg(&Idx))
1476 OS << " " << SRC->EnumValue + 1 << ",\t// " << Idx.getName()
1477 << " -> " << SRC->getName() << "\n";
1644 for (const CodeGenRegisterClass &SRC : RegBank.getRegClasses()) {
1645 if (!SubClasses.test(SRC.EnumValue))
1647 OS << " " << SRC.getName();
1651 for (const CodeGenRegisterClass *SRC : RC.getSuperClasses()) {
1652 OS << " " << SRC->getName();
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A DMakefile35 SRC= $(LIBSRC) macro
40 ALL= $(GENERAL) $(SRC) $(HEADER)
69 ctags $(SRC)
74 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A DMakefile25 SRC= $(LIBSRC) macro
30 ALL= $(GENERAL) $(SRC) $(HEADER)
59 ctags $(SRC)
64 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A DMakefile26 SRC= $(LIBSRC) macro
31 ALL= $(GENERAL) $(SRC) $(HEADER)
60 ctags $(SRC)
65 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A DMakefile26 SRC= $(LIBSRC) macro
31 ALL= $(GENERAL) $(SRC) $(HEADER)
60 ctags $(SRC)
65 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A DMakefile35 SRC= $(LIBSRC) macro
40 ALL= $(GENERAL) $(SRC) $(HEADER)
71 ctags $(SRC)
74 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/des/
H A DMakefile42 SRC= $(LIBSRC) macro
47 ALL= $(GENERAL) $(SRC) $(HEADER)
92 ctags $(SRC)
97 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A DMakefile15 SRC=$(LIBSRC) macro
25 ctags $(SRC)
28 $(PERL) ../../util/mkerr.pl -conf gost.ec -nostatic -write $(SRC)
81 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A DMakefile25 SRC= $(LIBSRC) macro
30 ALL= $(GENERAL) $(SRC) $(HEADER)
59 ctags $(SRC)
64 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/share/mk/
H A Dlocal.dirdeps.mk80 # generated yet. This can be based on things such as SRC files and LIBADD.
167 # This only works for DPADD with full OBJ/SRC paths, which is mostly just
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk183 SUBST_DEPVARS+= SB TOP BACKING SRC SRCDIR BASE BASEDIR
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh261 # Set startup command depending on SRC support
264 echo Creating SRC sshd subsystem.
274 # If migrating to or from SRC, change previous startup command
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile46 SRC= $(LIBSRC) macro
53 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A DMakefile27 SRC= $(LIBSRC) macro
32 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/engines/
H A DMakefile54 SRC= $(LIBSRC) macro
68 ALL= $(GENERAL) $(SRC) $(HEADER)
134 ctags $(SRC)
146 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A DMakefile27 SRC= $(LIBSRC) macro
32 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A DMakefile29 SRC= $(LIBSRC) macro
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A DMakefile34 SRC= $(LIBSRC) macro
39 ALL= $(GENERAL) $(SRC) $(HEADER)
74 ctags $(SRC)
79 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in99 SRC = $(PSRC) $(FSRC) $(CSRC) $(SSRC) $(GENSRC)
101 # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot
154 $(SRC) $(HDR)
772 $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2284 #define HARD_REGNO_RENAME_OK(SRC, TARGET) \
2285 ((SRC) < FIRST_STACK_REG || (SRC) > LAST_STACK_REG)
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A DMakefile33 SRC= $(LIBSRC) macro
38 ALL= $(GENERAL) $(SRC) $(HEADER)
67 ctags $(SRC)
72 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A DMakefile33 SRC= $(LIBSRC) macro
38 ALL= $(GENERAL) $(SRC) $(HEADER)
67 ctags $(SRC)
72 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org197 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} \
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A DMakefile37 SRC= $(LIBSRC) macro
42 ALL= $(GENERAL) $(SRC) $(HEADER)
172 ctags $(SRC)
177 lint -DLINT $(INCLUDES) $(SRC)>fluff
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1326 const TargetRegisterClass *SRC) const {
1327 switch (getRegSizeInBits(*SRC)) {
1352 const TargetRegisterClass *SRC) const {
1353 switch (getRegSizeInBits(*SRC)) {

Completed in 322 milliseconds

12345