Lines Matching defs:p
65 #define GetUi16(p) (*(const UInt16 *)(p)) argument
66 #define GetUi32(p) (*(const UInt32 *)(p)) argument
67 #define GetUi64(p) (*(const UInt64 *)(p)) argument
68 #define SetUi16(p, d) *(UInt16 *)(p) = (d); argument
69 #define SetUi32(p, d) *(UInt32 *)(p) = (d); argument
70 #define SetUi64(p, d) *(UInt64 *)(p) = (d); argument
104 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) argument
105 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p)) argument
119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1]) argument
144 #define x86cpuid_GetFamily(p) (((p)->ver >> 8) & 0xFF00F) argument
145 #define x86cpuid_GetModel(p) (((p)->ver >> 4) & 0xF00F) argument
146 #define x86cpuid_GetStepping(p) ((p)->ver & 0xF) argument