CHIP_ALIGN_STRIDE
#ifndef CHIP_ALIGN_STRIDE
#if CHIP_ALIGN_STRIDE > 0
#define CHIP_OFF8(o) ((o) << (CHIP_ALIGN_STRIDE))
#if CHIP_ALIGN_STRIDE > 1
#define CHIP_OFF16(o) ((o) << (CHIP_ALIGN_STRIDE - 1))
#if CHIP_ALIGN_STRIDE > 2
#define CHIP_OFF32(o) ((o) << (CHIP_ALIGN_STRIDE - 2))
#if CHIP_ALIGN_STRIDE > 3
#define CHIP_OFF64(o) ((o) << (CHIP_ALIGN_STRIDE - 3))
mbst->mbst_align_stride = CHIP_ALIGN_STRIDE;
mbst->mbst_align_stride = CHIP_ALIGN_STRIDE;
mbst->mbst_align_stride = CHIP_ALIGN_STRIDE;
#if CHIP_ALIGN_STRIDE != 0
*nh = h + (offset << CHIP_ALIGN_STRIDE);
#if CHIP_ALIGN_STRIDE != 0
#if (CHIP_ALIGN_STRIDE != 0)