Home
last modified time | relevance | path

Searched refs:Points (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h650 SmallVector<PointType, 4> Points; in create() local
652 Points.push_back(Data.left()); in create()
653 Points.push_back(Data.right()); in create()
656 std::stable_sort(Points.begin(), Points.end()); in create()
657 auto Last = llvm::unique(Points); in create()
658 Points.erase(Last, Points.end()); in create()
660 EndPoints.assign(Points.begin(), Points.end()); in create()
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp39 Points[Name.value_or("")].push_back(All.size() - 1); in Annotations()
89 auto I = Points.find(Name); in pointWithPayload()
90 require(I != Points.end() && I->getValue().size() == 1, in pointWithPayload()
107 auto Iter = Points.find(Name); in pointsWithPayload()
108 if (Iter == Points.end()) in pointsWithPayload()
121 for (const auto &Name : Points.keys()) { in all_points()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md1 # Customization Points
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md1 # Customization Points
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h124 llvm::StringMap<llvm::SmallVector<size_t, 1>> Points; variable
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt21 - clocks: Points to a fixed parent clock that provides the input frequency.
/freebsd/secure/caroot/untrusted/
H A DD-Trust_SBR_Root_CA_1_2022.pem42 X509v3 CRL Distribution Points:
H A DCOMODO_Certification_Authority.pem52 X509v3 CRL Distribution Points:
H A DComodo_AAA_Services_root.pem51 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_CA_3_2013.pem51 X509v3 CRL Distribution Points:
H A DD-Trust_SBR_Root_CA_2_2022.pem69 X509v3 CRL Distribution Points:
/freebsd/secure/caroot/trusted/
H A DD-TRUST_EV_Root_CA_1_2020.pem42 X509v3 CRL Distribution Points:
H A DD-TRUST_BR_Root_CA_1_2020.pem42 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_Class_3_CA_2_2009.pem51 X509v3 CRL Distribution Points:
H A DD-TRUST_Root_Class_3_CA_2_EV_2009.pem51 X509v3 CRL Distribution Points:
H A DD-TRUST_EV_Root_CA_2_2023.pem69 X509v3 CRL Distribution Points:
H A DCertigna_Root_CA.pem74 X509v3 CRL Distribution Points:
H A DD-TRUST_BR_Root_CA_2_2023.pem69 X509v3 CRL Distribution Points:
H A DACCVRAIZ1.pem76 X509v3 CRL Distribution Points:
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S141 subeq r0,r0,#3 @ Points to 2nd byte of 2nd word
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt29 Definition: Points to a firmware node (see "QE Firmware Node" below)
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp.txt1 Generic OPP (Operating Performance Points) Bindings
6 Performance Points aka OPPs. This document defines bindings for these OPPs
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dinterlaken-lac.txt61 Definition: Points to the non-protected LAC CCSR mapped register space
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod185 CRL Distribution Points NID_crl_distribution_points
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3491.txt143 7. Unassigned Code Points in Internationalized Domain Names

12