Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_math.h528 #define util_le32_to_cpu(x) util_bswap32(x) macro
532 #define util_le32_to_cpu(x) (x) macro