Home | History | Annotate | Download | only in common

Lines Matching refs:CEILING32

42 #define CEILING32(X) (((X) + 0x0001F) & 0xFFFFFFE0)