Searched refs:BF (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/bin/pax/
H A Doptions.h56 #define BF 0x00000002 macro
107 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
109 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
110 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
H A Doptions.c210 flg |= BF;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp86 Value *BF = 0;
94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
109 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)),
118 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
132 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
145 Type *Ty = BF->getType();
203 Value *NewIn = IRB.CreateCall(ExtF, {BF, IR
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_bf.c76 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
/freebsd-11.0-release/crypto/openssl/crypto/bf/
H A Dblowfish.h69 # error BF is disabled.
/freebsd-11.0-release/usr.bin/tail/
H A Dreverse.c176 } BF; typedef in typeref:struct:bf
191 BF *mark, *tl, *tr;
204 if (enomem || (tl = malloc(sizeof(BF))) == NULL ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp89 static BodyFarm *BF = new BodyFarm(C, injector); local
90 return *BF;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp939 llvm::MemoryBuffer *BF = SE.getFile().getContentCache()->getRawBuffer();
940 Lexer TheLexer(SL, LangOptions(), BF->getBufferStart(),
941 BF->getBufferStart() + SLInfo.second, BF->getBufferEnd());
/freebsd-11.0-release/sys/dev/ncr/
H A Dncrreg.h103 #define BF 0x20 /* int: script: bus fault */ macro
H A Dncr.c4774 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID);
5306 !(dstat & (MDPE|BF|ABRT|SIR))) {
5318 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
5330 !(dstat & (MDPE|BF|ABRT|SIR)) &&
5347 !(dstat & (MDPE|BF|ABRT|IID)) &&
5412 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
5425 !(dstat & (MDPE|BF|ABRT|SIR)) &&
5458 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c153 /* The BF field in an X or XL form instruction. */
154 #define BF BDPA + 1
156 #define CRFD BF
159 /* The BF field in an X or XL form instruction. */
160 #define BFF BF + 1
163 /* An optional BF field. This is used for comparison instructions,
164 in which an omitted BF field is taken as zero. */
2261 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
2262 { "cmpli", OP(10), OP_MASK, PWRCOM, { BF, RA, UI } },
2266 { "cmpi", OP(11), OP_MASK, PPC, { BF,
152 #define BF macro
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp295 BranchFolder BF(true, false, *MBFI, *MBPI);
296 BFChange = BF.OptimizeFunction(MF, TII, ST.getRegisterInfo(),
428 BranchFolder BF(false, false, *MBFI, *MBPI);
429 BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo(),
/freebsd-11.0-release/sys/dev/sym/
H A Dsym_defs.h315 #define BF 0x20 /* int: script: bus fault */ macro
H A Dsym_hipd.c3260 OUTB (nc_dien , MDPE|BF|SSI|SIR|IID);
3738 if (dstat & (MDPE|BF)) {
3890 !(dstat & (MDPE|BF|ABRT|IID))) {
3921 !(dstat & (MDPE|BF|ABRT|IID))) {
3939 (dstat & (MDPE|BF|ABRT|IID))) {
6782 if (dstat & (MDPE|BF|IID)) {

Completed in 132 milliseconds