Searched refs:ShortAtom (Results 1 – 1 of 1) sorted by relevance
447 TCG_SIMPLE_TOKEN_SHORT_ATOM ShortAtom; in TcgAddAtom() local477 ShortAtom.ShortAtomBits.IsOne = 1; in TcgAddAtom()478 ShortAtom.ShortAtomBits.IsZero = 0; in TcgAddAtom()479 ShortAtom.ShortAtomBits.ByteOrInt = ByteOrInt; in TcgAddAtom()480 ShortAtom.ShortAtomBits.SignOrCont = SignOrCont; in TcgAddAtom()481 ShortAtom.ShortAtomBits.Length = DataSize & 0x0F; in TcgAddAtom()482 …return TcgAddRawTokenData(CreateStruct, &ShortAtom, sizeof(TCG_SIMPLE_TOKEN_SHORT_ATOM), Data, Dat… in TcgAddAtom()1098 TCG_SIMPLE_TOKEN_SHORT_ATOM* ShortAtom; in TcgGetAtomInfo() local1119 ShortAtom = (TCG_SIMPLE_TOKEN_SHORT_ATOM*)TcgToken->HdrStart; in TcgGetAtomInfo()1120 *ByteOrInt = ShortAtom->ShortAtomBits.ByteOrInt; in TcgGetAtomInfo()[all …]