Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse.h492 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
498 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
506 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
519 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
/linux-4.19.296/fs/hfsplus/
Dhfsplus_raw.h236 struct DInfo { struct
237 struct hfsp_rect frRect;
238 __be16 frFlags;
239 struct hfsp_point frLocation;
263 struct DInfo user_info; argument