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

  /external/webp/src/utils/
endian_inl_utils.h 76 static WEBP_INLINE uint64_t BSwap64(uint64_t x) {
  /external/libaom/libaom/aom_util/
endian_inl.h 51 #define HToBE64(X) BSwap64(X)
105 static 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 605 milliseconds