Searched defs:dtLog (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/lib/zstd/decompress/ |
D | huf_decompress.c | 282 HUF_decodeSymbolX1(BIT_DStream_t* Dstream, const HUF_DEltX1* dt, const U32 dtLog) in HUF_decodeSymbolX1() 302 …TE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) in HUF_decodeStreamX1() 338 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local 387 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local 714 HUF_decodeSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog) in HUF_decodeSymbolX2() 723 HUF_decodeLastSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog) in HUF_decodeLastSymbolX2() 751 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() 841 U32 const dtLog = dtd.tableLog; in HUF_decompress4X2_usingDTable_internal_body() local
|
/linux-5.19.10/fs/jfs/ |
D | jfs_txnmgr.c | 1547 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|