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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h533 #define util_le64_to_cpu(x) util_bswap64(x) macro
537 #define util_le64_to_cpu(x) (x) macro
542 #define util_cpu_to_le64(x) util_le64_to_cpu(x)

Completed in 59 milliseconds