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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
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 +
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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
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 +
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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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 +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_wrr.c19 * with weight 0 when all weights are zero
33 int cw; /* current weight */
34 int mw; /* maximum weight */
56 int weight; local
60 weight = atomic_read(&dest->weight);
61 if (weight > 0) {
63 g = gcd(weight, g);
65 g = weight;
73 * Get the maximum weight o
78 int weight = 0; local
[all...]
H A Dip_vs_nq.c87 * (server expected overhead) / dest->weight
92 * if every weight is larger than zero.
94 * The server with weight=0 is quiesced and will not receive any
101 !atomic_read(&dest->weight))
114 (loh * atomic_read(&dest->weight) >
115 doh * atomic_read(&least->weight))) {
126 "activeconns %d refcnt %d weight %d overhead %d\n",
130 atomic_read(&least->weight), loh);
H A Dip_vs_sed.c21 * jobs on the ith server and Ui is the fixed service rate (weight) of
36 * (the server weight varies a lot).
91 * (server expected overhead) / dest->weight
96 * if every weight is larger than zero.
98 * The server with weight=0 is quiesced and will not receive any
104 atomic_read(&dest->weight) > 0) {
120 if (loh * atomic_read(&dest->weight) >
121 doh * atomic_read(&least->weight)) {
128 "activeconns %d refcnt %d weight %d overhead %d\n",
132 atomic_read(&least->weight), lo
[all...]
H A Dip_vs_wlc.c20 * Wensong Zhang : added any dest with weight=0 is quiesced
79 * (dest overhead) / dest->weight
84 * if every weight is larger than zero.
86 * The server with weight=0 is quiesced and will not receive any
92 atomic_read(&dest->weight) > 0) {
108 if (loh * atomic_read(&dest->weight) >
109 doh * atomic_read(&least->weight)) {
116 "activeconns %d refcnt %d weight %d overhead %d\n",
120 atomic_read(&least->weight), loh);
H A Dip_vs_rr.c20 * Wensong Zhang : added any dest with weight=0 is quiesced
74 atomic_read(&dest->weight) > 0)
86 "activeconns %d refcnt %d weight %d\n",
89 atomic_read(&dest->refcnt), atomic_read(&dest->weight));
H A Dip_vs_lblcr.c14 * Julian Anastasov : Added the missing (dest->weight>0)
27 * (n.conns>n.weight AND
28 * there is a node m with m.conns<m.weight/2) then
181 /* select the first destination server, whose weight > 0 */
187 if ((atomic_read(&least->weight) > 0)
206 if ((loh * atomic_read(&dest->weight) >
207 doh * atomic_read(&least->weight))
216 "activeconns %d refcnt %d weight %d overhead %d\n",
220 atomic_read(&least->weight), loh);
236 /* select the first destination server, whose weight >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx_qns_template.c27 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) argument
64 : "r"(basis), "r"(rem), "r"(weight), "g"(scale)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm_ostream.vt.h13 void (*set_weight) (THIS_ARG, term_weight_t weight);
H A Dterm-ostream.oo.h78 /* Get/set the font weight. */
80 void set_weight (term_ostream_t stream, term_weight_t weight);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Dcbqinit.eth130 # weight, which is set to be proportional to
31 # "rate". It is not necessary, weight=1 will work as well.
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlpc.c126 double var[MAX_LPC_ORDER+1], av_uninit(weight);
131 weight=0;
144 weight += inv;
146 weight++;
156 ref[i]= sqrt(m[(pass-1)&1].variance[i] / weight) * (blocksize - max_order) / 4000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.h78 /* Get/set the font weight. */
80 void set_weight (term_ostream_t stream, term_weight_t weight);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c78 float *weight=NULL; variable
80 /* LSP training metric. We weight error proportional to distance
86 #define FUDGE (global_maxdel-weight[i])
95 weight[i]=(predist<postdist?predist:postdist);
155 weight=_ogg_malloc(sizeof(float)*v->elements);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_neon.c96 int weight, int offset);
98 int weight, int offset);
100 int weight, int offset);
102 int weight, int offset);
104 int weight, int offset);
106 int weight, int offset);
108 int weight, int offset);
110 int weight, int offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dmember.c62 memb->weight = w;
127 if (memb->weight)
128 total += memb->weight;
131 /* all nodes revert to weight of 1 if all have weight 0 */
145 if (!all_zero && !memb->weight)
151 w = memb->weight;

Completed in 238 milliseconds

123456