Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h124 #define WEIGHT_GET_ACTIVE(weight) BF64_GET((weight), 61, 3) argument
125 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 61, 3, x) argument
127 #define WEIGHT_IS_SPACEBASED(weight) \ argument
128 ((weight) == 0 || BF64_GET((weight), 60, 1))
129 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 60, 1, 1) argument
134 #define WEIGHT_GET_INDEX(weight) BF64_GET((weight), 54, 6) argument
135 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 54, 6, x) argument
136 #define WEIGHT_GET_COUNT(weight) BF64_GET((weight), 0, 54) argument
137 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 54, x) argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp42 uint64_t weight; member
57 uint64_t weight = 0; member
131 uint64_t weight = c.second; in CallGraphSort() local
145 clusters[to].weight += weight; in CallGraphSort()
152 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
154 toC.bestPred.weight = weight; in CallGraphSort()
163 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in isNewDensityBad()
186 into.weight += from.weight; in mergeClusters()
188 from.weight = 0; in mergeClusters()
306 if (weight == 0) in computeCacheDirectedSortOrder()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp30 uint64_t weight; member
39 return double(weight) / double(size); in getDensity()
45 uint64_t weight = 0; member
93 uint64_t weight = c.second; in CallGraphSort() local
107 clusters[to].weight += weight; in CallGraphSort()
114 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
116 toC.bestPred.weight = weight; in CallGraphSort()
120 c.initialWeight = c.weight; in CallGraphSort()
125 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in isNewDensityBad()
148 into.weight += from.weight; in mergeClusters()
[all …]
/freebsd/contrib/bzip2/
H A Dhuffman.c37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths()
88 weight[0] = 0; in BZ2_hbMakeCodeLengths()
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()
143 j = weight[i] >> 8; in BZ2_hbMakeCodeLengths()
145 weight[i] = j << 8; in BZ2_hbMakeCodeLengths()
/freebsd/contrib/mandoc/
H A Dmandoc.css114 font-weight: bold; }
188 font-weight: bold;
191 font-weight: bold;
194 font-weight: bold;
200 font-weight: bold;
203 font-weight: normal;
212 font-weight: bold;
216 font-weight: bold;
221 font-weight: bold;
242 font-weight: bold;
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.c98 unsigned int weight) in sta_set_airtime_weight() argument
102 if (weight != sta->airtime_weight && in sta_set_airtime_weight()
103 (ret = hostapd_sta_set_airtime_weight(hapd, sta->addr, weight))) in sta_set_airtime_weight()
106 sta->airtime_weight = weight; in sta_set_airtime_weight()
111 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() argument
116 sta_set_airtime_weight(hapd, sta, weight); in set_sta_weights()
238 return wt ? wt->weight : hapd->conf->airtime_weight; in get_weight_for_sta()
244 unsigned int weight; in airtime_policy_new_sta() local
247 weight = get_weight_for_sta(hapd, sta->addr); in airtime_policy_new_sta()
248 if (weight) in airtime_policy_new_sta()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp45 uint64_t weight; member
54 return double(weight) / double(size); in getDensity()
60 uint64_t weight = 0; member
98 uint64_t weight = c.second; in CallGraphSort() local
111 clusters[to].weight += weight; in CallGraphSort()
118 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
120 toC.bestPred.weight = weight; in CallGraphSort()
124 c.initialWeight = c.weight; in CallGraphSort()
129 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in isNewDensityBad()
152 into.weight += from.weight; in mergeClusters()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css18 font-weight: bold
65 font-weight: bold;
82 font-weight: bold
85 font-weight: bold
89 font-weight: normal;
130 font-weight: bold;
155 font-weight: bold;
317 font-weight: bold;
345 font-weight: bold;
378 font-weight: bold;
[all …]
/freebsd/sys/net/altq/
H A Daltq_red.c173 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument
184 if (weight == 0) in red_alloc()
187 rp->red_weight = weight; in red_alloc()
220 if (weight == 0) { in red_alloc()
551 wtab_alloc(int weight) in wtab_alloc() argument
557 if (w->w_weight == weight) { in wtab_alloc()
565 w->w_weight = weight; in wtab_alloc()
571 w->w_tab[0] = ((weight - 1) << FP_SHIFT) / weight; in wtab_alloc()
/freebsd/usr.sbin/pkg/
H A Ddns_utils.c90 totalweight += d[i]->weight; in compute_weight()
99 chosen[i] = arc4random_uniform(d[i]->weight * 100 / in compute_weight()
123 unsigned int type, class, ttl, priority, weight, port; in dns_getsrvinfo() local
170 NS_GET16(weight, p); in dns_getsrvinfo()
192 res[n]->weight = weight; in dns_getsrvinfo()
/freebsd/contrib/libfido2/man/
H A Ddyc.css8 span.Ms { font-weight: bold; }
9 dl.Bl-diag > dt { font-weight: bold; }
11 code.Cd { font-weight: bold; font-family: monospace; }
H A Dstyle.css21 span.Ms { font-weight: bold; }
22 dl.Bl-diag > dt { font-weight: bold; }
24 code.Cd { font-weight: bold; font-family: inherit; }
/freebsd/sys/net/route/
H A Dnhgrp_ctl.c123 wn[0].storage = wn[0].weight; in sort_weightened_nhops_weights()
125 uint32_t weight = wn[i].weight; // read from 'weight' as it's not reordered in sort_weightened_nhops_weights() local
129 wn[j + 1].storage = weight; in sort_weightened_nhops_weights()
171 if ((wn[i].weight % xmin) != 0) in calc_min_mpath_slots_fast()
246 remaining_sum += x[i].weight; in compile_nhgrp()
253 nh_weight = (uint64_t)x[i].weight; in compile_nhgrp()
258 remaining_sum -= x[i].weight; in compile_nhgrp()
702 rnd->rnd_weight = pnhops[0].weight; in nhgrp_get_filtered_group()
741 wn[0].weight = rnd_add->rnd_weight; in nhgrp_get_addition_group()
746 wn[1].weight = rnd_orig->rnd_weight; in nhgrp_get_addition_group()
[all …]
/freebsd/tests/sys/net/routing/
H A Dtest_rtsock_multipath.py95 weight = int(arr[1])
98 weight = None
102 desired_map[gw] = self.rtsock.get_weight(weight)
108 desired_map[gw] = self.rtsock.get_weight(weight)
111 if weight:
113 msg.rtm_rmx.rmx_weight = weight
126 assert msg_in.rtm_rmx.rmx_weight == self.rtsock.get_weight(weight)
/freebsd/crypto/openssl/doc/life-cycles/
H A Ddigest.dot13 initialised -> updated [label="EVP_DigestUpdate", weight=3];
24 finaled -> newed [label="EVP_MD_CTX_reset", style=dashed, weight=2,
28 updated -> initialised [label="EVP_DigestInit", weight=0, style=dashed,
H A Dcipher.dot21 initialised -> updated [label="EVP_CipherUpdate", weight=2];
30 d_initialised -> d_updated [label="EVP_DecryptUpdate", weight=2];
36 e_initialised -> e_updated [label="EVP_EncryptUpdate", weight=2];
60 initialised -> updated [label="EVP_CipherUpdate", weight=2];
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css20 font-weight: bold;
51 font-weight: bold;
75 font-weight: bold;
85 font-weight: bold;
157 font-weight: bold;
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t108 font-weight: bold;
118 font-weight: bold;
249 font-weight: bold;
294 font-weight: bold;
307 font-weight: bold;
320 font-weight: bold;
329 font-weight: bold;
471 font-weight: bold;
586 font-weight: bold;
596 font-weight: bold;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp158 if (A.weight() > B.weight()) { in shouldEvict()
159 LLVM_DEBUG(dbgs() << "should evict: " << B << " w= " << B.weight() << '\n'); in shouldEvict()
253 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight()); in canEvictInterferenceBasedOnCost()
291 BestCost.MaxWeight = VirtReg.weight(); in tryFindEvictionCandidate()

12345678