HomeSort by relevance Sort by last modified time
    Searched refs:tcompMASK_LZX_WINDOW (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 87 #define tcompMASK_LZX_WINDOW 0x1F00
108 #define LZXCompressionWindowFromTCOMP(tc) (((tc) & tcompMASK_LZX_WINDOW) >> tcompSHIFT_LZX_WINDOW)
fdi.h 89 #define tcompMASK_LZX_WINDOW 0x1F00
109 #define LZXCompressionWindowFromTCOMP(tc) (((tc) & tcompMASK_LZX_WINDOW) >> tcompSHIFT_LZX_WINDOW)

Completed in 53 milliseconds