Searched refs:_ALIGN_DOWN (Results 1 – 1 of 1) sorted by relevance
866 #define _ALIGN_DOWN(v, align_width) ((v/align_width)*align_width) in printOperand() macro867 address = _ALIGN_DOWN(address, 4); in printOperand()868 #undef _ALIGN_DOWN in printOperand()