Searched refs:weight (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10.0-release/usr.sbin/pkg/
H A Ddns_utils.h36 unsigned int weight; member in struct:dns_srvinfo
H A Ddns_utils.c91 totalweight += d[i]->weight;
98 chosen[i] = random() % (d[i]->weight * 100 / totalweight);
121 unsigned int type, class, ttl, priority, weight, port; local
168 NS_GET16(weight, p);
190 res[n]->weight = weight;
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css37 .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
39 .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
41 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
50 i.addr { font-weight: normal; } /* Address (Ad). */
51 i.arg { font-weight: normal; } /* Command argument (Ar). */
60 i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
61 i.file { font-weight: normal; } /* File (Pa). */
64 i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */
67 i.link-sec { font-weight: normal; } /* Section links (Sx). */
73 i.ref-book { font-weight
[all...]
H A Dexample.style.css33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
36 div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */
37 div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */
46 div.mandoc i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
47 div.mandoc i.file { font-weight: normal; } /* File (Pa). */
50 div.mandoc i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */
53 div.mandoc i.link-sec { font-weight: normal; } /* Section links (Sx). */
59 div.mandoc i.ref-book { font-weight
[all...]
/freebsd-10.0-release/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 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNode
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h85 /// addEdgeWeight - Add 'weight' to the already stored execution count for
87 void addEdgeWeight(Edge e, unsigned weight) { argument
88 EdgeInformation[getFunction(e)][e] += weight;
115 /// A special value used to represent the weight of an edge which has not
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp127 // Don't recompute spill weight for an unspillable register.
137 float weight = 1.0f; local
147 // Calculate instr weight.
150 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
152 // Give extra weight to what looks like a loop induction variable update.
154 weight *= 3;
156 totalWeight += weight;
165 float hweight = Hint[hint] += weight;
180 // Weakly boost the spill weight of hinted registers.
201 li.weight
[all...]
H A DRegAllocBasic.cpp49 return A->weight < B->weight;
56 /// algorithm. It prioritizes live virtual registers by spill weight and spills
89 virtual float getPriority(LiveInterval *LI) { return LI->weight; }
181 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
246 // Try to spill another interfering reg with less spill weight.
H A DSpiller.cpp80 assert(li->weight != HUGE_VALF &&
120 newLI->weight = HUGE_VALF;
H A DStackSlotColoring.cpp125 // their weight.
128 return LHS->weight > RHS->weight;
157 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);
165 /// to a sorted (by weight) list.
189 // Sort them by weight.
271 SlotWeights[NewSS] += li->weight;
280 li->weight = SlotWeights[SS];
282 // Sort them by new weight.
/freebsd-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css23 font-weight: bold;
52 font-weight: bold;
86 font-weight: normal;
99 font-weight: bold;
103 font-weight: bold;
114 font-weight: bold;
152 font-weight: bold;
171 font-weight: bold;
193 font-weight: bold;
294 font-weight
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileDataLoaderPass.cpp1 //===- ProfileDataLoaderPass.cpp - Set branch weight metadata from prof ---===//
10 // This pass loads profiling data from a dump file and sets branch weight
45 /// This pass loads profiling data from a dump file and sets branch weight
98 unsigned weight = Counters[ReadCount]; local
99 assert(weight != ProfileDataLoader::Uncounted);
100 PB.addEdgeWeight(e, weight);
154 DEBUG(dbgs() << "---- Edge '" << edge << "' has weight "
158 // Set branch weight metadata. This will set branch probabilities of
161 // (it gives the unexectuted branch a weight of 1 for the purposes of
H A DProfileInfoLoaderPass.cpp135 double weight = ECs[ReadCount++]; local
136 if (weight != ProfileInfoLoader::Uncounted) {
141 EdgeInformation[getFunction(e)][e] += (double)weight;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css36 font-weight : bold;
70 font-weight : bold;
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_rio.h52 int weight; member in struct:rio_stats
60 int rio_weight; /* weight for EWMA */
111 int rio_weight; /* weight for EWMA */
112 struct wtab *rio_wtab; /* weight table */
H A Daltq_red.c143 #define W_WEIGHT 512 /* inverse of weight of EWMA (511/512) */
147 #define W_WEIGHT_1 128 /* inverse of weight of EWMA (127/128) */
151 #define W_WEIGHT_2 64 /* inverse of weight of EWMA (63/64) */
227 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, argument
238 if (weight == 0)
241 rp->red_weight = weight;
243 /* allocate weight table */
274 if (weight == 0) {
286 /* calculate wshift. weight must be power of 2 */
293 printf("invalid weight valu
635 wtab_alloc(int weight) argument
[all...]
/freebsd-10.0-release/sys/net/
H A Dradix_mpath.c264 int64_t weight; local
290 for (weight = abs((int32_t)hash), rt = ro->ro_rt;
291 weight >= rt->rt_rmx.rmx_weight && rn;
292 weight -= rt->rt_rmx.rmx_weight) {
302 /* gw selection has failed - there must be only zero weight routes */
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c210 int weight[MAXMXHOSTS]; local
375 weight[nmx] = 0;
378 weight[nmx] = mxrand(bp);
406 (prefs[i] == prefs[j] && weight[i] > weight[j]))
417 temp = weight[i];
418 weight[i] = weight[j];
419 weight[j] = temp;
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmain.c233 double dispersion, weight, when, offset, error; member in struct:__anon3852
693 double weight, disp, when, offset, error, drift, drifterr, local
714 record[index].weight = 1.0;
718 record[index].weight = 1.0/(x > minerr ? x*x : minerr*minerr);
743 disp = weight = when = offset = y = 0.0;
745 weight += w = record[i].weight;
752 when /= weight;
753 offset /= weight;
754 y /= weight;
[all...]

Completed in 154 milliseconds

1234