Searched refs:IS_WORD_ALIGNED (Results 1 – 1 of 1) sorted by relevance
102 # define IS_WORD_ALIGNED(p) (0 == (((HWord)p) & (sizeof(HWord)-1))) in vexAllocSanityCheck() macro104 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()[all …]