| /src/sys/contrib/openzfs/include/sys/ ! |
| H A D | metaslab_impl.h | 125 #define WEIGHT_GET_ACTIVE(weight) BF64_GET((weight), 61, 3) argument 126 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 61, 3, x) argument 128 #define WEIGHT_IS_SPACEBASED(weight) \ argument 129 ((weight) == 0 || BF64_GET((weight), 60, 1)) 130 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 60, 1, 1) argument 135 #define WEIGHT_GET_INDEX(weight) BF64_GET((weight), 54, 6) argument 136 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 54, 6, x) argument 137 #define WEIGHT_GET_COUNT(weight) BF64_GET((weight), 0, 54) argument 138 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 54, x) argument
|
| /src/contrib/llvm-project/lld/ELF/ ! |
| H A D | CallGraphSort.cpp | 42 uint64_t weight; member 51 return double(weight) / double(size); in getDensity() 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() 158 c.initialWeight = c.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() [all …]
|
| /src/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 …]
|
| /src/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()
|
| /src/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; } 183 font-weight: normal; } 197 font-weight: bold; 200 font-weight: bold; 203 font-weight: bold; 206 font-weight: normal; } [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/crypto/krb5/src/lib/krb5/os/ ! |
| H A D | dnssrv.c | 161 srv->weight = rr->Data.SRV.wWeight; in krb5int_make_srv_query_realm() 170 srv->weight); in krb5int_make_srv_query_realm() 195 unsigned short priority, weight; in k5_make_uri_query() local 225 SAFE_GETUINT16(base, rdlen, p, 2, weight, out); in k5_make_uri_query() 232 uri->weight = weight; in k5_make_uri_query() 240 TRACE_DNS_URI_ANS(context, uri->host, uri->priority, uri->weight); in k5_make_uri_query() 267 unsigned short priority, weight, port; in krb5int_make_srv_query_realm() local 306 SAFE_GETUINT16(base, rdlen, p, 2, weight, out); in krb5int_make_srv_query_realm() 328 srv->weight = weight; in krb5int_make_srv_query_realm() 338 srv->weight); in krb5int_make_srv_query_realm()
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/crypto/openssl/doc/life-cycles/ ! |
| H A D | digest.dot | 13 newed -> initialised [label="EVP_DigestInit", weight=100]; 14 initialised -> updated [label="EVP_DigestUpdate", weight=100]; 16 updated -> finaled [label="EVP_DigestFinal", weight=2]; 19 updated -> squeezed [label="EVP_DigestSqueeze", weight=3]; 30 squeezed -> end [label="EVP_MD_CTX_free", weight=1];
|
| /src/contrib/lyaml/doc/ ! |
| H A D | ldoc.css | 25 font-weight: inherit; 38 font-weight: bold; 60 font-weight: inherit; 78 .type { font-weight: bold; font-style:italic } 84 strong { font-weight: bold;} 97 a:link { font-weight: bold; color: #004080; text-decoration: none; } 98 a:visited { font-weight: bold; color: #006699; text-decoration: none; } 208 a { font-weight: bold; color: #004080; text-decoration: underline; } 292 pre .keyword { color: #aa5050; font-weight: bold; } 294 pre .marker { color: #512b1e; background: #fedc56; font-weight: bold; } [all …]
|
| /src/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()
|
| /src/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()
|
| /src/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 …]
|
| /src/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; }
|
| /src/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)
|
| /src/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;
|
| /src/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()
|