Home
last modified time | relevance | path

Searched refs:_ctag (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-yappi/yappi-1.3.3/tests/
H A Dtest_asyncio.py122 _ctag = 1
127 t = threading.Thread(target=_thread_event_loop, args=(_loop, _ctag))
132 _ctag += 1
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h223 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
225 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
H A Dwabdefs.h220 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
222 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h223 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
225 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
H A Dwabdefs.h220 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
222 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h220 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
222 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
H A Dmapidefs.h223 #define CbNewSPropTagArray(_ctag) (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG)) argument
225 #define SizedSPropTagArray(_ctag,_name) struct _SPropTagArray_ ## _name { ULONG cValues; ULONG aulP… argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h382 #define CbNewSPropTagArray(_ctag) \ argument
383 (offsetof(SPropTagArray,aulPropTag) + (_ctag)*sizeof(ULONG))
388 #define SizedSPropTagArray(_ctag, _name) \ argument
392 ULONG aulPropTag[_ctag]; \