Home
last modified time | relevance | path

Searched defs:_WSPIAPI_COUNTOF (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwspiapi.h22 #define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) macro
25 #define _WSPIAPI_COUNTOF(_Array) sizeof(__wspiapi_countof_helper(_Array)) macro
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLL.NET/
H A DStdafx.h25 # define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) macro
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A Dstdafx.h49 # define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) macro
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DCommonServices.h144 #define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) macro