Searched refs:MEM_INIT (Results 1 – 3 of 3) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 145 #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()
|
D | lz4hc.c | 117 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init() 118 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_init()
|
D | lz4frame.c | 61 #define MEM_INIT memset macro
|