Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c1301 static void LZ4_init(LZ4_stream_t_internal* lz4ds, const BYTE* base) in LZ4_init() argument
1303 MEM_INIT(lz4ds, 0, LZ4_STREAMSIZE); in LZ4_init()
1304 lz4ds->bufferStart = base; in LZ4_init()
1316 void* lz4ds = ALLOCATOR(8, LZ4_STREAMSIZE_U64); in LZ4_create() local
1317 LZ4_init ((LZ4_stream_t_internal*)lz4ds, (const BYTE*)inputBuffer); in LZ4_create()
1318 return lz4ds; in LZ4_create()