Searched refs:dtLog (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/lib/zstd/decompress/ |
D | huf_decompress.c | 282 HUF_decodeSymbolX1(BIT_DStream_t* Dstream, const HUF_DEltX1* dt, const U32 dtLog) in HUF_decodeSymbolX1() argument 284 size_t const val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX1() 291 *ptr++ = HUF_decodeSymbolX1(DStreamPtr, dt, dtLog) 302 …TE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) in HUF_decodeStreamX1() argument 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() [all …]
|
/linux-6.1.9/fs/jfs/ |
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() 1547 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|