Compress-Bzip2
    
    
  
  
  
view release on metacpan or search on metacpan
bzlib-src/bzlib_private.h view on Meta::CPAN
      Int32    save_gMinlen;
      Int32*   save_gLimit;
      Int32*   save_gBase;
      Int32*   save_gPerm;
   }
   DState;
/*-- Macros for decompression. --*/
#define BZ_GET_FAST(cccc)                     \
    /* c_tPos is unsigned, hence test < 0 is pointless. */ \
    if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
    s->tPos = s->tt[s->tPos];                 \
    cccc = (UChar)(s->tPos & 0xff);           \
    s->tPos >>= 8;
#define BZ_GET_FAST_C(cccc)                   \
    /* c_tPos is unsigned, hence test < 0 is pointless. */ \
    
  
  
  
( run in 0.398 second using v1.01-cache-2.11-cpan-a1d94b6210f )