Lines Matching defs:data
23 * use the non-standard "short data" template so the decompressor can correctly
24 * reproduce the uncompressed data buffer at the right length. However the
25 * hardware 842 compressor will not recognize the "short data" template, and
30 * long, instead of using the "short data" template, so that all compressed
69 u64 data;
75 u32 data;
81 u16 data;
117 (p)->node##b[_i].data = 0; \
125 hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \
126 if (p->data##b[n] == _n->data) { \
142 _n->data = (p)->data##b[d]; \
143 pr_debug("add hash index%x %x pos %x data %lx\n", b, \
146 (unsigned long)_n->data); \
147 hash_add((p)->htable##b, &_n->node, _n->data); \
519 /* must get the next data, as we need to update the hashtable
520 * entries with the new data every time
576 * crc(0:31) is appended to target data starting with the next
578 * nx842 calculates CRC for data in big-endian format. So doing
580 * compressed data.