HomeSort by relevance Sort by last modified time
    Searched full:util_bswap16 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 152 value = util_bswap16(value);
174 value = util_bswap16(value);
195 value = util_bswap16(value);
217 value = util_bswap16(value);
u_math.h 650 #define util_le16_to_cpu(x) util_bswap16(x)
678 util_bswap16(uint16_t n) function

Completed in 5322 milliseconds