Searched refs:DInfo (Results 1 – 3 of 3) sorted by relevance
611 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local612 return DInfo.symbol; in FSE_peekSymbol()617 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local618 U32 const nbBits = DInfo.nbBits; in FSE_updateState()620 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()625 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local626 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()627 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()630 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()638 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local[all …]
264 u16 folder_finderinfo_len = sizeof(struct DInfo) + in __hfsplus_setxattr()443 u16 folder_rec_len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_getxattr_finder_info()446 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_getxattr_finder_info()611 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_listxattr_finder_info()628 len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_listxattr_finder_info()
236 struct DInfo { struct264 struct DInfo user_info;