Home
last modified time | relevance | path

Searched defs:IS_ATTRIBUTE (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h325 # define IS_ATTRIBUTE(a, type, b) ((a.b) != 0) macro
331 # define IS_ATTRIBUTE(a, type, b) ((a & type##_##b) != 0) macro