Searched refs:t (Results 1 – 15 of 15) sorted by relevance
/lz4-3.4.0-2.7.6/programs/ |
D | util.h | 114 … define UTIL_sleepMilli(milli) { struct timespec t; t.tv_sec=0; t.tv_nsec=milli*1000000ULL; nanosl…
|
D | lz4.1.md | 108 * `-t` `--test`: 194 determined, hence for a file. It won't work with unknown source size,
|
D | README.md | 60 -t : test compressed file integrity
|
/lz4-3.4.0-2.7.6/contrib/djgpp/ |
D | README.MD | 17 * `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/ |
D | blockStreaming_doubleBuffer.md | 74 For the first time, LZ4 doesn't know any previous dependencies,
|
D | streaming_api_basics.md | 84 For efficiency, Streaming API doesn't keep a mirror copy of dependent (de)compressed memory.
|
D | blockStreaming_lineByLine.md | 94 For the first time, LZ4 doesn't know any previous dependencies,
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | CMakeLists.txt | 39 # 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/ |
D | README.md | 78 …In case the target cpus doesn't support it, or compiler intrinsic doesn't work, or feature bad per…
|
D | lz4.c | 569 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
|
D | lz4hc.c | 926 typedef struct { char c; LZ4_streamHC_t t; } t_a; in LZ4_streamHC_t_alignment() member
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4_Frame_format.md | 50 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/ |
D | NEWS | 135 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/ |
D | frametest.c | 1269 time_t const t = time(NULL); in main() local 1270 U32 const h = XXH32(&t, sizeof(t), 1); in main()
|
D | fuzzer.c | 1823 time_t const t = time(NULL); in main() local 1824 U32 const h = XXH32(&t, sizeof(t), 1); in main()
|