Searched refs:UNITS_PER_WORD (Results 1 – 1 of 1) sorted by relevance
168 const int UNITS_PER_WORD = 8; in classify_argument() local169 int words = (type->size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in classify_argument()