| /freebsd/share/vt/fonts/ |
| H A D | tom-thumb.hex | 4 # To the extent possible under law, the person who associated CC0 with 8 # You should have received a copy of the CC0 legalcode along with this
|
| /freebsd/contrib/pkgconf/tests/lib-sbom-files/ |
| H A D | bomtool-special.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-nolicense.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-basic.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-define_variable.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-multiple_packages.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-private_dependency.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-with_dependency.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-define_variable_with_dependency.txt | 2 DataLicense: CC0-1.0
|
| H A D | bomtool-meta_package.txt | 2 DataLicense: CC0-1.0
|
| /freebsd/contrib/libcbor/CMakeModules/ |
| H A D | JoinPaths.cmake | 4 # SPDX-License-Identifier: (MIT OR CC0-1.0)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | LICENSE | 1 This work is released into the public domain with CC0 1.0. Alternatively, it is 8 CC0 1.0 Universal 39 associating CC0 with a Work (the "Affirmer"), to the extent that he or she 41 elects to apply CC0 to the Work and publicly distribute the Work under its 43 Work and the meaning and intended legal effect of CC0 on those rights. 45 1. Copyright and Related Rights. A Work made available under CC0 may be 97 "License"). The License shall be deemed effective as of the date CC0 was 126 this CC0 or use of the Work.
|
| /freebsd/contrib/libarchive/ |
| H A D | COPYING | 26 from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:
|
| /freebsd/sys/contrib/libsodium/contrib/ |
| H A D | Findsodium.cmake | 7 # You should have received a copy of the CC0 Public Domain Dedication
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 12 // You should have received a copy of the CC0 Public Domain Dedication along
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
| H A D | da850.dtsi | 421 /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
|
| /freebsd/share/ctypedef/ |
| H A D | zh_TW.Big5.src | 1891 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/ 4207 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/ 6483 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/
|
| H A D | ja_JP.eucJP.src | 7888 <CJK_UNIFIED_IDEOGRAPH-7CC0>;/ 10242 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/ 20935 <CJK_UNIFIED_IDEOGRAPH-7CC0>;/ 23289 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/ 34040 <CJK_UNIFIED_IDEOGRAPH-7CC0>;/ 36394 <CJK_UNIFIED_IDEOGRAPH-8CC0>;/
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | DerivedNormalizationProps.txt | 755 0CC0 ; NFD_QC; N # Mc KANNADA VOWEL SIGN II 1140 0CC0 ; NFKD_QC; N # Mc KANNADA VOWEL SIGN II 1982 0CC0 ; Expands_On_NFD # Mc KANNADA VOWEL SIGN II 2252 0CC0 ; Expands_On_NFKD # Mc KANNADA VOWEL SIGN II
|
| H A D | rfc3454.txt | 4725 0CC0-0CC4
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24089 unsigned CC0, CC1; in LowerVSETCC() local 24092 CC0 = 3; // UNORD in LowerVSETCC() 24097 CC0 = 7; // ORD in LowerVSETCC() 24106 {Chain, Op0, Op1, DAG.getTargetConstant(CC0, dl, MVT::i8)}); in LowerVSETCC() 24114 Opc, dl, VT, Op0, Op1, DAG.getTargetConstant(CC0, dl, MVT::i8)); in LowerVSETCC() 48469 static bool checkBoolTestAndOrSetCCCombine(SDValue Cond, X86::CondCode &CC0, in checkBoolTestAndOrSetCCCombine() argument 48501 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine() 49195 X86::CondCode CC0, CC1; in combineCMov() local 49197 if (checkBoolTestAndOrSetCCCombine(Cond, CC0, CC1, Flags, isAndSetCC)) { in combineCMov() 49200 CC0 = X86::GetOppositeBranchCondition(CC0); in combineCMov() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6343 ISD::CondCode CC0 = cast<CondCodeSDNode>(N0CC)->get(); in foldLogicOfSetCCs() local 6346 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs() 6391 if (IsAnd && LL == RL && CC0 == CC1 && OpVT.getScalarSizeInBits() > 1 && in foldLogicOfSetCCs() 6392 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs() 6404 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs() 6437 return DAG.getSetCC(DL, VT, And, Zero, CC0); in foldLogicOfSetCCs() 6451 ISD::CondCode NewCC = IsAnd ? ISD::getSetCCAndOperation(CC0, CC1, OpVT) in foldLogicOfSetCCs() 6452 : ISD::getSetCCOrOperation(CC0, CC1, OpVT); in foldLogicOfSetCCs()
|
| /freebsd/tools/tools/locale/etc/final-maps/ |
| H A D | widths.txt | 5131 <CJK_UNIFIED_IDEOGRAPH-3CC0> 2 9227 <CJK_UNIFIED_IDEOGRAPH-4CC0> 2 13323 <CJK_UNIFIED_IDEOGRAPH-5CC0> 2 17419 <CJK_UNIFIED_IDEOGRAPH-6CC0> 2 21515 <CJK_UNIFIED_IDEOGRAPH-7CC0> 2 25611 <CJK_UNIFIED_IDEOGRAPH-8CC0> 2 29707 <CJK_UNIFIED_IDEOGRAPH-9CC0> 2 47712 <TANGUT_IDEOGRAPH-17CC0> 2 51808 <KHITAN_SMALL_SCRIPT_CHARACTER-18CC0> 2 57563 <CJK_UNIFIED_IDEOGRAPH-20CC0> 2 [all …]
|
| H A D | map.GBK | 2521 <CJK_UNIFIED_IDEOGRAPH-5CC0> \x8d\x4c 5218 <CJK_UNIFIED_IDEOGRAPH-6CC0> \x9b\x71 10034 <CJK_UNIFIED_IDEOGRAPH-7CC0> \xbc\x41 15556 <CJK_UNIFIED_IDEOGRAPH-8CC0> \xd9\x52 21323 <CJK_UNIFIED_IDEOGRAPH-9CC0> \xf7\x96
|
| /freebsd/share/colldef_unicode/ |
| H A D | zh_TW.UTF-8.src | 3575 <CJK_UNIFIED_IDEOGRAPH-8CC0> "<XFC6A><XAE00>";<X05>;"<X05><XC0>";<CJK_UNIFIED_IDEOGRAPH-8CC0>
|