Home
last modified time | relevance | path

Searched defs:util_le16_to_cpu (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h535 #define util_le16_to_cpu(x) util_bswap16(x) macro
539 #define util_le16_to_cpu(x) (x) macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h767 #define util_le16_to_cpu(x) util_bswap16(x) macro
771 #define util_le16_to_cpu(x) (x) macro