/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | metaslab_impl.h | 124 #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 D | CallGraphSort.cpp | 42 uint64_t weight; 51 return double(weight) / double(size); 57 uint64_t weight = 0; 70 /// the weight of the cluster is the sum of the weight of all incoming 77 /// * The weight of the cluster divided by the size of the cluster. This is a 82 /// * Sort input sections by weight 83 /// * For each input section starting with the highest weight 131 uint64_t weight = c.second; in CallGraphSort() 145 clusters[to].weight in CallGraphSort() 58 uint64_t weight; global() member 73 uint64_t weight = 0; global() member 120 uint64_t weight = c.second; CallGraphSort() local [all...] |
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 30 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 D | huffman.c | 37 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 D | mandoc.css | 122 font-weight: bold; } 167 font-weight: normal; } 170 font-weight: normal; } 174 font-weight: normal; } 176 font-weight: normal; } 196 font-weight: bold; 199 font-weight: bold; 202 font-weight: bold; 205 font-weight: normal; } 208 font-weight: bold; [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SectionPriorities.cpp | 45 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/contrib/wpa/src/ap/ |
H A D | airtime_policy.c | 98 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/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | doxygen.css | 18 font-weight: bold 51 font-weight: bold; 56 font-weight: bold; 65 font-weight: bold; 82 font-weight: bold 85 font-weight: bold 89 font-weight: normal; 94 font-weight: normal; 98 font-weight: normal; 102 font-weight: normal; [all …]
|
/freebsd/sys/net/altq/ |
H A D | altq_red.c | 173 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 D | dns_utils.c | 90 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/sys/net/route/ |
H A D | nhgrp_ctl.c | 123 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 127 for (j = i - 1; j >= 0 && wn[j].storage > weight; j--) in sort_weightened_nhops_weights() 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() [all …]
|
/freebsd/contrib/libfido2/man/ |
H A D | dyc.css | 8 span.Ms { font-weight: bold; } 9 dl.Bl-diag > dt { font-weight: bold; } 11 code.Cd { font-weight: bold; font-family: monospace; }
|
H A D | style.css | 21 span.Ms { font-weight: bold; } 22 dl.Bl-diag > dt { font-weight: bold; } 24 code.Cd { font-weight: bold; font-family: inherit; }
|
/freebsd/tests/sys/net/routing/ |
H A D | test_rtsock_multipath.py | 95 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 D | digest.dot | 13 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 D | cipher.dot | 21 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/libxo/doc/_static/ |
H A D | basic.css_t | 108 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/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.css | 20 font-weight: bold; 61 font-weight: bold; 85 font-weight: bold; 95 font-weight: bold; 167 font-weight: bold;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocEvictionAdvisor.cpp | 159 if (A.weight() > B.weight()) { in shouldEvict() 160 LLVM_DEBUG(dbgs() << "should evict: " << B << " w= " << B.weight() << '\n'); in shouldEvict() 254 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight()); in canEvictInterferenceBasedOnCost() 292 BestCost.MaxWeight = VirtReg.weight(); in tryFindEvictionCandidate()
|