xz/src/liblzma/check
Lasse Collin ebfb2c5e1f Use a tuklib module for integer handling.
This replaces bswap.h and integer.h.

The tuklib module uses <byteswap.h> on GNU,
<sys/endian.h> on *BSDs and <sys/byteorder.h>
on Solaris, which may contain optimized code
like inline assembly.
2009-10-04 22:57:12 +03:00
..
Makefile.inc Build system fixes 2009-06-30 17:09:57 +03:00
check.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
check.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
crc32_fast.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
crc32_small.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
crc32_table.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
crc32_table_be.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc32_table_le.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc32_tablegen.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
crc32_x86.S Revert 43f44160b1 2009-08-31 21:59:25 +03:00
crc64_fast.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
crc64_small.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
crc64_table.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
crc64_table_be.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc64_table_le.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc64_tablegen.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
crc64_x86.S Revert 43f44160b1 2009-08-31 21:59:25 +03:00
crc_macros.h Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
sha256.c Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00