Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h538 #define util_le16_to_cpu(x) util_bswap16(x) macro
542 #define util_le16_to_cpu(x) (x) macro
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_math.h529 #define util_le16_to_cpu(x) util_bswap16(x) macro
533 #define util_le16_to_cpu(x) (x) macro