Searched defs:align (Results 51 - 64 of 64) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BC_S16.c204 mlib_s32 align, cols, i; local
227 align = (8 - ((mlib_addr)dstPixelPtr) & 7) & 7;
228 align >>= 1;
229 align = (cols < align)? cols : align;
231 for (i = 0; i < align; i++) {
H A Dmlib_v_ImageAffine_BC_U16.c196 mlib_s32 align, cols, i; local
220 align = (8 - ((mlib_addr)dstPixelPtr) & 7) & 7;
221 align >>= 1;
222 align = (cols < align)? cols : align;
224 for (i = 0; i < align; i++) {
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c291 jlong align; member in union:__anon925
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java286 protected final int computeAlignment(int index, int align) { argument
287 if (align > 1) {
288 int incr = index & (align - 1);
290 return align - incr;
301 protected void checkBlockLength(int align, int dataSize) { argument
357 computeAlignment(bbwi.position(), align) + dataSize;
381 protected void alignAndCheck(int align, int n) { argument
383 checkBlockLength(align, n);
387 int alignResult = computeAlignment(bbwi.position(), align);
391 grow(align,
397 grow(int align, int n) argument
[all...]
H A DCDROutputStream_1_0.java234 protected final int computeAlignment(int align) { argument
235 if (align > 1) {
236 int incr = bbwi.position() & (align - 1);
238 return align - incr;
244 protected void alignAndReserve(int align, int n) { argument
246 bbwi.position(bbwi.position() + computeAlignment(align));
249 grow(align, n);
257 protected void grow(int align, int n) argument
294 // to induce header padding to align the body on a 8-octet boundary,
544 boolean align
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2180 // This is closer to NS where we align to the first line of text.
2183 float align = 0;
2197 align = pView.getView(0).getAlignment(View.Y_AXIS);
2213 drawIcon(g, (int) x, (int) y, (int) w, (int) h, align, host);
2225 (int) w, (int) h, align);
2227 drawLetter(g, '1', (int) x, (int) y, (int) w, (int) h, align,
2230 drawLetter(g, 'a', (int) x, (int) y, (int) w, (int) h, align,
2233 drawLetter(g, 'A', (int) x, (int) y, (int) w, (int) h, align,
2236 drawLetter(g, 'i', (int) x, (int) y, (int) w, (int) h, align,
2239 drawLetter(g, 'I', (int) x, (int) y, (int) w, (int) h, align,
2254 drawIcon(Graphics g, int ax, int ay, int aw, int ah, float align, Component c) argument
2276 drawShape(Graphics g, CSS.Value type, int ax, int ay, int aw, int ah, float align) argument
2303 drawLetter(Graphics g, char letter, int ax, int ay, int aw, int ah, float align, int index) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java547 align(interior);
642 align(accessoryPanel);
654 align(pathFieldLabel);
671 align(pathField);
719 align(bottomButtonPanel);
724 align(cancelButton);
729 align(approveButton);
864 align(fileList);
870 align(scrollpane);
878 align(directoryLis
1064 protected void align(JComponent c) { method in class:GTKFileChooserUI
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java1265 * Print &lt;TR ALIGN="align" VALIGN="valign"&gt; tag. Adds a newline character
1268 * @param align String align.
1271 public void trAlignVAlign(String align, String valign) { argument
1272 println("<TR ALIGN=\"" + align + "\" VALIGN=\"" + valign + "\">");
1276 * Print &lt;TH ALIGN="align"&gt; tag.
1278 * @param align the align attribute.
1280 public void thAlign(String align) { argument
1281 print("<TH ALIGN=\"" + align
1307 thAlignColspan(String align, int i) argument
1316 thAlignNowrap(String align) argument
1364 tdAlign(String align) argument
1374 tdVAlignClass(String align, String stylename) argument
1393 tdAlignVAlign(String align, String valign) argument
1403 tdAlignRowspan(String align, int rowspan) argument
1414 tdAlignVAlignRowspan(String align, String valign, int rowspan) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1075 public void align(int incr) { method in class:Code
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp886 __ align(CodeEntryAlignment);
1212 __ align(OptoLoopAlignment);
1335 __ align(OptoLoopAlignment);
1382 __ align(CodeEntryAlignment);
1417 // copy a 4-bytes word if necessary to align 'to' to 8 bytes
1428 // copy bytes to align 'to' on 8 byte boundary
1465 __ align(OptoLoopAlignment);
1494 __ align(CodeEntryAlignment);
1528 // copy bytes to align 'end_to' on 8 byte boundary
1561 __ align(OptoLoopAlignmen
3473 void align(bool at_header = false) { function in class:StubGenerator
[all...]
H A Dassembler_sparc.cpp1626 void MacroAssembler::align(int modulus) { function in class:MacroAssembler
4937 // align to next cache line
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp54 _align_to_ref(NULL), // memory reference to align vectors to
127 // The pre-loop trip count is adjusted to align this reference in the
175 // following use->def and def->use links. The align positions are
184 int align = memory_alignment(n->as_Mem(), 0); local
185 if (align != bottom_align) {
196 // Find a memory reference to align to.
204 // to be used for alignment. The pre-loop trip count is modified to align
217 int align = memory_alignment(s, iv_adjustment); local
218 set_alignment(s, align);
233 // iterations in pre-loop will be not enough to align i
262 int align = alignment(s1); local
627 stmts_can_pack(Node* s1, Node* s2, int align) argument
739 set_alignment(Node* s1, Node* s2, int align) argument
787 int align = alignment(s1); local
822 int align = alignment(s1); local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp6568 andq(rsp, -16); // align stack as required by ABI
6576 andq(rsp, -16); // align stack as required by push_CPU_state and call
6590 andq(rsp, -16); // align stack as required by push_CPU_state and call
6718 void MacroAssembler::align(int modulus) { function in class:MacroAssembler
11399 // align source address at 4 bytes address boundary
11422 align(16);
11452 // align to 8 bytes, we know we are 4 byte aligned to start
11471 align(16);
11496 align(16);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3269 // It's rare enough that the planets align for this bug,
3493 bool os::Solaris::set_mpss_range(caddr_t start, size_t bytes, size_t align) { argument
3498 mpss_struct.mha_pagesize = align;

Completed in 225 milliseconds

123