Home
last modified time | relevance | path

Searched refs:TABLE_DRIVEN_DISPATCH (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmBuildSwitches.h128 #if !(defined TABLE_DRIVEN_DISPATCH) \
129 || ((TABLE_DRIVEN_DISPATCH != NO) && (TABLE_DRIVEN_DISPATCH != YES))
130 # undef TABLE_DRIVEN_DISPATCH
131 # define TABLE_DRIVEN_DISPATCH YES // Default: Either YES or NO macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DCommandDispatcher.c40 #if TABLE_DRIVEN_DISPATCH
154 #if TABLE_DRIVEN_DISPATCH in ParseHandleBuffer()
247 #if !TABLE_DRIVEN_DISPATCH in CommandDispatcher()