Searched refs:weight (Results 1 - 25 of 455) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DPartData.java26 private Weight weight; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
33 this.weight = weight;
49 return weight;
61 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DPart.java26 private Weight weight; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
35 this.weight = weight;
56 return weight;
69 " weight=" + weight +
H A DPartData.java27 private Weight weight; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
34 this.weight = weight;
50 return weight;
62 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DPart.java38 private Weight weight; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
47 this.weight = weight;
68 return weight;
81 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DPartData.java26 private Weight weight; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
33 this.weight = weight;
49 return weight;
61 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DPart.java38 private Weight weight; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
47 this.weight = weight;
77 return weight;
90 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DPart.java35 private Weight weight; field in class:Part
38 public Part(String number, String name, String color, Weight weight, argument
44 this.weight = weight;
74 return weight;
87 " weight=" + weight +
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DPart.java26 private Weight weight; field in class:Part
29 public Part(String number, String name, String color, Weight weight, argument
35 this.weight = weight;
56 return weight;
69 " weight=" + weight +
H A DPartData.java27 private Weight weight; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
34 this.weight = weight;
50 return weight;
62 " weight=" + weight +
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm601 his weight! : 185
605 example declares three keys: C<'name'>, C<'age'>, and C<'his weight!'>.
612 his weight! : 185
619 his weight! = 185
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm603 his weight! : 185
607 example declares three keys: C<'name'>, C<'age'>, and C<'his weight!'>.
614 his weight! : 185
621 his weight! = 185
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm466 attributes on the edges of the path, C<weight> by default. If no
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/TransitiveClosure/
H A DMatrix.pm466 attributes on the edges of the path, C<weight> by default. If no
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm19 JSON-RPC is a stateless and light-weight remote procedure call (RPC)
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DCSS.pm152 font-weight: bold;
156 font-weight: normal;
177 font-weight: bold;
183 font-weight: bold;
189 font-weight: normal;
208 font-weight: bold;
233 font-weight: bold;
344 font-weight: bold;
467 font-weight: bold;
488 font-weight
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex2455 & weight values such as $3$, $5$ and $9$. Extend it to handle all values \\
2456 & upto $64$ with a hamming weight less than three. \\
2514 constant $\delta = 2^{\alpha - 2lg(\beta)}$ will represent the maximal weight of any column in a product (\textit{see sub-section 5.2.2 for more information}).
2706 an overflow can occur and the carry information will be lost. For any $m$ and $n$ digit inputs the maximum weight of any column is
2709 The maximum number of terms in any column of a product is known as the ``column weight'' and strictly governs when the algorithm can be used. Recall
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrb5_locl.h398 int32_t weight; member in struct:srv_reply
H A Dkrbhst.c117 return aa->weight - bb->weight;
131 /* sort them by priority and weight */
135 * Fixup weight sorting too, assign a negative weight to elements
150 if (query->array[o].weight < 0)
152 if (rnd <= (uint32_t)query->array[o].weight) {
153 sum -= query->array[o].weight;
154 query->array[o].weight = count--;
157 rnd -= query->array[o].weight;
210 uint16_t priority, weight, port; local
[all...]
H A Dtest_srv.c116 ctx.array[m].weight = rk_random_uniform(4);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dresolve-test.c125 printf("%d %d %d %s\n", srv->priority, srv->weight,
H A Dresolve.c234 rr->u.srv->weight = (p[2] << 8) | p[3];
619 return ((*aa)->u.srv->weight - (*bb)->u.srv->weight);
655 /* sort them by priority and weight */
669 sum += (*tt)->u.srv->weight;
679 count += (*tt)->u.srv->weight;
691 sum -= (*tt)->u.srv->weight;
761 rr->u.srv->weight = pRec->Data.SRV.wWeight;
H A Dresolve.h134 unsigned weight; member in struct:rk_srv_record
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationweights.cpp37 /* collation element weight allocation -------------------------------------- */
42 getWeightTrail(uint32_t weight, int32_t length) { argument
43 return (uint32_t)(weight>>(8*(4-length)))&0xff;
47 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { argument
49 return (uint32_t)((weight&(0xffffff00<<length))|(trail<<length));
53 getWeightByte(uint32_t weight, int32_t idx) { argument
54 return getWeightTrail(weight, idx); /* same calculation */
58 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { argument
78 return (uint32_t)((weight&mask)|(byte<<idx));
82 truncateWeight(uint32_t weight, int32_ argument
87 incWeightTrail(uint32_t weight, int32_t length) argument
92 decWeightTrail(uint32_t weight, int32_t length) argument
152 incWeight(uint32_t weight, int32_t length) const argument
167 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const argument
261 uint32_t weight=lowerLimit; local
527 uint32_t weight = range.start; local
[all...]
H A Dcollationweights.h36 static inline int32_t lengthOfWeight(uint32_t weight) { argument
37 if((weight&0xffffff)==0) {
39 } else if((weight&0xffff)==0) {
41 } else if((weight&0xff)==0) {
57 * @param lowerLimit A collation element weight; the ranges will be filled to cover
59 * @param upperLimit A collation element weight; the ranges will be filled to cover
72 * @return The next weight in the ranges, or 0xffffffff if there is none left.
88 uint32_t incWeight(uint32_t weight, int32_t length) const;
89 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
H A Ddtptngen_impl.h109 int16_t weight; member in struct:dtTypeElem

Completed in 289 milliseconds

1234567891011>>