Searched refs:IHDR_OPT_BIT_ENDIAN (Results 1 – 1 of 1) sorted by relevance
23 IHDR_OPT_BIT_ENDIAN = 0 variable24 IHDR_OPT_LE = (0 << IHDR_OPT_BIT_ENDIAN)25 IHDR_OPT_BE = (1 << IHDR_OPT_BIT_ENDIAN)176 ((options & IHDR_OPT_BIT_ENDIAN) != IHDR_OPT_LE) ):
Completed in 4 milliseconds