OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 572 milliseconds