Home
last modified time | relevance | path

Searched refs:F_H_CRC32 (Results 1 – 9 of 9) sorted by relevance

/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm110 use constant F_H_CRC32 => 0x00001000; constant
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py24 F_H_CRC32 = 0x00001000 variable
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Diow-lzo.c81 static const int F_H_CRC32 = 0x00001000L; variable
326 if (flags & F_H_CRC32) { in lzo_wopen()
/dports/devel/wandio/wandio-1.0.5/lib/
H A Diow-lzo.c76 static const int F_H_CRC32 = 0x00001000L; variable
340 if (flags & F_H_CRC32) { in lzo_wopen()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Uncompress/
H A DUnLzop.pm138 if ($flags & F_H_CRC32)
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py196 F_H_CRC32 = 0x00001000 variable
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c415 #define F_H_CRC32 0x00001000L macro
558 return (h->flags & F_H_CRC32) ? ct->f_crc32 : ct->f_adler32; in chksum_getresult()
/dports/archivers/lzop/lzop-1.04/src/
H A Dlzop.c744 h->flags |= F_H_CRC32; in init_compress_header()
833 if (h->flags & F_H_CRC32) in write_header()
896 checksum = (h->flags & F_H_CRC32) ? ft->f_crc32 : ft->f_adler32; in read_header()
922 checksum = (h->flags & F_H_CRC32) ? ft->f_crc32 : ft->f_adler32; in read_header()
H A Dconf.h460 #define F_H_CRC32 0x00001000L macro