Home
last modified time | relevance | path

Searched refs:CF (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd-12-stable/contrib/file/magic/Magdir/
Dasf9 #>0 guid 75B22636-668E-11CF-A6D9-00AA0062CE6C
13 >0 guid 33000890-E5B1-11CF-89F4-00A0C90349CB
19 >0 guid 8CABDCA1-A947-11CF-8EE4-00C00C205365
22 >0 guid B7DC0791-A9B7-11CF-8EE6-00C00C205365
29 >>24 guid F8699E40-5B4D-11CF-A8FD-00805F5C442B \b, Audio Media (
37 >>24 guid BC19EFC0-5B4D-11CF-A8FD-00805F5C442B \b, Video Media (
55 >0 guid 5FBF03B5-A92E-11CF-8EE3-00C00C205365
59 >0 guid F487CD01-A951-11CF-8EE6-00C00C205365 ASF_Marker_Object
61 >0 guid 75B22635-668E-11CF-A6D9-00AA0062CE6C ASF_Error_Correction_Object
63 >0 guid 75B22633-668E-11CF-A6D9-00AA0062CE6C
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp26 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isIdempotentRMW() local
29 return CF->isZero() && CF->isNegative(); in isIdempotentRMW()
31 return CF->isZero() && !CF->isNegative(); in isIdempotentRMW()
64 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isSaturating() local
68 return CF->isNaN(); in isSaturating()
/freebsd-12-stable/sys/dev/vt/colors/
Dvt_termcolors.c169 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() macro
171 palette[i] = CF(r, i) | CF(g, i) | CF(b, i); in vt_generate_cons_palette()
172 #undef CF in vt_generate_cons_palette()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp766 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in TDOFold() local
768 if (CF->isExactlyValue(ftbl[i].input)) { in TDOFold()
769 Value *nval = ConstantFP::get(CF->getType(), ftbl[i].result); in TDOFold()
806 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in fold_recip() local
810 Value *nval = B.CreateFDiv(ConstantFP::get(CF->getType(), 1.0), in fold_recip()
859 ConstantFP *CF; in fold_pow() local
869 CF = dyn_cast<ConstantFP>(opr1); in fold_pow()
878 CF = CDV ? dyn_cast_or_null<ConstantFP>(CDV->getSplatValue()) : nullptr; in fold_pow()
883 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero) in fold_pow()
889 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0) || CZero) { in fold_pow()
[all …]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/vs2005/
Dwpa_supplicant.sln12 …C942}") = "win_if_list", "win_if_list\win_if_list.vcproj", "{9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}"
41 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Debug|Win32.ActiveCfg = Debug|Win32
42 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Debug|Win32.Build.0 = Debug|Win32
43 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Release|Win32.ActiveCfg = Release|Win32
44 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Release|Win32.Build.0 = Release|Win32
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp177 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
178 CoroFrees.push_back(CF); in replaceCoroFree()
187 for (CoroFreeInst *CF : CoroFrees) { in replaceCoroFree()
188 CF->replaceAllUsesWith(Replacement); in replaceCoroFree()
189 CF->eraseFromParent(); in replaceCoroFree()
348 for (CoroFrameInst *CF : CoroFrames) { in buildFrom()
349 CF->replaceAllUsesWith(Undef); in buildFrom()
350 CF->eraseFromParent(); in buildFrom()
503 for (CoroFrameInst *CF : CoroFrames) { in buildFrom()
504 CF->replaceAllUsesWith(CoroBegin); in buildFrom()
[all …]
DCoroEarly.cpp216 for (CoroFreeInst *CF : CoroFrees) in lowerEarlyIntrinsics()
217 CF->setArgOperand(0, CoroId); in lowerEarlyIntrinsics()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp76 K = ObjKind::CF; in hasAnyEnabledAttrOf()
314 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()
328 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()
335 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
343 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
364 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()
493 ArgEffect(DoNothing), ArgEffect(E, ObjKind::CF)); in getSummaryForObjCOrCFObject()
656 K = ObjKind::CF; in updateSummaryForArgumentTypes()
801 ArgEffect Effect(AE, ObjKind::CF); in getUnarySummary()
850 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp463 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() local
464 if (CF != NCM.end()) { in nodes_for_root()
465 llvm::append_range(Work, CF->second); in nodes_for_root()
466 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root()
793 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement() local
794 if (CF != NCM.end()) { in recalculatePlacement()
795 NodeVect &Cs = CF->second; in recalculatePlacement()
834 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec() local
835 if (CF != NCM.end()) { in recalculatePlacementRec()
836 NodeVect &Cs = CF->second; in recalculatePlacementRec()
[all …]
/freebsd-12-stable/contrib/sendmail/contrib/
Dsmcontrol.pl28 open(CF, "</etc/mail/sendmail.cf") or return $cn;
29 while (<CF>)
45 close(CF);
Detrn.pl62 open(CF, "</etc/mail/sendmail.cf") ||
64 while (<CF>){
92 close(CF);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp297 Function *CF = CB->getCalledFunction(); in main() local
298 if (!CF) in main()
300 if (CF->isDeclaration() || GVs.count(CF)) in main()
302 GVs.insert(CF); in main()
303 Workqueue.push_back(CF); in main()
/freebsd-12-stable/sys/sys/
Dpmclog.h125 #define PMC_CALLCHAIN_CPUFLAGS_TO_CPU(CF) (((CF) >> 16) & 0xFFFF) argument
126 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE) argument
/freebsd-12-stable/bin/pax/
Doptions.h59 #define CF 0x00000004 macro
110 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp304 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in walkForwards() local
314 const APFloat &F = CF->getValueAPF(); in walkForwards()
337 CF->getValueAPF().convertToInteger(Int, in walkForwards()
449 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local
452 CF->getValueAPF().convertToInteger(Val, in convert()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DMemoryOpRemark.cpp45 auto *CF = CI->getCalledFunction(); in canHandle() local
46 if (!CF) in canHandle()
49 if (!CF->hasName()) in canHandle()
53 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DStatepoint.h70 if (const Function *CF = I->getCalledFunction()) in classof() local
71 return CF->getIntrinsicID() == Intrinsic::experimental_gc_statepoint; in classof()
/freebsd-12-stable/libexec/rc/rc.d/
Dipnat25 ${ipnat_program} -CF -f ${ipnat_rules} ${ipnat_flags}
/freebsd-12-stable/contrib/sendmail/cf/cf/
DMakefile15 CF= sendmail macro
82 install-sendmail-cf: $(CF).cf
83 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
DREADME18 make install-cf CF=config
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEInstrFormats.td110 // Section 5.3 CF Type
112 // CF type is used for control flow.
115 class CF<bits<8>opVal, dag outs, dag ins, string asmstr, list<dag> pattern = []>
/freebsd-12-stable/contrib/sendmail/cf/m4/
Dcf.m419 # figure out where the CF files live
/freebsd-12-stable/secure/caroot/blacklisted/
DCybertrust_Global_Root.pem55 B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
60 B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
/freebsd-12-stable/sys/dev/pccard/
Dpccarddevs218 product 3COM 3C1 0x0cf1 3Com Megahertz 3C1 10Mbps LAN CF+ Card
243 product ANYCOM LSE039 0x0008 Anycom Bluetooth CF Card LSE039
244 product ANYCOM LSE139 0x000b Anycom Bluetooth CF Card LSE139
273 product BROMAX WCF11 0x3301 Instant Wireless Network CF Card
280 product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT
283 product BUFFALO WLI_CF_S11G 0x030b BUFFALO AirStation 11Mbps CF WLAN
321 product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
387 product IODATA2 WCF12 0x0673 Wireless CF Card
594 product SOCKET LP_ETHER_CF 0x0075 Socket Communications LP-E CF
709 product BILLIONTON CFLT10N { "CF", "10Base-Ethernet", "1.0", NULL } Billionton CFLT10N
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp1530 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); in assign() local
1533 Constraints = CF.add(Constraints, Class, NewConstraint); in assign()
1546 Constraints = CF.add(Constraints, DisequalClass, UpdatedConstraint); in assign()
1900 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl() local
1919 ClassSet DisequalToOther = Other.getDisequalClasses(DisequalityInfo, CF); in mergeImpl()
1926 ClassSet DisequalToThis = getDisequalClasses(DisequalityInfo, CF); in mergeImpl()
1930 DisequalToThis = CF.add(DisequalToThis, DisequalClass); in mergeImpl()
1940 ClassSet NewSet = CF.remove(OriginalSetLinkedToOther, Other); in mergeImpl()
1941 NewSet = CF.add(NewSet, *this); in mergeImpl()
2031 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo() local
[all …]

123456789