Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_math.h592 #define util_le32_to_cpu(x) util_bswap32(x) macro
596 #define util_le32_to_cpu(x) (x) macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h766 #define util_le32_to_cpu(x) util_bswap32(x) macro
770 #define util_le32_to_cpu(x) (x) macro