Searched refs:MEM_INIT (Results 1 – 3 of 3) sorted by relevance
/external/lz4/lib/ |
D | lz4frame.c | 83 # define MEM_INIT(p,v,s) memset((p),(v),(s)) macro 357 else MEM_INIT(&prefs, 0, sizeof(prefs)); in LZ4F_compressFrameBound() 388 MEM_INIT(&prefs, 0, sizeof(prefs)); in LZ4F_compressFrame_usingCDict() 397 MEM_INIT(&options, 0, sizeof(options)); in LZ4F_compressFrame_usingCDict() 444 MEM_INIT(&cctx, 0, sizeof(cctx)); in LZ4F_compressFrame() 611 MEM_INIT(&prefNull, 0, sizeof(prefNull)); in LZ4F_compressBegin_usingCDict() 842 MEM_INIT(&cOptionsNull, 0, sizeof(cOptionsNull)); in LZ4F_compressUpdate() 1117 MEM_INIT(&(dctx->frameInfo), 0, sizeof(dctx->frameInfo)); in LZ4F_decodeHeader() 1388 MEM_INIT(&optionsNull, 0, sizeof(optionsNull)); in LZ4F_decompress()
|
D | lz4.c | 183 #define MEM_INIT(p,v,s) memset((p),(v),(s)) macro 747 MEM_INIT(cctx, 0, sizeof(LZ4_stream_t_internal)); in LZ4_prepareTable() 764 MEM_INIT(cctx->hashTable, 0, LZ4_HASHTABLESIZE); in LZ4_prepareTable() 1363 MEM_INIT(buffer, 0, sizeof(LZ4_stream_t)); in LZ4_initStream() 1372 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t)); in LZ4_resetStream()
|
D | lz4hc.c | 95 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_clearTables() 96 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_clearTables()
|