Home
last modified time | relevance | path

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

/xen/tools/python/xen/migration/
A Dlibxc.py23 IHDR_OPT_BIT_ENDIAN = 0 variable
24 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