Lines Matching +full:separately +full:- +full:defined
1 // SPDX-License-Identifier: 0BSD
16 #if defined(CRC_X86_CLMUL)
19 #elif defined(CRC32_ARM64)
21 #elif defined(CRC32_LOONGARCH)
57 --size; in lzma_crc32_generic()
63 // Calculate how many bytes must be calculated separately in lzma_crc32_generic()
67 // Calculate the CRC32 using the slice-by-eight algorithm. in lzma_crc32_generic()
82 // between the two table-lookup pairs. in lzma_crc32_generic()
91 while (size-- != 0) in lzma_crc32_generic()
104 #if defined(CRC32_GENERIC) && defined(CRC32_ARCH_OPTIMIZED)
110 // If both the generic and arch-optimized implementations are built, then
112 // the binary might not have the arch-specific instruction set extension(s)
179 #if defined(CRC32_GENERIC) && defined(CRC32_ARCH_OPTIMIZED) in lzma_crc32()
190 #elif defined(CRC32_ARCH_OPTIMIZED) in lzma_crc32()