Searched defs:util_le32_to_cpu (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h649 #define util_le32_to_cpu(x) util_bswap32(x) macro
652 #define util_le32_to_cpu(x) (x) macro

Completed in 135 milliseconds