Searched refs:MEM_INIT (Results 1 – 5 of 5) sorted by relevance
/external/lz4/lib/ |
D | lz4frame.c | 70 #define MEM_INIT memset macro 312 MEM_INIT(&prefsNull, 0, sizeof(prefsNull)); in LZ4F_compressBound_internal() 341 else MEM_INIT(&prefs, 0, sizeof(prefs)); in LZ4F_compressFrameBound() 372 MEM_INIT(&prefs, 0, sizeof(prefs)); in LZ4F_compressFrame_usingCDict() 381 MEM_INIT(&options, 0, sizeof(options)); in LZ4F_compressFrame_usingCDict() 425 MEM_INIT(&cctx, 0, sizeof(cctx)); in LZ4F_compressFrame() 592 MEM_INIT(&prefNull, 0, sizeof(prefNull)); in LZ4F_compressBegin_usingCDict() 817 MEM_INIT(&cOptionsNull, 0, sizeof(cOptionsNull)); in LZ4F_compressUpdate() 1093 MEM_INIT(&(dctx->frameInfo), 0, sizeof(dctx->frameInfo)); in LZ4F_decodeHeader() 1327 MEM_INIT(&optionsNull, 0, sizeof(optionsNull)); in LZ4F_decompress()
|
D | lz4.c | 169 #define MEM_INIT(p,v,s) memset((p),(v),(s)) macro 624 MEM_INIT(cctx->hashTable, 0, LZ4_HASHTABLESIZE); in LZ4_prepareTable() 1173 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t)); in LZ4_resetStream()
|
D | lz4hc.c | 91 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_clearTables() 92 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_clearTables()
|
/external/u-boot/include/net/pfe_eth/pfe/cbus/ |
D | tmu_csr.h | 131 #define MEM_INIT BIT(6) macro
|
/external/u-boot/drivers/net/pfe_eth/ |
D | pfe_hw.c | 908 writel(MEM_INIT, TMU_CTRL); in tmu_init()
|