Searched defs:CBase (Results 1 – 3 of 3) sorted by relevance
88 struct CBase: public CBitDecoder struct90 unsigned numInUse;91 UInt32 groupIndex;92 UInt32 groupSize;93 unsigned runPower;94 UInt32 runCounter;95 UInt32 blockSize;97 UInt32 *Counters;98 UInt32 blockSizeMax;100 unsigned state;[all …]
66 struct CBase { virtual ~CBase(); }; struct
164 CBase::CBase(): in CBase() function in NCrypto::N7z::CBase