Searched refs:DInfo (Results 1 – 3 of 3) sorted by relevance
529 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local530 return DInfo.symbol; in FSE_peekSymbol()535 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local536 U32 const nbBits = DInfo.nbBits; in FSE_updateState()538 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()543 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local544 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()545 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()548 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()556 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local[all …]
277 u16 folder_finderinfo_len = sizeof(DInfo) + sizeof(DXInfo); in __hfsplus_setxattr()475 u16 folder_rec_len = sizeof(DInfo) + sizeof(DXInfo); in hfsplus_getxattr_finder_info()478 u8 folder_finder_info[sizeof(DInfo) + sizeof(DXInfo)]; in hfsplus_getxattr_finder_info()648 u8 folder_finder_info[sizeof(DInfo) + sizeof(DXInfo)]; in hfsplus_listxattr_finder_info()665 len = sizeof(DInfo) + sizeof(DXInfo); in hfsplus_listxattr_finder_info()
320 typedef struct hfs_dinfo DInfo; typedef532 DInfo user_info;