Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp57 std::vector<Cluster> clusters; member in __anonc063e9230111::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 …]
/src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp96 std::vector<Cluster> clusters; member in __anon8806e05c0111::CallGraphSort
119 auto res = secToCluster.try_emplace(isec, clusters.size()); in CallGraphSort()
122 clusters.emplace_back(clusters.size(), isec->getSize()); in CallGraphSort()
145 clusters[to].weight += weight; in CallGraphSort()
151 Cluster &toC = clusters[to]; in CallGraphSort()
157 for (Cluster &c : clusters) in CallGraphSort()
194 std::vector<int> sorted(clusters.size()); in run()
195 std::unique_ptr<int[]> leaders(new int[clusters.size()]); in run()
197 std::iota(leaders.get(), leaders.get() + clusters.size(), 0); in run()
200 return clusters[a].getDensity() > clusters[b].getDensity(); in run()
[all …]
/src/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp72 std::vector<Cluster> clusters; member in __anonee9383960111::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 …]
/src/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
/src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c514 u_long clusters; in mountmsdosfs() local
724 clusters = (pmp->pm_fatsize / pmp->pm_fatmult) * pmp->pm_fatdiv; in mountmsdosfs()
725 if (clusters >= (CLUST_RSRVD & pmp->pm_fatmask)) in mountmsdosfs()
726 clusters = CLUST_RSRVD & pmp->pm_fatmask; in mountmsdosfs()
727 if (pmp->pm_maxcluster >= clusters) { in mountmsdosfs()
730 "capacity (%ld)\n", pmp->pm_maxcluster - 1, clusters); in mountmsdosfs()
732 pmp->pm_maxcluster = clusters - 1; in mountmsdosfs()
/src/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
/src/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
/src/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-qcom-hw.txt5 for multiple clusters.
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl.dtsi43 /* We have 1 clusters with 2 Cortex-A35 cores */
H A Dimx8qxp.dtsi61 /* 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
/src/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi306 /* An invisible combo funnel between clusters and top funnel */
/src/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
2431 # number of clusters in image; empty clusters at the end are not saved and counted like: 2372 2848
2432 >15 uleshort x \b, %u clusters
/src/tools/tools/sysdoc/
H A Dtunables.mdoc786 Maximum number of mbuf clusters available.
788 .Dq mbuf clusters
2132 full clusters are collected, which typically
/src/sys/dev/ixgbe/
H A Dif_ix.c3255 u32 clusters = sc->debug_dump_cluster_mask; in ixgbe_sysctl_debug_dump_set_clusters() local
3259 error = sysctl_handle_32(oidp, &clusters, 0, req); in ixgbe_sysctl_debug_dump_set_clusters()
3263 if (clusters & ~(IXGBE_DBG_DUMP_VALID_CLUSTERS_MASK)) { in ixgbe_sysctl_debug_dump_set_clusters()
3266 __func__, clusters); in ixgbe_sysctl_debug_dump_set_clusters()
3272 sc->debug_dump_cluster_mask = clusters; in ixgbe_sysctl_debug_dump_set_clusters()
/src/stand/common/
H A Dhelp.common306 Set the number of mbuf clusters to be allocated. The value
/src/sys/dev/ice/
H A Dice_lib.c6507 u32 clusters; in ice_sysctl_fw_debug_dump_cluster_setting() local
6519 clusters = sc->fw_debug_dump_cluster_mask; in ice_sysctl_fw_debug_dump_cluster_setting()
6521 ret = sysctl_handle_32(oidp, &clusters, 0, req); in ice_sysctl_fw_debug_dump_cluster_setting()
6531 if (clusters & ~(valid_cluster_mask)) { in ice_sysctl_fw_debug_dump_cluster_setting()
6539 sc->fw_debug_dump_cluster_mask = clusters; in ice_sysctl_fw_debug_dump_cluster_setting()
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8939.dtsi181 * consisting of two clusters of four ARM Cortex-A53s each. The
/src/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)
/src/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…