Searched refs:IHDR_OPT_BIT_ENDIAN (Results 1 – 1 of 1) sorted by relevance
28 IHDR_OPT_BIT_ENDIAN = 0 variable29 IHDR_OPT_LE = (0 << IHDR_OPT_BIT_ENDIAN)30 IHDR_OPT_BE = (1 << IHDR_OPT_BIT_ENDIAN)168 ((options & IHDR_OPT_BIT_ENDIAN) != IHDR_OPT_LE) ):
Completed in 3 milliseconds