INC_PTR
#define INC_PTR(cnt) ptr += cnt
#define INC_PTR(cnt) startp += (cnt * sizeof (uint32_t))
#undef INC_PTR
#define INC_PTR(i) /* */