Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c145 #define MEM_INIT memset macro
762 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t)); in LZ4_resetStream()
1303 MEM_INIT(lz4ds, 0, LZ4_STREAMSIZE); in LZ4_init()
1335 MEM_INIT(state, 0, LZ4_STREAMSIZE); in LZ4_compress_withState()
1346 MEM_INIT(state, 0, LZ4_STREAMSIZE); in LZ4_compress_limitedOutput_withState()
Dlz4hc.c117 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init()
118 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_init()
Dlz4frame.c61 #define MEM_INIT memset macro