Home
last modified time | relevance | path

Searched refs:F_CRC32_C (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm107 use constant F_CRC32_C => 0x00000200; constant
150 use constant FLAG_CRC_COMP => F_ADLER32_C | F_CRC32_C ;
/dports/archivers/lzop/lzop-1.04/src/
H A Dp_lzo.c121 h->flags |= F_CRC32_C; in lzo_init_compress_header()
212 if ((h->flags & F_CRC32_C) && !(h->flags & F_CRC32_D)) in lzo_enter()
371 if (dst_len < src_len && (h->flags & F_CRC32_C)) in lzo_compress()
476 if (h->flags & F_CRC32_C) in lzo_decompress()
519 if (opt_checksum && (h->flags & F_CRC32_C)) in lzo_decompress()
H A Dconf.h457 #define F_CRC32_C 0x00000200L macro
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py21 F_CRC32_C = 0x00000200 variable
61 has_compressed_crc = (flags & F_CRC32_C or flags & F_ADLER32_C)
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c413 #define F_CRC32_C 0x00000200L macro
736 if (h->flags & F_CRC32_C) in lzo_compress()
824 if (h->flags & F_CRC32_C) in lzo_decompress()
843 if (h->flags & F_CRC32_C) in lzo_decompress()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Uncompress/
H A DUnLzop.pm251 $crc = crc32($$buff) if *$self->{LzopData}{Flags} & F_CRC32_C ;
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py193 F_CRC32_C = 0x00000200 variable