Searched refs:ReadCounter (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_counter.c | 42 if ((result = TCS_API(tspContext)->ReadCounter(tspContext, counterID, &counter_value))) in Tspi_TPM_ReadCounter()
|
| H A D | spi_utils.c | 145 .ReadCounter = RPC_ReadCounter, 292 .ReadCounter = Transport_ReadCounter,
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | rpc_tcstp_tcs.h | 298 DECLARE_TCSTP_FUNC(ReadCounter);
|
| H A D | spi_utils.h | 581 TSS_RESULT (*ReadCounter)(TSS_HCONTEXT, TSS_COUNTER_ID, TPM_COUNTER_VALUE*); member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 191 virtual void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function 263 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override; 295 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 577 void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in __anonc715c21c0211::ASTInfoCollector
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 215 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in ChainedASTReaderListener 217 First->ReadCounter(M, Value); in ReadCounter() 218 Second->ReadCounter(M, Value); in ReadCounter() 808 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) { in ReadCounter() function in PCHValidator 3394 Listener->ReadCounter(F, Record[0]); in ReadASTBlock()
|