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

  /external/webp/src/utils/
endian_inl_utils.h 83 static WEBP_INLINE uint64_t BSwap64(uint64_t x) {
  /external/libvpx/libvpx/vpx_util/
endian_inl.h 47 #define HToBE64(X) BSwap64(X)
101 static INLINE uint64_t BSwap64(uint64_t x) {

Completed in 423 milliseconds