Home
last modified time | relevance | path

Searched full:copy (Results 1 – 25 of 38) sorted by relevance

12

/lz4-3.4.0-2.7.6/
Dappveyor.yml30 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/
DCOPYING6 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 …]
DcheckTag.c17 You should have received a copy of the GNU General Public License along
Ddatagencli.c18 You should have received a copy of the GNU General Public License along
/lz4-3.4.0-2.7.6/programs/
DCOPYING6 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 …]
Dbench.h15 You should have received a copy of the GNU General Public License along
Ddatagen.h17 You should have received a copy of the GNU General Public License along
Ddatagen.c17 You should have received a copy of the GNU General Public License along
133 /* Copy (within 32K) */ in RDG_genBlock()
Dutil.h15 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()
Dlz4io.h16 You should have received a copy of the GNU General Public License along
Dlz4.1142 …decompress\fR and \fBlz4\fR cannot recognize the type of the source file, copy the source file as …
Dplatform.h15 You should have received a copy of the GNU General Public License along
Dlz4.1.md159 the source file, copy the source file as is to standard output.
DMakefile19 # You should have received a copy of the GNU General Public License along
/lz4-3.4.0-2.7.6/examples/
DCOPYING6 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 …]
Dstreaming_api_basics.md84 For efficiency, Streaming API doesn't keep a mirror copy of dependent (de)compressed memory.
DMakefile17 # You should have received a copy of the GNU General Public License along
/lz4-3.4.0-2.7.6/doc/
Dlz4_Block_format.md31 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.gitignore3 *Copy
/lz4-3.4.0-2.7.6/ossfuzz/
Dossfuzz.sh22 # Copy the fuzzers to the target directory.
DMakefile16 # You should have received a copy of the GNU General Public License along
Dround_trip_stream_fuzzer.c123 * We copy the dictionary to the roundTrip so our validation passes.
/lz4-3.4.0-2.7.6/lib/
Dlz4.c147 * 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 …]
Dlz4hc.h147 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/
DMakefile17 # You should have received a copy of the GNU General Public License along

12