Searched refs:dtLog (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/zstd/decompress/ |
| H A D | huf_decompress.c | 191 U32 const dtLog = HUF_getDTableDesc(DTable).tableLog; in HUF_DecompressFastArgs_init() local 216 if (dtLog != HUF_DECODER_FAST_TABLELOG) in HUF_DecompressFastArgs_init() 583 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local 587 HUF_decodeStreamX1(op, &bitD, oend, dt, dtLog); in HUF_decompress1X1_usingDTable_internal_body() 637 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local 683 HUF_decodeStreamX1(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 684 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X1_usingDTable_internal_body() 1306 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() argument 1312 if (dtLog <= 11 && MEM_64bits()) { in HUF_decodeStreamX2() 1344 p += HUF_decodeLastSymbolX2(p, bitDPtr, dt, dtLog); in HUF_decodeStreamX2() [all …]
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_txnmgr.c | 155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 1400 dtLog(log, tblk, lrd, tlck); in txLog() 1552 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|