Searched refs:_countof (Results 1 – 2 of 2) sorted by relevance
217 #define _countof(a) (sizeof(a)/sizeof(*(a))) macro
248 for(encoding = 0; encoding<_countof(e); ++encoding) { in _PyVerify_Mode_WINNT()255 if (encoding == _countof(e)) in _PyVerify_Mode_WINNT()