Home
last modified time | relevance | path

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

/dports/archivers/lzop/lzop-1.04/src/
H A Dp_lzo.c119 h->flags |= F_CRC32_D; in lzo_init_compress_header()
212 if ((h->flags & F_CRC32_C) && !(h->flags & F_CRC32_D)) in lzo_enter()
213 { r = 0; assert(h->flags & F_CRC32_D); } in lzo_enter()
315 if (h->flags & F_CRC32_D) in lzo_compress()
362 if (h->flags & F_CRC32_D) in lzo_compress()
462 if (h->flags & F_CRC32_D) in lzo_decompress()
482 assert(h->flags & F_CRC32_D); in lzo_decompress()
569 if (opt_checksum && (h->flags & F_CRC32_D)) in lzo_decompress()
H A Dconf.h456 #define F_CRC32_D 0x00000100L macro
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm106 use constant F_CRC32_D => 0x00000100; constant
151 use constant FLAG_CRC_UNCOMP => F_ADLER32_D | F_CRC32_D ;
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py20 F_CRC32_D = 0x00000100 variable
62 has_uncompressed_crc = (flags & F_CRC32_D or flags & F_ADLER32_D)
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c412 #define F_CRC32_D 0x00000100L macro
692 if (h->flags & F_CRC32_D) in lzo_compress()
729 if (h->flags & F_CRC32_D) in lzo_compress()
817 if (h->flags & F_CRC32_D) in lzo_decompress()
870 if (h->flags & F_CRC32_D) in lzo_decompress()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Uncompress/
H A DUnLzop.pm280 if *$self->{LzopData}{Flags} & F_CRC32_D ;
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py192 F_CRC32_D = 0x00000100 variable