#define UNIT_USED_IDX(n) ((n) >> 5)
typelib.h
Hard coded 32 bit division for getting word index. (x>>5)
Macros