Searched refs:dtLog (Results 1 – 2 of 2) sorted by relevance
/linux/lib/zstd/decompress/ |
A D | huf_decompress.c | 291 *ptr++ = HUF_decodeSymbolX1(DStreamPtr, dt, dtLog) 338 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local 342 HUF_decodeStreamX1(op, &bitD, oend, dt, dtLog); in HUF_decompress1X1_usingDTable_internal_body() 387 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local 429 HUF_decodeStreamX1(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 430 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 431 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 739 ptr += HUF_decodeSymbolX2(ptr, DStreamPtr, dt, dtLog) 751 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() argument 771 p += HUF_decodeLastSymbolX2(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX2() [all …]
|
/linux/fs/jfs/ |
A D | jfs_txnmgr.c | 155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 1395 dtLog(log, tblk, lrd, tlck); in txLog() 1581 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|
Completed in 10 milliseconds