| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | asf | 9 #>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 ( 55 >0 guid 5FBF03B5-A92E-11CF-8EE3-00C00C205365 59 >0 guid F487CD01-A951-11CF-8EE6-00C00C205365 ASF_Marker_Object 63 >0 guid 75B22633-668E-11CF-A6D9-00AA0062CE6C 91 >0 guid B61BE100-5B4E-11CF-A8FD-00805F5C44 ASF_JFIF_Media 104 >0 guid 4CFEDB20-75F6-11CF-9C0F-00A0C90349CB ASF_Reserved_4 [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAtomicRMW.cpp | 26 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-13.1/sys/dev/vt/colors/ |
| H A D | vt_termcolors.c | 168 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() macro 170 palette[i] = CF(r, i) | CF(g, i) | CF(b, i); in vt_generate_cons_palette() 171 #undef CF in vt_generate_cons_palette()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 859 ConstantFP *CF; in fold_pow() local 869 CF = dyn_cast<ConstantFP>(opr1); in fold_pow() 889 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0) || CZero) { in fold_pow() 899 if ((CF && CF->isExactlyValue(1.0)) || (CINT && ci_opr1 == 1)) { in fold_pow() 905 if ((CF && CF->isExactlyValue(2.0)) || (CINT && ci_opr1 == 2)) { in fold_pow() 913 if ((CF && CF->isExactlyValue(-1.0)) || (CINT && ci_opr1 == -1)) { in fold_pow() 926 if (CF && (CF->isExactlyValue(0.5) || CF->isExactlyValue(-0.5))) { in fold_pow() 948 if (CF) { in fold_pow() 1011 if (CF) { in fold_pow() 1023 (!CF || CF->isNegative()); in fold_pow() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/vs2005/ |
| H A D | wpa_supplicant.sln | 12 …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-13.1/sys/contrib/device-tree/Bindings/ata/ |
| H A D | cavium-compact-flash.txt | 12 - reg: The base address of the CF chip select banks. Depending on 15 - cavium,bus-width: The width of the connection to the CF devices. Valid 18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
|
| H A D | pata-arasan.txt | 5 - reg: Address range of the CF registers 6 - interrupt: Should contain the CF interrupt number
|
| H A D | atmel-at91_cf.txt | 6 - gpios : specifies the gpio pins to control the CF device. Detect
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 177 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 …]
|
| H A D | CoroEarly.cpp | 216 for (CoroFreeInst *CF : CoroFrees) in lowerEarlyIntrinsics() 217 CF->setArgOperand(0, CoroId); in lowerEarlyIntrinsics()
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | smcontrol.pl | 28 open(CF, "</etc/mail/sendmail.cf") or return $cn; 29 while (<CF>) 45 close(CF);
|
| H A D | etrn.pl | 62 open(CF, "</etc/mail/sendmail.cf") || 64 while (<CF>){ 92 close(CF);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 76 K = ObjKind::CF; in hasAnyEnabledAttrOf() 314 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject() 335 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, 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() 856 return getPersistentSummary(RetEffect::MakeNotOwned(ObjKind::CF), in getCFSummaryGetRule() 1053 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary() 1056 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF); in getStandardMethodSummary() 1060 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF); in getStandardMethodSummary() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 464 if (CF != NCM.end()) { in nodes_for_root() 466 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root() 794 if (CF != NCM.end()) { in recalculatePlacement() 795 NodeVect &Cs = CF->second; in recalculatePlacement() 835 if (CF != NCM.end()) { in recalculatePlacementRec() 836 NodeVect &Cs = CF->second; in recalculatePlacementRec() 925 if (CF != NCM.end()) { in adjustForInvariance() 926 NodeVect &Cs = CF->second; in adjustForInvariance() 1163 if (CF != NCM.end()) { in getAllUsersForNode() 1164 NodeVect &Cs = CF->second; in getAllUsersForNode() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 297 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-13.1/sys/sys/ |
| H A D | pmclog.h | 125 #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-13.1/bin/pax/ |
| H A D | options.h | 59 #define CF 0x00000004 macro 110 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 304 } 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-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 45 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-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 70 if (const Function *CF = I->getCalledFunction()) in classof() local 71 return CF->getIntrinsicID() == Intrinsic::experimental_gc_statepoint; in classof()
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | ipnat | 25 ${ipnat_program} -CF -f ${ipnat_rules} ${ipnat_flags}
|
| /freebsd-13.1/contrib/sendmail/cf/cf/ |
| H A D | Makefile | 15 CF= sendmail macro 82 install-sendmail-cf: $(CF).cf 83 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
|
| H A D | README | 18 make install-cf CF=config
|
| /freebsd-13.1/contrib/sendmail/cf/m4/ |
| H A D | cf.m4 | 19 # figure out where the CF files live
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 110 // 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 = []>
|