Home
last modified time | relevance | path

Searched refs:_Array (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/vcruntime/
H A Dvcruntime.h213 char (*__crt_countof_helper(_UNALIGNED _T(&_Array)[_Size]))[_Size];
214 #define __crt_countof(_Array) sizeof(*__crt_countof_helper(_Array)) argument
216 #define __crt_countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
/reactos/subsystems/mvdm/ntvdm/
H A Dntvdm.h44 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
/reactos/sdk/tools/mkhive/
H A Dmkhive.h37 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
/reactos/sdk/include/psdk/
H A Dwspiapi.h32 #define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
35 char (&__wspiapi_countof_helper(__CountofType (&_Array)[_N]))[_N];
36 #define _WSPIAPI_COUNTOF(_Array) sizeof(__wspiapi_countof_helper(_Array))
/reactos/sdk/tools/cabman/
H A Dcabinet.h40 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
/reactos/sdk/include/crt/
H A Dstdlib.h216 #define _countof(_Array) (sizeof(_Array) / sizeof(_Array[0])) argument
220 char (*__countof_helper(/*UNALIGNED*/ _CountofType (&_Array)[_SizeOfArray]))[_SizeOfArray];
221 #define _countof(_Array) sizeof(*__countof_helper(_Array)) argument
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h207 _Pre_maybenull_ _Post_invalid_ _In_reads_opt_(IOINFO_ARRAY_ELTS) __crt_lowio_handle_data* _Array