Home
last modified time | relevance | path

Searched refs:ReadCounter (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_counter.c42 if ((result = TCS_API(tspContext)->ReadCounter(tspContext, counterID, &counter_value))) in Tspi_TPM_ReadCounter()
H A Dspi_utils.c145 .ReadCounter = RPC_ReadCounter,
292 .ReadCounter = Transport_ReadCounter,
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tcs.h298 DECLARE_TCSTP_FUNC(ReadCounter);
H A Dspi_utils.h581 TSS_RESULT (*ReadCounter)(TSS_HCONTEXT, TSS_COUNTER_ID, TPM_COUNTER_VALUE*); member
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h191 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/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp577 void ReadCounter(const serialization::ModuleFile &M, in ReadCounter() function in __anon535b9c720211::ASTInfoCollector
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp215 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()