Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h217 #define _countof(a) (sizeof(a)/sizeof(*(a))) macro
/external/python/cpython2/Objects/
Dfileobject.c248 for(encoding = 0; encoding<_countof(e); ++encoding) { in _PyVerify_Mode_WINNT()
255 if (encoding == _countof(e)) in _PyVerify_Mode_WINNT()