Searched refs:B (Results 1 – 1 of 1) sorted by relevance
123 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument132 #define __PTR_ALIGN(B, P, A) \ argument133 __BPTR_ALIGN (sizeof (PTR_INT_TYPE) < sizeof (void *) ? (B) : (char *) 0, \
Completed in 4 milliseconds