Searched refs:_Array (Results 1 – 7 of 7) sorted by relevance
213 char (*__crt_countof_helper(_UNALIGNED _T(&_Array)[_Size]))[_Size];214 #define __crt_countof(_Array) sizeof(*__crt_countof_helper(_Array)) argument216 #define __crt_countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
44 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
37 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
32 #define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument35 char (&__wspiapi_countof_helper(__CountofType (&_Array)[_N]))[_N];36 #define _WSPIAPI_COUNTOF(_Array) sizeof(__wspiapi_countof_helper(_Array))
40 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
216 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument220 char (*__countof_helper(/*UNALIGNED*/ _CountofType (&_Array)[_SizeOfArray]))[_SizeOfArray];221 #define _countof(_Array) sizeof(*__countof_helper(_Array)) argument
207 _Pre_maybenull_ _Post_invalid_ _In_reads_opt_(IOINFO_ARRAY_ELTS) __crt_lowio_handle_data* _Array