Lines Matching refs:code
23 Some code in LZMA SDK is based on public domain code from another developers:
33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing
60 Source code structure
64 7zCrc*.* - CRC code
66 Bra*.* - Filters for x86, IA-64, ARM, ARM-Thumb, PowerPC and SPARC code
74 Threads.* - The code for multithreading.
86 Windows - common files for Windows related code
121 RangeCoder - Range Coder (special code of compression/decompression)
128 RangeCoder - Range Coder (special code of compression/decompression)
131 C/C++ source code of LZMA SDK is part of 7-Zip project.
132 7-Zip source code can be downloaded from 7-Zip's SourceForge page:
146 - Small code size for decompressing: 5-8 KB
248 for 32-bit periodical data (for example, ARM or MIPS code).
263 data in such order, where code is grouped in one place and data is
264 grouped in other place (it's better than such mixing: code, data, code,
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
275 You can find C source code of such filters in C/Bra*.* files
278 7-Zip commands (example for ARM code):
282 With filter for little-endian ARM code:
313 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58.
442 For full code example, look at C/LzmaUtil/LzmaUtil.c code.
530 If callback function return some error code, LzmaEnc_Encode also returns that code
531 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
544 Return code:
556 _LZMA_SIZE_OPT - Enable some optimizations in LZMA Decoder to get smaller executable code.
571 C++ LZMA code use COM-like interfaces. So if you want to use it,
573 C++ LZMA code is just wrapper over ANSI-C code.
578 If you use some C++ code folders in 7-Zip (for example, C++ code for .7z handling),
590 "NewHandler.cpp". So standard exception will be used. Actually some code of
591 7-Zip catches any exception in internal code and converts it to HRESULT code.