File: file_Codecs_Lzham_so.py

package info (click to toggle)
p7zip 16.02%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 14,148 kB
  • sloc: cpp: 167,145; ansic: 14,992; python: 1,911; asm: 1,688; sh: 1,132; makefile: 703
file content (39 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

files_c=[
 'C/Alloc.c',
]

files_cpp=[
 'CPP/7zip/Common/StreamUtils.cpp',
 'CPP/7zip/Compress/CodecExports.cpp',
 'CPP/7zip/Compress/DllExportsCompress.cpp',
 'CPP/7zip/Compress/Lzham/LzhamRegister.cpp',
 'CPP/Common/MyWindows.cpp',
 'CPP/Windows/System.cpp',

 # lzhamcomp
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_lzbase.cpp',
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_lzcomp.cpp',
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_lzcomp_internal.cpp',
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_lzcomp_state.cpp',
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_match_accel.cpp',
 'CPP/7zip/Compress/Lzham/lzhamcomp/lzham_pthreads_threading.cpp',

 # lzhamdecomp
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_assert.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_checksum.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_huffman_codes.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_lzdecomp.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_lzdecompbase.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_mem.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_platform.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_prefix_coding.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_symbol_codec.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_timer.cpp',
 'CPP/7zip/Compress/Lzham/lzhamdecomp/lzham_vector.cpp', 
 
 # lzhamlib
 'CPP/7zip/Compress/Lzham/lzhamlib/lzham_lib.cpp', 
]