Home
last modified time | relevance | path

Searched refs:t (Results 1 – 15 of 15) sorted by relevance

/lz4-3.4.0-2.7.6/programs/
Dutil.h114 … define UTIL_sleepMilli(milli) { struct timespec t; t.tv_sec=0; t.tv_nsec=milli*1000000ULL; nanosl…
Dlz4.1.md108 * `-t` `--test`:
194 determined, hence for a file. It won't work with unknown source size,
DREADME.md60 -t : test compressed file integrity
/lz4-3.4.0-2.7.6/contrib/djgpp/
DREADME.MD17 * `make -f contrib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sen…
/lz4-3.4.0-2.7.6/examples/
DblockStreaming_doubleBuffer.md74 For the first time, LZ4 doesn't know any previous dependencies,
Dstreaming_api_basics.md84 For efficiency, Streaming API doesn't keep a mirror copy of dependent (de)compressed memory.
DblockStreaming_lineByLine.md94 For the first time, LZ4 doesn't know any previous dependencies,
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt39 # If LZ4 is being bundled in another project, we don't want to
45 # Bundled mode hasn't been set one way or the other, set the default
/lz4-3.4.0-2.7.6/lib/
DREADME.md78 …In case the target cpus doesn't support it, or compiler intrinsic doesn't work, or feature bad per…
Dlz4.c569 U64 const t = (((val >> 8) - mask) | val) & mask; in LZ4_NbCommonBytes()
570 return ctz7_tab[(t * 0x0080402010080402ULL) >> 57]; in LZ4_NbCommonBytes()
1436 typedef struct { char c; LZ4_stream_t t; } t_a; in LZ4_stream_t_alignment() member
Dlz4hc.c926 typedef struct { char c; LZ4_streamHC_t t; } t_a; in LZ4_streamHC_t_alignment() member
/lz4-3.4.0-2.7.6/doc/
Dlz4_Frame_format.md50 It doesn’t need to support all options though.
278 which is valid, and therefore doesn't end a frame.
340 This means User Data can’t be bigger than (2^32-1) Bytes.
/lz4-3.4.0-2.7.6/
DNEWS135 cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
192 Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
214 Fix : test mode (-t) no longer requires confirmation, thanks to Thary Nguyen
/lz4-3.4.0-2.7.6/tests/
Dframetest.c1269 time_t const t = time(NULL); in main() local
1270 U32 const h = XXH32(&t, sizeof(t), 1); in main()
Dfuzzer.c1823 time_t const t = time(NULL); in main() local
1824 U32 const h = XXH32(&t, sizeof(t), 1); in main()