Searched refs:weight (Results 51 - 75 of 418) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dsayings.tcl42 grid rowconfig $w.frame 0 -weight 1 -minsize 0
43 grid columnconfig $w.frame 0 -weight 1 -minsize 0
/macosx-10.10.1/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.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileDataLoader.h84 /// addEdgeWeight - Add 'weight' to the already stored execution count for
86 void addEdgeWeight(Edge e, unsigned weight) { argument
87 EdgeInformation[getFunction(e)][e] += weight;
114 /// A special value used to represent the weight of an edge which has not
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Dvalid.rb83 Tk.root.grid_columnconfig(0, :weight=>1)
84 Tk.root.grid_rowconfig(1, :weight=>1)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddatefield.itk166 grid rowconfigure $parent 0 -weight 0
167 grid rowconfigure $parent 1 -weight 1
168 grid columnconfigure $parent 0 -weight 1
169 grid columnconfigure $parent 1 -weight 0
176 grid rowconfigure $parent 0 -weight 1
177 grid rowconfigure $parent 1 -weight 0
178 grid columnconfigure $parent 0 -weight 1
179 grid columnconfigure $parent 1 -weight 0
186 grid rowconfigure $parent 0 -weight 1
187 grid rowconfigure $parent 1 -weight
[all...]
H A Dscrolledframe.itk94 grid rowconfigure $_interior 0 -weight 1
95 grid columnconfigure $_interior 0 -weight 1
114 grid rowconfigure $itk_component(clipper) 0 -weight 1
115 grid columnconfigure $itk_component(clipper) 0 -weight 1
H A Dtimefield.itk181 grid rowconfigure $parent 0 -weight 0
182 grid rowconfigure $parent 1 -weight 1
183 grid columnconfigure $parent 0 -weight 1
184 grid columnconfigure $parent 1 -weight 0
191 grid rowconfigure $parent 0 -weight 1
192 grid rowconfigure $parent 1 -weight 0
193 grid columnconfigure $parent 0 -weight 1
194 grid columnconfigure $parent 1 -weight 0
201 grid rowconfigure $parent 0 -weight 1
202 grid rowconfigure $parent 1 -weight
[all...]
H A Dfeedback.itk137 grid rowconfigure $itk_interior 0 -weight 1
138 grid rowconfigure $itk_interior 1 -weight 1
139 grid columnconfigure $itk_interior 0 -weight 1
H A Dextfileselectionbox.itk192 grid rowconfigure [$itk_component(listpane) childsite dirs] 0 -weight 1
193 grid columnconfigure [$itk_component(listpane) childsite dirs] 0 -weight 1
210 grid rowconfigure [$itk_component(listpane) childsite files] 0 -weight 1
211 grid columnconfigure [$itk_component(listpane) childsite files] 0 -weight 1
980 grid rowconfigure $_interior $row -minsize 0 -weight 0
984 grid columnconfigure $_interior $col -minsize 0 -weight 0
1030 grid rowconfigure $_interior 3 -weight 1
1038 grid columnconfigure $_interior 0 -weight 1
1057 grid rowconfigure $_interior 2 -weight 1
1068 grid columnconfigure $_interior 0 -weight
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl52 grid columnconfig . 0 -weight 1
53 grid rowconfig . 1 -weight 1
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtextpeer.tcl50 grid rowconfigure $w $b2 -weight 1
64 grid columnconfigure $w 0 -weight 1
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dfonts.tcl55 # Most other toolkits use medium weight for all UI elements,
99 -weight bold
120 -weight bold
144 -weight bold
146 -weight bold
/macosx-10.10.1/llvmCore-3425.0.34/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.cpp51 return A->weight < B->weight;
58 /// algorithm. It prioritizes live virtual registers by spill weight and spills
91 virtual float getPriority(LiveInterval *LI) { return LI->weight; }
183 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
248 // Try to spill another interfering reg with less spill weight.
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dttknote.rb36 grid_columnconfigure(0, :weight=>1)
80 f_msg.grid_rowconfigure(1, :weight=>1)
81 f_msg.grid_columnconfigure([0, 1], :weight=>1, :uniform=>1)
H A Dtoolbar.rb61 tbar_base.grid_columnconfigure(contents, :weight=>1)
62 contents.grid_columnconfigure(1000, :weight=>1)
116 base_frame.grid_rowconfigure(text, :weight=>1)
117 base_frame.grid_columnconfigure(text, :weight=>1)
134 grid_columnconfigure(0, :weight=>1)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl87 grid columnconfigure . 0 -weight 1
88 grid rowconfigure . 0 -weight 0
89 grid rowconfigure . 1 -weight 1
90 grid columnconfigure .log 0 -weight 1
91 grid columnconfigure .log 1 -weight 0
92 grid rowconfigure .log 0 -weight 1
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Darc.c37 a->weight = NULL; /* New arcs have no weight */
58 if (a->weight) {
59 Tcl_DecrRefCount (a->weight);
60 a->weight = NULL;
103 if (a->weight) {
104 lv [3] = a->weight;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsched_grrr.c653 * (group->work+1) / (nextgroup->work+1) > (group->weight) / (nextgroup->weight)
658 orderleft = (group->work + 1) * ((uint64_t)nextgroup->weight);
659 orderright = (nextgroup->work + 1) * ((uint64_t)group->weight);
695 runq->groups[index].weight = 0;
701 runq->weight = 0;
739 group->weight = gpriority;
751 group->weight += gpriority;
760 rq->weight += gpriority;
783 group->weight
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.cpp97 unsigned weight = 1; local
104 if (CFNumberRef weightRef = rule.get<CFNumberRef>("weight"))
105 weight = cfNumber<unsigned int>(weightRef);
119 addRule(new Rule(pattern, weight, flags));
252 if (!bestRule || rule->weight > bestRule->weight)
258 bestRule ? bestRule->weight : 0,
283 : weight(w), flags(f), source(pattern)
287 secdebug("csresource", "%p rule %s added (weight %d, flags 0x%x)",
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.cpp97 unsigned weight = 1; local
104 if (CFNumberRef weightRef = rule.get<CFNumberRef>("weight"))
105 weight = cfNumber<unsigned int>(weightRef);
119 addRule(new Rule(pattern, weight, flags));
252 if (!bestRule || rule->weight > bestRule->weight)
258 bestRule ? bestRule->weight : 0,
283 : weight(w), flags(f), source(pattern)
287 secdebug("csresource", "%p rule %s added (weight %d, flags 0x%x)",
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.c154 #define W_WEIGHT 512 /* inverse of weight of EWMA (511/512) */
158 #define W_WEIGHT_1 128 /* inverse of weight of EWMA (127/128) */
162 #define W_WEIGHT_2 64 /* inverse of weight of EWMA (63/64) */
217 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, argument
234 if (weight == 0)
237 rp->red_weight = weight;
267 if (weight == 0) {
279 /* calculate wshift. weight must be power of 2 */
286 printf("invalid weight value %d for red! use %d\n",
305 /* allocate weight tabl
554 wtab_alloc(int weight) argument
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dbasic.css109 font-weight: bold;
119 font-weight: bold;
221 font-weight: bold;
266 font-weight: bold;
279 font-weight: bold;
292 font-weight: bold;
301 font-weight: bold;
391 font-weight: bold;
479 font-weight: bold;
489 font-weight
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb58 tbar_base.grid_columnconfigure(contents, :weight=>1)
59 contents.grid_columnconfigure(1000, :weight=>1)
110 base_frame.grid_rowconfigure(text, :weight=>1)
111 base_frame.grid_columnconfigure(text, :weight=>1)
128 grid_columnconfigure(0, :weight=>1)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows.tcl55 eval font create BoldFont [font actual [$tbl cget -font]] -weight bold
155 grid rowconfigure $top 0 -weight 1
156 grid columnconfigure $top 0 -weight 1
184 grid rowconfigure . 0 -weight 1
185 grid columnconfigure . 0 -weight 1

Completed in 222 milliseconds

1234567891011>>