Searched defs:__P (Results 1 – 4 of 4) sorted by relevance
15 #define __P(protos) protos /* full-blown ANSI C */ macro
25 #define __P(x) x macro
10 #define __P(x) x macro
1258 #define MmSetCleanPage(__P, __A) MmSetDirtyBit(__P, __A, FALSE) argument1259 #define MmSetDirtyPage(__P, __A) MmSetDirtyBit(__P, __A, TRUE) argument