PRE_TO_TA
#define PRE_TO_TA(a) ((*(uint32 *)(&(a))) & ~((1<<4)-1))
#define PRE_TO_TA(e) (((uint32)(e)) & ~((1<<9)-1))