Searched refs:LZ4_initStream (Results 1 – 8 of 8) sorted by relevance
/external/lz4/examples/ |
D | blockStreaming_doubleBuffer.c | 47 LZ4_initStream(lz4Stream, sizeof (*lz4Stream)); in test_compress()
|
D | dictionaryRandomAccess.c | 66 LZ4_initStream(lz4Stream, sizeof(*lz4Stream)); in test_compress()
|
/external/lz4/lib/ |
D | lz4.h | 633 LZ4LIB_API LZ4_stream_t* LZ4_initStream (void* buffer, size_t size);
|
D | lz4.c | 1182 …LZ4_stream_t_internal* const ctx = & LZ4_initStream(state, sizeof(LZ4_stream_t)) -> internal_donot… in LZ4_compress_fast_extState() 1278 LZ4_initStream(&ctx, sizeof(ctx)); in LZ4_compress_fast_force() 1294 void* const s = LZ4_initStream(state, sizeof (*state)); in LZ4_compress_destSize_extState() 1339 LZ4_initStream(lz4s, sizeof(*lz4s)); in LZ4_createStream() 1353 LZ4_stream_t* LZ4_initStream (void* buffer, size_t size) in LZ4_initStream() function
|
D | lz4frame.c | 450 LZ4_initStream(&lz4ctx, sizeof(lz4ctx)); in LZ4F_compressFrame() 632 LZ4_initStream((LZ4_stream_t *) cctxPtr->lz4CtxPtr, sizeof (LZ4_stream_t)); in LZ4F_compressBegin_usingCDict()
|
/external/lz4/tests/ |
D | fullbench.c | 164 void* const r = LZ4_initStream(&LZ4_stream, sizeof(LZ4_stream)); in local_LZ4_resetDictT() 170 void* const r = LZ4_initStream(&LZ4_stream, sizeof(LZ4_stream)); in local_LZ4_createStream()
|
D | fuzzer.c | 361 if ( LZ4_initStream(&LZ4dictBody, sizeof(LZ4dictBody)) == NULL) abort(); in FUZ_test() 684 LZ4_initStream(&LZ4_stream, sizeof(LZ4_stream)); in FUZ_test() 786 LZ4_initStream(&LZ4_stream, sizeof(LZ4_stream)); in FUZ_test() 1115 LZ4_initStream(&streamingState, sizeof(streamingState)); in FUZ_unitTests()
|
/external/lz4/ |
D | NEWS | 11 api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC)
|