Home
last modified time | relevance | path

Searched refs:tOut (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c1532 TPMT_PUBLIC *tOut, // OUT: output in UnmarshalToPublic() argument
1544 MemorySet(tOut, 0, sizeof(TPMT_PUBLIC)); in UnmarshalToPublic()
1546 result = TPMI_ALG_PUBLIC_Unmarshal(&tOut->type, &buffer, &size); in UnmarshalToPublic()
1549 result = TPMI_ALG_HASH_Unmarshal(&tOut->nameAlg, &buffer, &size, FALSE); in UnmarshalToPublic()
1552 result = TPMA_OBJECT_Unmarshal(&tOut->objectAttributes, &buffer, &size); in UnmarshalToPublic()
1555 result = TPM2B_DIGEST_Unmarshal(&tOut->authPolicy, &buffer, &size); in UnmarshalToPublic()
1558 result = TPMU_PUBLIC_PARMS_Unmarshal(&tOut->parameters, &buffer, &size, in UnmarshalToPublic()
1559 tOut->type); in UnmarshalToPublic()
1567 result = TPMU_PUBLIC_ID_Unmarshal(&tOut->unique, &buffer, &size, in UnmarshalToPublic()
1568 tOut->type); in UnmarshalToPublic()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_spt_fp.h382 TPMT_PUBLIC *tOut, // OUT: output
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2300 FIXP_DBL tOut[(8)] = {(FIXP_DBL)0}; in pcmDmx_ApplyFrame() local
2316 tOut[outCh] += fMult((DMX_PCMF)tIn[inCh], mixFactors[outCh][inCh]); in pcmDmx_ApplyFrame()
2322 tOut[outCh], DFRACT_BITS - DMX_PCM_BITS - dmxScale, DMX_PCM_BITS); in pcmDmx_ApplyFrame()