Searched refs:dtLog (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/zstd/ |
D | huf_decompress.c | 158 static BYTE HUF_decodeSymbolX2(BIT_DStream_t *Dstream, const HUF_DEltX2 *dt, const U32 dtLog) in HUF_decodeSymbolX2() argument 160 size_t const val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() 166 #define HUF_DECODE_SYMBOLX2_0(ptr, DStreamPtr) *ptr++ = HUF_decodeSymbolX2(DStreamPtr, dt, dtLog) 176 …TE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U32 dtLog) in HUF_decodeStreamX2() argument 207 U32 const dtLog = dtd.tableLog; in HUF_decompress1X2_usingDTable_internal() local 215 HUF_decodeStreamX2(op, &bitD, oend, dt, dtLog); in HUF_decompress1X2_usingDTable_internal() 283 U32 const dtLog = dtd.tableLog; in HUF_decompress4X2_usingDTable_internal() local 340 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 341 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() 342 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog); in HUF_decompress4X2_usingDTable_internal() [all …]
|
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.c | 168 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 1410 dtLog(log, tblk, lrd, tlck); in txLog() 1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() function
|