| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 26 using CCT = ComparisonCategoryType; in getComparisonCategoryForBuiltinCmp() typedef 29 return CCT::StrongOrdering; in getComparisonCategoryForBuiltinCmp() 32 return CCT::PartialOrdering; in getComparisonCategoryForBuiltinCmp() 38 return CCT::StrongOrdering; in getComparisonCategoryForBuiltinCmp() 128 using CCT = ComparisonCategoryType; in lookupInfoForType() typedef 146 for (unsigned I = static_cast<unsigned>(CCT::First), in lookupInfoForType() 147 End = static_cast<unsigned>(CCT::Last); in lookupInfoForType() 149 CCT Kind = static_cast<CCT>(I); in lookupInfoForType() 204 using CCT = ComparisonCategoryType; in getPossibleResultsForType() typedef 208 bool IsStrong = Type == CCT::StrongOrdering; in getPossibleResultsForType() [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_threadprivate.cpp | 315 d_tn->cct.cctor = 0;; in kmp_threadprivate_insert_private_data() 360 } else if (d_tn->cct.cctorv != 0) { in kmp_threadprivate_insert() 364 (void)(*d_tn->cct.cctorv)(d_tn->obj_init, pc_addr, d_tn->vec_len); in kmp_threadprivate_insert() 372 } else if (d_tn->cct.cctor != 0) { in kmp_threadprivate_insert() 376 (void)(*d_tn->cct.cctor)(d_tn->obj_init, pc_addr); in kmp_threadprivate_insert() 393 d_tn->cct.cctor = 0; in kmp_threadprivate_insert() 467 } else if (d_tn->cct.cctorv != 0) { in kmp_threadprivate_insert() 468 (void)(*d_tn->cct.cctorv)(tn->par_addr, d_tn->obj_init, d_tn->vec_len); in kmp_threadprivate_insert() 475 } else if (d_tn->cct.cctor != 0) { in kmp_threadprivate_insert() 476 (void)(*d_tn->cct.cctor)(tn->par_addr, d_tn->obj_init); in kmp_threadprivate_insert() [all …]
|
| H A D | kmp.h | 1847 } cct; member
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | ccache.c | 412 krb5_ccache_overwrite(krb5_context context, krb5_ccache ccs, krb5_ccache cct, in krb5_ccache_overwrite() argument 425 retval = krb5_cc_get_principal(context, cct, &defprinc); in krb5_ccache_overwrite() 427 retval = krb5_cc_initialize(context, cct, princ); in krb5_ccache_overwrite() 431 retval = krb5_store_all_creds(context, cct, ccs_creds_arr, NULL); in krb5_ccache_overwrite()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_subnet.c | 567 osm_cct_entry_t cct; in opts_parse_cct_entry() local 574 log_report("invalid CCT entry\n"); in opts_parse_cct_entry() 581 cct.shift = strtoul(buf, NULL, 0); in opts_parse_cct_entry() 582 cct.multiplier = strtoul(ptr, NULL, 0); in opts_parse_cct_entry() 584 if (cct.shift != p_cct1->shift in opts_parse_cct_entry() 585 || cct.multiplier != p_cct1->multiplier) { in opts_parse_cct_entry() 588 pfn(p_subn, &cct); in opts_parse_cct_entry() 589 p_cct1->shift = p_cct2->shift = cct.shift; in opts_parse_cct_entry() 590 p_cct1->multiplier = p_cct2->multiplier = cct.multiplier; in opts_parse_cct_entry() 629 log_report("invalid CCT entry\n"); in opts_parse_cc_cct() [all …]
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 492 id-pkix 12 : id-cct 691 id-cct 1 : id-cct-crs 692 id-cct 2 : id-cct-PKIData 693 id-cct 3 : id-cct-PKIResponse
|
| H A D | obj_dat.h | 1623 {"id-cct", "id-cct", NID_id_cct, 7, &so[1948]}, 1715 {"id-cct-crs", "id-cct-crs", NID_id_cct_crs, 8, &so[2683]}, 1716 {"id-cct-PKIData", "id-cct-PKIData", NID_id_cct_PKIData, 8, &so[2691]}, 1717 {"id-cct-PKIResponse", "id-cct-PKIResponse", NID_id_cct_PKIResponse, 8, &so[2699]}, 3472 268, /* "id-cct" */ 3473 361, /* "id-cct-PKIData" */ 3474 362, /* "id-cct-PKIResponse" */ 3475 360, /* "id-cct-crs" */ 5147 268, /* "id-cct" */ 5148 361, /* "id-cct-PKIData" */ [all …]
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_subnet.h | 169 * shift field in CCT entry. See A10.2.2.1.1. 172 * multiplier field in CCT entry. See A10.2.2.1.1. 226 * Entries in CCT
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | iqs626a.yaml | 252 azoteq,cct-increase: 575 azoteq,cct-increase:
|
| /freebsd/sys/net/ |
| H A D | ethernet.h | 186 #define ETHERTYPE_NBPCREQ 0x3C02 /* 3Com NBP Connect request (virtual cct) not registered */ 189 #define ETHERTYPE_NBPCLREQ 0x3C05 /* 3Com NBP Close request (virtual cct) not registered */
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | panel-simple.yaml | 75 - cct,cmt430b19n00
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | ole2compounddocs | 638 # CCT for CorelCAD Template 639 !:ext ccd/cct
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibccconfig.c | 519 return "invalid number of cct entries input given ccti_limit and index"; in congestion_control_table()
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 468 { "cct", tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 */
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 474 { "cct", tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 */
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 507 { "cct", tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 */
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | obj_mac.h | 1484 #define SN_id_cct "id-cct" 2110 #define SN_id_cct_crs "id-cct-crs" 2114 #define SN_id_cct_PKIData "id-cct-PKIData" 2118 #define SN_id_cct_PKIResponse "id-cct-PKIResponse"
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3287 EVT CCT = getSetCCResultType(NVT); in ExpandIntRes_MINMAX() local 3290 DAG.getSetCC(DL, CCT, LHSH, DAG.getConstant(0, DL, NVT), ISD::SETLT); in ExpandIntRes_MINMAX() 3313 EVT CCT = getSetCCResultType(NVT); in ExpandIntRes_MINMAX() local 3322 SDValue IsHiLeft = DAG.getSetCC(DL, CCT, LHSH, RHSH, CondC); in ExpandIntRes_MINMAX() 3323 SDValue IsHiEq = DAG.getSetCC(DL, CCT, LHSH, RHSH, ISD::SETEQ); in ExpandIntRes_MINMAX() 3366 EVT CCT = getSetCCResultType(VT); in ExpandIntRes_MINMAX() local 3367 SDValue Cond = DAG.getSetCC(DL, CCT, LHS, RHS, Pred); in ExpandIntRes_MINMAX()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_parse_date.c | 598 { 0, "cct", tZONE, -8*HOUR }, /* China Coast, USSR Zone 7 */
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | vendor-prefixes.yaml | 263 "^cct,.*":
|
| /freebsd/contrib/ofed/libibmad/ |
| H A D | fields.c | 866 {BITSOFFS(576, 16), "CS_ReturnDelay", mad_dump_hex}, /* TODO: CCT dump */
|
| /freebsd/contrib/ofed/opensm/include/iba/ |
| H A D | ib_types.h | 11979 * bits [15..14] - CCT Shift 11981 * bits [13..0] - CCT Multiplier
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 11967 std::optional<ComparisonCategoryType> CCT = in checkArithmeticOrEnumeralThreeWayCompare() local 11969 if (!CCT) in checkArithmeticOrEnumeralThreeWayCompare() 11982 *CCT, Loc, Sema::ComparisonCategoryUsage::OperatorInExpression); in checkArithmeticOrEnumeralThreeWayCompare() 12117 std::optional<ComparisonCategoryType> CCT = in CheckCompareOperands() local 12119 if (!CCT) in CheckCompareOperands() 12133 *CCT, Loc, ComparisonCategoryUsage::OperatorInExpression); in CheckCompareOperands()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 23968 f3f0 CCT, Inc
|