Searched full:copy (Results 1 – 25 of 38) sorted by relevance
12
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe 63 COPY tests\fullbench.c bin\example\ && 64 COPY lib\xxhash.c bin\example\ && 65 COPY lib\xxhash.h bin\example\ && 66 COPY lib\lz4.h bin\include\ && 67 COPY lib\lz4hc.h bin\include\ && 68 COPY lib\lz4frame.h bin\include\ && 69 COPY lib\liblz4.a bin\static\liblz4_static.lib && 70 COPY lib\dll\* bin\dll\ && [all …]
|
/lz4-3.4.0-2.7.6/tests/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
D | checkTag.c | 17 You should have received a copy of the GNU General Public License along
|
D | datagencli.c | 18 You should have received a copy of the GNU General Public License along
|
/lz4-3.4.0-2.7.6/programs/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
D | bench.h | 15 You should have received a copy of the GNU General Public License along
|
D | datagen.h | 17 You should have received a copy of the GNU General Public License along
|
D | datagen.c | 17 You should have received a copy of the GNU General Public License along 133 /* Copy (within 32K) */ in RDG_genBlock()
|
D | util.h | 15 You should have received a copy of the GNU General Public License along 345 res += chown(filename, statbuf->st_uid, statbuf->st_gid); /* Copy ownership */ in UTIL_setFileStat() 348 res += chmod(filename, statbuf->st_mode & 07777); /* Copy file permissions */ in UTIL_setFileStat()
|
D | lz4io.h | 16 You should have received a copy of the GNU General Public License along
|
D | lz4.1 | 142 …decompress\fR and \fBlz4\fR cannot recognize the type of the source file, copy the source file as …
|
D | platform.h | 15 You should have received a copy of the GNU General Public License along
|
D | lz4.1.md | 159 the source file, copy the source file as is to standard output.
|
D | Makefile | 19 # You should have received a copy of the GNU General Public License along
|
/lz4-3.4.0-2.7.6/examples/ |
D | COPYING | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
D | streaming_api_basics.md | 84 For efficiency, Streaming API doesn't keep a mirror copy of dependent (de)compressed memory.
|
D | Makefile | 17 # You should have received a copy of the GNU General Public License along
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4_Block_format.md | 31 followed by a match copy. 70 Following the literals is the match copy operation. 84 However here, 0 means that the copy operation will be minimal. 102 which means that later bytes to copy are not yet decoded. 125 because the match must copy "something",
|
/lz4-3.4.0-2.7.6/build/ |
D | .gitignore | 3 *Copy
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | ossfuzz.sh | 22 # Copy the fuzzers to the target directory.
|
D | Makefile | 16 # You should have received a copy of the GNU General Public License along
|
D | round_trip_stream_fuzzer.c | 123 * We copy the dictionary to the roundTrip so our validation passes.
|
/lz4-3.4.0-2.7.6/lib/ |
D | lz4.c | 147 * together with a simple 8-byte copy loop as a fall-back path. 153 * a simple 8-byte copy loop. 1041 /* Copy Literals */ in LZ4_compress_generic_validated() 1618 * cost to copy the dictionary's tables into the active context, in LZ4_compress_fast_continue() 1814 /* copy literals */ in LZ4_decompress_generic() 1822 … LZ4_wildCopy8(op, ip, cpy); /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic() 1829 DEBUGLOG(7, "copy %u bytes in a 16-bytes stripe", (unsigned)length); in LZ4_decompress_generic() 1832 … /* Literals can only be 14, but hope compilers optimize if we copy by a register size */ in LZ4_decompress_generic() 1835 /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic() 1893 /* match fits entirely within external dictionary : just copy */ in LZ4_decompress_generic() [all …]
|
D | lz4hc.h | 147 it's possible to copy the last blocks into a more stable memory space, using LZ4_saveDictHC(). 385 * working LZ4_streamHC_t, this function introduces a no-copy setup mechanism,
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 17 # You should have received a copy of the GNU General Public License along
|
12