Home | History | Annotate | Download | only in tpm2

Lines Matching refs:UNREFERENCED

23 //          Unreferenced Parameter
25 // This define is used to eliminate the compiler warning about an unreferenced parameter. Basically, it tells
26 // the compiler that it is not an accident that the parameter is unreferenced.
954 #define UNREFERENCED(a) ((void)(a))