Home
last modified time | relevance | path

Searched refs:LZ4_initStream (Results 1 – 8 of 8) sorted by relevance

/external/lz4/examples/
DblockStreaming_doubleBuffer.c47 LZ4_initStream(lz4Stream, sizeof (*lz4Stream)); in test_compress()
DdictionaryRandomAccess.c66 LZ4_initStream(lz4Stream, sizeof(*lz4Stream)); in test_compress()
/external/lz4/lib/
Dlz4.h633 LZ4LIB_API LZ4_stream_t* LZ4_initStream (void* buffer, size_t size);
Dlz4.c1182 …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
Dlz4frame.c450 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/
Dfullbench.c164 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()
Dfuzzer.c361 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/
DNEWS11 api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC)