Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h537 #define util_le32_to_cpu(x) util_bswap32(x) macro
541 #define util_le32_to_cpu(x) (x) macro
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_math.h528 #define util_le32_to_cpu(x) util_bswap32(x) macro
532 #define util_le32_to_cpu(x) (x) macro