Searched defs:UNREFERENCED_PARAMETER (Results 1 - 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h99 #define UNREFERENCED_PARAMETER(p) do { (void)p; } while (0) macro
/external/tpm2/
H A DGlobal.h28 #ifndef UNREFERENCED_PARAMETER
29 # define UNREFERENCED_PARAMETER(a) (a) macro
H A DImplementation.h941 #define UNREFERENCED_PARAMETER(x) (void)(x) macro

Completed in 631 milliseconds