Home
last modified time | relevance | path

Searched defs:DInfo (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/lib/zstd/common/
Dfse.h610 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
616 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
624 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
637 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
/Linux-v6.1/fs/hfsplus/
Dhfsplus_raw.h236 struct DInfo { struct
237 struct hfsp_rect frRect;
238 __be16 frFlags;
239 struct hfsp_point frLocation;
240 __be16 frView;
/Linux-v6.1/lib/zstd/decompress/
Dzstd_decompress_block.c914 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() local
921 …_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DInfo) in ZSTD_updateFseStateWithDInfo()