Home
last modified time | relevance | path

Searched refs:OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2/build/libraries/cx/src/
DCXUncompression.c474 #define OFFSET_MASK 0x07 in CXUncompressLH() macro
479 #define OFFSET_MASK 0x3FF in CXUncompressLH()
542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH()
586 #undef OFFSET_MASK in CXUncompressLH()
DCXSecureUncompression.c853 #define OFFSET_MASK 0x07 in CXSecureUncompressLH() macro
858 #define OFFSET_MASK 0x3FF in CXSecureUncompressLH()
956 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXSecureUncompressLH()
1016 #undef OFFSET_MASK in CXSecureUncompressLH()
DCXStreamingUncompression.c694 #define OFFSET_MASK 0x07 in CXReadUncompLH() macro
698 #define OFFSET_MASK 0x3FF in CXReadUncompLH()
896 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXReadUncompLH()
975 #undef OFFSET_MASK in CXReadUncompLH()