Home
last modified time | relevance | path

Searched refs:clusters (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp73 /// * Defines when and how clusters are combined. Pick the highest weighted
87 /// * If not, then combine the clusters.
88 /// * Sort non-empty clusters by density
96 std::vector<Cluster> clusters;
119 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()
122 clusters.emplace_back(clusters.size(), isec->getSize()); in CallGraphSort()
134 // sections. This is done because otherwise we would end up with clusters in CallGraphSort()
145 clusters[to].weight += weight; in CallGraphSort()
151 Cluster &toC = clusters[t
85 std::vector<Cluster> clusters; global() member in __anon14bfe4470111::CallGraphSort
[all...]
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp57 std::vector<Cluster> clusters; member in __anone43d6a6e0111::CallGraphSort
81 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()
84 clusters.emplace_back(clusters.size(), isec->getSize()); in CallGraphSort()
107 clusters[to].weight += weight; in CallGraphSort()
113 Cluster &toC = clusters[to]; in CallGraphSort()
119 for (Cluster &c : clusters) in CallGraphSort()
156 std::vector<int> sorted(clusters.size()); in run()
157 std::vector<int> leaders(clusters.size()); in run()
162 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
168 Cluster &c = clusters[l]; in run()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp72 std::vector<Cluster> clusters; member in __anonfa788bc10111::CallGraphSort
86 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()
89 clusters.emplace_back(clusters.size(), isec->getSize()); in CallGraphSort()
111 clusters[to].weight += weight; in CallGraphSort()
117 Cluster &toC = clusters[to]; in CallGraphSort()
123 for (Cluster &c : clusters) in CallGraphSort()
163 std::vector<int> sorted(clusters.size()); in run()
165 std::vector<int> leaders(clusters.size()); in run()
171 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
177 Cluster &c = clusters[l]; in run()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Domap-mailbox.txt27 SoCs has each of these instances form a cluster and combine multiple clusters
29 all these clusters are multiplexed and routed to different processor subsystems
31 The AM64x SoCS also uses a single IP block comprising of multiple clusters,
32 but the number of clusters are smaller, and the interrupt output lines are
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c514 u_long clusters; in mountmsdosfs() local
725 clusters = (pmp->pm_fatsize / pmp->pm_fatmult) * pmp->pm_fatdiv; in mountmsdosfs()
726 if (clusters >= (CLUST_RSRVD & pmp->pm_fatmask)) in mountmsdosfs()
727 clusters = CLUST_RSRVD & pmp->pm_fatmask; in mountmsdosfs()
728 if (pmp->pm_maxcluster >= clusters) { in mountmsdosfs()
731 "capacity (%ld)\n", pmp->pm_maxcluster - 1, clusters); in mountmsdosfs()
733 pmp->pm_maxcluster = clusters - 1; in mountmsdosfs()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcpu-capacity.txt61 Example 1 (ARM 64-bit, 6-cpu system, two clusters):
195 Example 2 (ARM 32-bit, 4-cpu system, two clusters,
H A Dcci.txt10 clusters, through memory mapped interface, with a global control register
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-capacity.txt61 Example 1 (ARM 64-bit, 6-cpu system, two clusters):
195 Example 2 (ARM 32-bit, 4-cpu system, two clusters,
H A Dcpu-topology.txt183 Example 1 (ARM 64-bit, 16-cpu system, two clusters of clusters in a single
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-qcom-hw.txt5 for multiple clusters.
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl.dtsi37 /* We have 1 clusters with 2 Cortex-A35 cores */
H A Dimx8qxp.dtsi57 /* We have 1 clusters with 4 Cortex-A35 cores */
H A Dfsl-ls1088a.dtsi29 /* We have 2 clusters having 4 Cortex-A53 cores each */
H A Dfsl-lx2160a.dtsi28 // 8 clusters having 2 Cortex-A72 cores each
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi298 /* An invisible combo funnel between clusters and top funnel */
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems1043 >>>0x1E8 ulelong <0xffffffff \b, %u free clusters
1446 # Normally the number of clusters is calculated by the values of BPP.
1540 # Values 0 to 127 represent MFT record sizes of 0 to 127 clusters.
1543 >>>>>>>>>>64 lelong <128 \b, clusters/RecordSegment %d
1545 # Values 0 to 127 represent index block sizes of 0 to 127 clusters.
1548 >>>>>>>>>>68 ulelong <128 \b, clusters/index block %d
1596 >0x1e lequad x %lld total clusters,
1597 >0x26 lequad x %lld clusters in use
2417 # number of clusters in image; empty clusters at the end are not saved and counted like: 2372 2848
2418 >15 uleshort x \b, %u clusters
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc786 Maximum number of mbuf clusters available.
788 .Dq mbuf clusters
2132 full clusters are collected, which typically
/freebsd/stand/common/
H A Dhelp.common306 Set the number of mbuf clusters to be allocated. The value
/freebsd/sys/dev/ice/
H A Dice_lib.c6453 "\nSelect clusters to dump with \"dump\" sysctl" \ in ice_fw_debug_dump_print_cluster()
6455 "\n\t 0 - All clusters (default)" \ in ice_fw_debug_dump_print_cluster()
6468 * ice_sysctl_fw_debug_dump_cluster_setting - Set which clusters to dump in ice_fw_debug_dump_print_cluster()
6480 u32 clusters; in ice_fw_debug_dump_print_cluster()
6492 clusters = sc->fw_debug_dump_cluster_mask; in ice_fw_debug_dump_print_cluster()
6494 ret = sysctl_handle_32(oidp, &clusters, 0, req); in ice_fw_debug_dump_print_cluster()
6504 if (clusters & ~(valid_cluster_mask)) { in ice_fw_debug_dump_print_cluster()
6512 sc->fw_debug_dump_cluster_mask = clusters; in ice_fw_debug_dump_print_cluster()
6653 * ice_fw_debug_dump_print_clusters - Print data from FW clusters to sbuf in ice_sysctl_fw_debug_dump_do_dump()
6657 * Handles dumping all of the clusters t in ice_sysctl_fw_debug_dump_do_dump()
6376 u32 clusters; ice_sysctl_fw_debug_dump_cluster_setting() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8939.dtsi172 * consisting of two clusters of four ARM Cortex-A53s each. The
/freebsd/contrib/sendmail/cf/
H A DREADME10 sites) and clientproto.mc (for clusters of clients using a single
1999 attribute or it will be ignored. Be careful as mixing clusters and
4782 H mail Hub (for mail clusters)
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in11473 …keywords = "ALGOL; backtracking algorithm; branch and bound technique; cliques; clusters; fgra…
20420 …ne reference point. It is shown that reference points should be located outside of data clusters.",
H A Dbib1183 …s: and it was as though it budded, and her blossoms shot forth; and the clusters thereof brought f…
5791 …f Sodom, and of the fields of Gomorrah: their grapes are grapes of gall, their clusters are bitter:
7880 … sheep ready dressed, and five measures of parched corn, and an hundred clusters of raisins, and t…
7991 And they gave him a piece of a cake of figs, and two clusters of raisins: and when he had eaten, hi…
17635 This thy stature is like to a palm tree, and thy breasts to clusters of grapes.
17636 … will take hold of the boughs thereof: now also thy breasts shall be as clusters of the vine, and …
30945 …ad the sharp sickle, saying, Thrust in thy sharp sickle, and gather the clusters of the vine of th…