Searched refs:DInfo (Results 1 – 3 of 3) sorted by relevance
492 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local493 return DInfo.symbol; in FSE_peekSymbol()498 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local499 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() local507 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 …]
236 struct DInfo { struct263 struct DInfo user_info; argument
265 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()