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

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

Completed in 160 milliseconds