Searched refs:__BPTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
123 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) macro133 __BPTR_ALIGN (sizeof (PTR_INT_TYPE) < sizeof (void *) ? (B) : (char *) 0, \
3479 (__BPTR_ALIGN, __PTR_ALIGN): New macros.