HomeSort by relevance Sort by last modified time
    Searched refs:_countof (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 217 #define _countof(a) (sizeof(a)/sizeof(*(a))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 293 #ifndef _countof
295 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) macro
299 #define _countof(_Array) sizeof(*__countof_helper(_Array)) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 248 for(encoding = 0; encoding<_countof(e); ++encoding) {
255 if (encoding == _countof(e))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 248 for(encoding = 0; encoding<_countof(e); ++encoding) {
255 if (encoding == _countof(e))
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 248 for(encoding = 0; encoding<_countof(e); ++encoding) {
255 if (encoding == _countof(e))
    [all...]

Completed in 272 milliseconds