Lines Matching refs:LZO_LEN
22 #define LZO_LEN 4
30 * Fixed size. LZO_LEN (4) bytes long, LE32.
41 * Fixed size. LZO_LEN (4) bytes long, LE32.
110 memcpy(buf, &dlen, LZO_LEN);
117 memcpy(&dlen, buf, LZO_LEN);
127 * If not, we will pad at most (LZO_LEN (4)) - 1 bytes of zeros.
150 ASSERT((*cur_out / sectorsize) == (*cur_out + LZO_LEN - 1) / sectorsize);
164 *cur_out += LZO_LEN;
199 if (sector_bytes_left >= LZO_LEN || sector_bytes_left == 0)
237 cur_out += LZO_LEN;
347 cur_in += LZO_LEN;
377 (cur_in + LZO_LEN - 1) / sectorsize);
383 cur_in += LZO_LEN;
417 if (sector_bytes_left >= LZO_LEN)
439 if (srclen < LZO_LEN || srclen > max_segment_len + LZO_LEN * 2)
445 data_in += LZO_LEN;
448 if (in_len != srclen - LZO_LEN * 2) {
452 data_in += LZO_LEN;