Searched defs:dtLog (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/lib/zstd/decompress/ |
D | huf_decompress.c | 165 U32 const dtLog = HUF_getDTableDesc(DTable).tableLog; in HUF_DecompressAsmArgs_init() local 477 HUF_decodeSymbolX1(BIT_DStream_t* Dstream, const HUF_DEltX1* dt, const U32 dtLog) in HUF_decodeSymbolX1() 497 …TE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) in HUF_decodeStreamX1() 537 U32 const dtLog = dtd.tableLog; in HUF_decompress1X1_usingDTable_internal_body() local 586 U32 const dtLog = dtd.tableLog; in HUF_decompress4X1_usingDTable_internal_body() local 1135 HUF_decodeSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog) in HUF_decodeSymbolX2() 1144 HUF_decodeLastSymbolX2(void* op, BIT_DStream_t* DStream, const HUF_DEltX2* dt, const U32 dtLog) in HUF_decodeLastSymbolX2() 1174 const HUF_DEltX2* const dt, const U32 dtLog) in HUF_decodeStreamX2() 1281 U32 const dtLog = dtd.tableLog; in HUF_decompress4X2_usingDTable_internal_body() local
|
/linux-6.6.21/fs/jfs/ |
D | jfs_txnmgr.c | 1552 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|