Home
last modified time | relevance | path

Searched refs:data_crc (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Djffs2.h161 jint32_t data_crc; /* CRC for the (compressed) data. */ member
176 jint32_t data_crc; member
/external/toybox/toys/pending/
Dcompress.c235 static void data_crc(char sym) in data_crc() function
326 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()