HomeSort by relevance Sort by last modified time
    Searched defs:UNREFERENCED (Results 1 - 2 of 2) sorted by null

  /external/tpm2/include/tpm2/
Platform.h 18 #define UNREFERENCED(a) ((void)(a))
  /external/tpm2/
Global.h 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.
    [all...]

Completed in 317 milliseconds