Home
last modified time | relevance | path

Searched defs:IS_INTOID (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dcrypt32_private.h452 #define IS_INTOID(x) (((ULONG_PTR)(x) >> 16) == 0) macro
/reactos/dll/win32/cryptnet/
H A Dcryptnet_main.c39 #define IS_INTOID(x) (((ULONG_PTR)(x) >> 16) == 0) macro
/reactos/modules/rostests/winetests/crypt32/
H A Dchain.c63 #define IS_INTOID(x) (((ULONG_PTR)(x) >> 16) == 0) macro