Searched refs:_countof (Results 1 – 2 of 2) sorted by relevance
717 #define _countof(arg) ((sizeof(arg)) / (sizeof((arg)[0]))) macro737 for (unsigned i = 0; i < _countof(xlat); i++) { in grace()
716 _countof(parameters), parameters);