Home
last modified time | relevance | path

Searched refs:F_ADLER32_D (Results 1 – 10 of 10) sorted by relevance

/dports/archivers/lzop/lzop-1.04/src/
H A Dp_lzo.c125 h->flags |= F_ADLER32_D; in lzo_init_compress_header()
210 if ((h->flags & F_ADLER32_C) && !(h->flags & F_ADLER32_D)) in lzo_enter()
211 { r = 0; assert(h->flags & F_ADLER32_D); } in lzo_enter()
313 if (h->flags & F_ADLER32_D) in lzo_compress()
360 if (h->flags & F_ADLER32_D) in lzo_compress()
460 if (h->flags & F_ADLER32_D) in lzo_decompress()
472 assert(h->flags & F_ADLER32_D); in lzo_decompress()
559 if (opt_checksum && (h->flags & F_ADLER32_D)) in lzo_decompress()
H A Dconf.h448 #define F_ADLER32_D 0x00000001L macro
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm98 use constant F_ADLER32_D => 0x00000001; 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.py16 F_ADLER32_D = 0x00000001 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.c408 #define F_ADLER32_D 0x00000001L macro
690 if (h->flags & F_ADLER32_D) in lzo_compress()
727 if (h->flags & F_ADLER32_D) in lzo_compress()
815 if (h->flags & F_ADLER32_D) in lzo_decompress()
866 if (h->flags & F_ADLER32_D) in lzo_decompress()
1082 h->flags |= F_ADLER32_D; in do_lzo_compress()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/
H A DLzop.pm60 $flags |= F_ADLER32_D | F_ADLER32_C ;
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Diow-lzo.c82 static const int F_ADLER32_D = 0x00000001L; variable
302 flags |= F_ADLER32_D; /* We adler32 the uncompressed data */ in lzo_wopen()
/dports/devel/wandio/wandio-1.0.5/lib/
H A Diow-lzo.c77 static const int F_ADLER32_D = 0x00000001L; variable
316 flags |= F_ADLER32_D; /* We adler32 the uncompressed data */ in lzo_wopen()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Uncompress/
H A DUnLzop.pm283 if *$self->{LzopData}{Flags} & F_ADLER32_D ;
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py188 F_ADLER32_D = 0x00000001 variable