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