Definition at line 198 of file CompressPsf.C.
 
◆ ExclSigInfo() [1/2]
  
  
      
        
          | ExclSigInfo::ExclSigInfo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ExclSigInfo() [2/2]
◆ ~ExclSigInfo()
  
  
      
        
          | ExclSigInfo::~ExclSigInfo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 216 of file CompressPsf.C.
vector< int > fullExclOffset
 
vector< int > modExclOffset
 
 
 
 
◆ hash()
  
  
      
        
          | int ExclSigInfo::hash  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 228 of file CompressPsf.C.
References circShift().
  229       unsigned int code = 0x1234;
   230       unsigned int codesz = 8 * 
sizeof(int);
   233       const unsigned int numOffsets = numFoffset + numMoffset;
   239       unsigned int shift = codesz / numOffsets;
   240       if (shift == 0) shift=1;
   242       for(i=0; i < numFoffset; i++) {
   246       for(i=0; i < numMoffset; i++) {
 vector< int > fullExclOffset
 
unsigned int circShift(unsigned int h, unsigned int by)
 
vector< int > modExclOffset
 
 
 
 
◆ sortExclOffset()
  
  
      
        
          | void ExclSigInfo::sortExclOffset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ fullExclOffset
      
        
          | vector<int> ExclSigInfo::fullExclOffset | 
        
      
 
 
◆ modExclOffset
      
        
          | vector<int> ExclSigInfo::modExclOffset | 
        
      
 
 
The documentation for this struct was generated from the following file: