Searched refs:data_crc (Results 1 – 2 of 2) sorted by relevance
161 jint32_t data_crc; /* CRC for the (compressed) data. */ member176 jint32_t data_crc; member
235 static void data_crc(char sym) in data_crc() function326 while (pos--) data_crc(*(p++)); in inflate()386 if (sym < 256) data_crc(sym); in inflate()398 while (len--) data_crc(TT.data[(TT.pos-dist) & 32767]); in inflate()