Home
last modified time | relevance | path

Searched refs:DInfo (Results 1 – 3 of 3) 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
493 return DInfo.symbol; in FSE_peekSymbol()
498 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local
499 U32 const nbBits = DInfo.nbBits; in FSE_updateState()
501 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
506 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local
507 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()
508 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()
511 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
519 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local
[all …]
/linux-4.19.296/fs/hfsplus/
Dhfsplus_raw.h236 struct DInfo { struct
263 struct DInfo user_info; argument
Dxattr.c265 u16 folder_finderinfo_len = sizeof(struct DInfo) + in __hfsplus_setxattr()
446 u16 folder_rec_len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_getxattr_finder_info()
449 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_getxattr_finder_info()
614 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_listxattr_finder_info()
631 len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_listxattr_finder_info()