Home
last modified time | relevance | path

Searched refs:UNITS_PER_WORD (Results 1 – 1 of 1) sorted by relevance

/external/libffi/src/x86/
Dffi64.c168 const int UNITS_PER_WORD = 8; in classify_argument() local
169 int words = (type->size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in classify_argument()