Searched refs:align (Results 76 - 100 of 116) sorted by relevance

12345

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c45 static inline uintptr_t align(uintptr_t ptr, size_t size) { function
62 uintptr_t aligned_addr = align(addr, sizeof(int));
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DIIOComparator.java275 private static void printHtmlCell(String s, String color, String align) { argument
277 "\" align=\"" + align + "\">" + s +
/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...]
H A DTableView.java216 Object align = a.getAttribute(CSS.Attribute.CAPTION_SIDE);
217 if ((align != null) && (align.equals("bottom"))) {
1715 * was needed, the offsets are adjusted to align the children
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java625 float align;
627 align = 1.0f;
629 align = (h > 0) ? (h - (d + (a / 2))) / h : 0;
631 align = (h > 0) ? (h - d) / h : 0;
633 return align;
H A DAsyncBoxView.java1331 // can't make the child this wide, align it
1332 float align = child.getAlignment(getMinorAxis());
1333 return ((minorSpan - max) * align);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp54 void align() { _next_pc = (address)round_to((intptr_t)_next_pc, sizeof(jint)); } function in class:BytecodePrinter
484 { align();
506 { align();
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s42 .align 16
53 .align 16
64 .align 16
H A Dlinux_x86_32.s92 # align source address at dword address boundary
286 # align source address at dword address boundary
567 3: smovl # align to 8 bytes, we know we are 4 byte aligned to start
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp341 int oldPad = (recPad != -1) ? recPad : align(bci+1) - (bci+1);
344 int newPad = align(new_bci+1) - (new_bci+1);
731 int new_pad = align(bci+1) - (bci+1);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c520 GLint sp, sr, rl, align; local
537 j2d_glGetIntegerv(GL_UNPACK_ALIGNMENT, &align);
553 j2d_glPixelStorei(GL_UNPACK_ALIGNMENT, align);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp187 llvm::Value* align);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BC.c228 mlib_s32 align, cols, i; local
246 align = (4 - ((mlib_addr)dstPixelPtr) & 3) & 3;
247 align = (cols < align)? cols : align;
249 for (i = 0; i < align; i++) {
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++) {
H A Dmlib_v_ImageCopy_blk.s58 .align 4; \
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp225 MemNode* _align_to_ref; // Memory reference that pre-loop will align to
321 // Find a memory reference to align the loop induction variable to.
325 // Can the preloop align the reference to position zero in the vector?
331 // Can s1 and s2 be in a pack with s1 immediately preceding s2 and s1 aligned at "align"
332 bool stmts_can_pack(Node* s1, Node* s2, int align);
343 void set_alignment(Node* s1, Node* s2, int align);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s113 # align source address at dword address boundary
307 # align source address at dword address boundary
588 3: smovl # align to 8 bytes, we know we are 4 byte aligned to start
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp48 align(CodeEntryAlignment);
348 and3(arr_size, ~MinObjAlignmentInBytesMask, arr_size); // align array size
H A DmethodHandles_sparc.cpp216 __ align(CodeEntryAlignment);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp110 static bool set_mpss_range(caddr_t start, size_t bytes, size_t align);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp269 masm->align(round_to(NativeGeneralJump::instruction_size, wordSize));
H A DmethodHandles_x86.cpp216 __ align(CodeEntryAlignment);
582 __ andptr(rsp, -16); // align stack if needed for FPU state
603 __ push(rbp); // entry_sp (with extra align space)
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp110 _gen_specs[i]->align(alignment);
112 perm_gen_spec->align(alignment);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java497 // align buffer to full frames
1382 toWriteBytes = Toolkit.align(getBufferSize(), frameSize);

Completed in 116 milliseconds

12345