Searched refs:ALIGNMENT (Results 1 – 15 of 15) sorted by relevance
13 #define ALIGNMENT EIGEN_MAX_ALIGN_BYTES macro15 #define ALIGNMENT 1 macro25 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_handmade_aligned_malloc()34 for(int i = ALIGNMENT; i < 1000; i++) in check_aligned_malloc()37 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_malloc()46 for(int i = ALIGNMENT; i < 1000; i++) in check_aligned_new()49 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_new()58 for(int i = ALIGNMENT; i < 400; i++) in check_aligned_stack_alloc()61 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_stack_alloc()87 if(T::SizeAtCompileTime % ALIGNMENT == 0) in check_dynaligned()[all …]
17 public static final int ALIGNMENT = 8; field in BindingsHelper79 return (size + ALIGNMENT - 1) & ~(ALIGNMENT - 1); in align()86 return (size + ALIGNMENT - 1) & ~(ALIGNMENT - 1); in align()
58 assert bufferSize % BindingsHelper.ALIGNMENT == 0; in EncoderState()344 byte[] bytes = new byte[(v.length + 7) / BindingsHelper.ALIGNMENT]; in encode()346 for (int j = 0; j < BindingsHelper.ALIGNMENT; ++j) { in encode()347 int booleanIndex = BindingsHelper.ALIGNMENT * i + j; in encode()
68 if (start % BindingsHelper.ALIGNMENT != 0) { in claimMemory()313 byte[] bytes = new byte[(si.elementsOrVersion + 7) / BindingsHelper.ALIGNMENT]; in readBooleans()318 for (int j = 0; j < BindingsHelper.ALIGNMENT; ++j) { in readBooleans()319 int booleanIndex = i * BindingsHelper.ALIGNMENT + j; in readBooleans()
48 for (int i = 0; i < 3 * BindingsHelper.ALIGNMENT; ++i) { in testAlign()51 assertTrue(j % BindingsHelper.ALIGNMENT == 0); in testAlign()52 assertTrue(j - i < BindingsHelper.ALIGNMENT); in testAlign()
46 #define ALIGNMENT 512 macro103 pitch = (pitch + ALIGNMENT - 1) & ~(ALIGNMENT - 1); in radeon_bo_create()116 arg.alignment = ALIGNMENT; in radeon_bo_create()
19 private static final int ALIGNMENT = 4; field in PowerPCOptions22 super(ALIGNMENT); in PowerPCOptions()
19 private static final int ALIGNMENT = 4; field in ARMOptions22 super(ALIGNMENT); in ARMOptions()
19 private static final int ALIGNMENT = 16; field in IA64Options22 super(ALIGNMENT); in IA64Options()
19 private static final int ALIGNMENT = 1; field in X86Options22 super(ALIGNMENT); in X86Options()
19 private static final int ALIGNMENT = 4; field in SPARCOptions22 super(ALIGNMENT); in SPARCOptions()
19 private static final int ALIGNMENT = 2; field in ARMThumbOptions22 super(ALIGNMENT); in ARMThumbOptions()
15 #define ALIGNMENT 8 macro16 #define ALIGNMENT_MASK (ALIGNMENT - 1)
8 ; and ALIGNMENT,%rsp ; (%rsp and %rbp are different now)
157 #define ALIGNMENT 8 /* must be 2^N */ macro159 #define ALIGNMENT_MASK (ALIGNMENT - 1)180 #define NB_SMALL_SIZE_CLASSES (SMALL_REQUEST_THRESHOLD / ALIGNMENT)