Lines Matching refs:IS_WORD_ALIGNED
102 # define IS_WORD_ALIGNED(p) (0 == (((HWord)p) & (sizeof(HWord)-1))) in vexAllocSanityCheck() macro
104 vassert(IS_WORD_ALIGNED(temporary_first)); in vexAllocSanityCheck()
105 vassert(IS_WORD_ALIGNED(temporary_curr)); in vexAllocSanityCheck()
106 vassert(IS_WORD_ALIGNED(temporary_last+1)); in vexAllocSanityCheck()
107 vassert(IS_WORD_ALIGNED(permanent_first)); in vexAllocSanityCheck()
108 vassert(IS_WORD_ALIGNED(permanent_curr)); in vexAllocSanityCheck()
109 vassert(IS_WORD_ALIGNED(permanent_last+1)); in vexAllocSanityCheck()
110 vassert(IS_WORD_ALIGNED(private_LibVEX_alloc_first)); in vexAllocSanityCheck()
111 vassert(IS_WORD_ALIGNED(private_LibVEX_alloc_curr)); in vexAllocSanityCheck()
112 vassert(IS_WORD_ALIGNED(private_LibVEX_alloc_last+1)); in vexAllocSanityCheck()
113 # undef IS_WORD_ALIGNED in vexAllocSanityCheck()