HomeSort by relevance Sort by last modified time
    Searched defs:util_le16_to_cpu (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 535 #define util_le16_to_cpu(x) util_bswap16(x) macro
539 #define util_le16_to_cpu(x) (x) macro
544 #define util_cpu_to_le16(x) util_le16_to_cpu(x)
  /external/virglrenderer/src/gallium/auxiliary/util/
u_math.h 767 #define util_le16_to_cpu(x) util_bswap16(x) macro
771 #define util_le16_to_cpu(x) (x) macro
776 #define util_cpu_to_le16(x) util_le16_to_cpu(x)

Completed in 376 milliseconds