Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dfse.h529 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local
535 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
543 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
556 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
/linux/include/linux/
H A Dhfs_common.h320 typedef struct hfs_dinfo DInfo; typedef