Home
last modified time | relevance | path

Searched defs:dtLog (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zstd/
Dhuf_decompress.c158 static BYTE HUF_decodeSymbolX2(BIT_DStream_t *Dstream, const HUF_DEltX2 *dt, const U32 dtLog) in HUF_decodeSymbolX2()
176 …TE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U32 dtLog) in HUF_decodeStreamX2()
207 U32 const dtLog = dtd.tableLog; in HUF_decompress1X2_usingDTable_internal() local
283 U32 const dtLog = dtd.tableLog; in HUF_decompress4X2_usingDTable_internal() local
595 …tic U32 HUF_decodeSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog) in HUF_decodeSymbolX4()
603 …U32 HUF_decodeLastSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog) in HUF_decodeLastSymbolX4()
630 …mX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF_DEltX4 *const dt, const U32 dtLog) in HUF_decodeStreamX4()
742 U32 const dtLog = dtd.tableLog; in HUF_decompress4X4_usingDTable_internal() local
/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c1602 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function