Searched refs:alignment (Results 101 - 125 of 209) sorted by relevance

123456789

/external/libffi/testsuite/libffi.call/
H A Dcls_20byte.c62 cls_struct_type.alignment = 0;
H A Dcls_20byte1.c64 cls_struct_type.alignment = 0;
H A Dcls_3_1byte.c66 cls_struct_type.alignment = 0;
H A Dcls_4_1byte.c68 cls_struct_type.alignment = 0;
H A Dcls_5_1_byte.c70 cls_struct_type.alignment = 0;
H A Dcls_5byte.c65 cls_struct_type.alignment = 0;
H A Dcls_6byte.c68 cls_struct_type.alignment = 0;
H A Dcls_7byte.c67 cls_struct_type.alignment = 0;
H A Dcls_align_double.c2 Purpose: Check structure alignment of double.
64 cls_struct_type.alignment = 0;
H A Dcls_align_float.c2 Purpose: Check structure alignment of float.
62 cls_struct_type.alignment = 0;
H A Dcls_align_longdouble.c2 Purpose: Check structure alignment of long double.
63 cls_struct_type.alignment = 0;
H A Dcls_align_pointer.c2 Purpose: Check structure alignment of pointer.
64 cls_struct_type.alignment = 0;
H A Dcls_align_sint16.c2 Purpose: Check structure alignment of sint16.
62 cls_struct_type.alignment = 0;
H A Dcls_align_sint32.c2 Purpose: Check structure alignment of sint32.
62 cls_struct_type.alignment = 0;
H A Dcls_align_sint64.c2 Purpose: Check structure alignment of sint64.
62 cls_struct_type.alignment = 0;
H A Dcls_align_uint16.c2 Purpose: Check structure alignment of uint16.
62 cls_struct_type.alignment = 0;
H A Dcls_align_uint32.c2 Purpose: Check structure alignment of uint32.
62 cls_struct_type.alignment = 0;
H A Dcls_align_uint64.c2 Purpose: Check structure alignment of uint64.
63 cls_struct_type.alignment = 0;
H A Dproblem1.c66 my_ffi_struct_type.alignment = 0;
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.h31 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment);
/external/bison/src/
H A Dvcg.h121 /* VCG alignment for node alignement. */
122 enum alignment enum
757 /* Node alignment specified the vertical alignment of nodes at the
763 enum alignment node_alignment;
/external/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm31 lvsl v0, 0, r3 ;# permutate value for alignment
/external/v8/src/
H A Dutils.h165 static inline bool IsAligned(T value, T alignment) { argument
166 ASSERT(IsPowerOf2(alignment));
167 return (value & (alignment - 1)) == 0;
173 intptr_t alignment,
176 return IsAligned(offs, alignment);
172 IsAddressAligned(Address addr, intptr_t alignment, int offset) argument
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp456 if (candidate.isOffscreenAfterScrolling && candidate.alignment < Full)
478 if (candidate.alignment == closest.alignment) {
484 if (candidate.alignment > closest.alignment)
/external/libffi/src/sparc/
H A Dffi.c234 if ((tmp & 1) && (*p_arg)->alignment > 8)
332 if (off & ((*ptr)->alignment - 1))
333 off = ALIGN(off, (*ptr)->alignment);
461 /* Flush the Icache. FIXME: alignment isn't certain, assume 8 bytes */

Completed in 916 milliseconds

123456789