Home
last modified time | relevance | path

Searched refs:DInfo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A 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 in FSE_decodeSymbolFast() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h611 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
612 return DInfo.symbol;
617 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
618 U32 const nbBits = DInfo.nbBits;
620 DStatePtr->state = DInfo.newState + lowBits;
625 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
626 U32 const nbBits = DInfo.nbBits;
627 BYTE const symbol = DInfo.symbol;
630 DStatePtr->state = DInfo.newState + lowBits;
638 FSE_decode_t const DInfo
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A 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()
H A Dhfsplus_raw.h236 struct DInfo { struct
263 struct DInfo user_info;
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.c264 u16 folder_finderinfo_len = sizeof(struct DInfo) + in __hfsplus_setxattr()
445 u16 folder_rec_len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_getxattr_finder_info()
448 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_getxattr_finder_info()
613 u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; in hfsplus_listxattr_finder_info()
630 len = sizeof(struct DInfo) + sizeof(struct DXInfo); in hfsplus_listxattr_finder_info()
H A Dhfsplus_raw.h236 struct DInfo { struct
264 struct DInfo user_info;

Completed in 10 milliseconds