Home
last modified time | relevance | path

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

/RvlSDK-3.3/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.c862 #define OFFSET_MASK 0x07 in CXSecureUncompressLH() macro
867 #define OFFSET_MASK 0x3FF in CXSecureUncompressLH()
965 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXSecureUncompressLH()
1025 #undef OFFSET_MASK in CXSecureUncompressLH()
DCXStreamingUncompression.c699 #define OFFSET_MASK 0x07 in CXReadUncompLH() macro
703 #define OFFSET_MASK 0x3FF in CXReadUncompLH()
911 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXReadUncompLH()
989 #undef OFFSET_MASK in CXReadUncompLH()