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

  /external/libexif/m4m/
gp-byteorder.m4 92 AC_HAVE_SYMBOL(swap32,machine/endian.h,
94 /* swap32 and swap16 are defined in machine/endian.h */
105 #define swap32(x) bswap_32(x)
122 #define swap32(x) bswap32(x)
134 #define swap32(x) __byte_swap_long(x)
154 #define swap32(x) NXSwapLong(x)
163 #define swap32(x) ((uint32_t)(((uint32_t)(x) << 24) & 0xff000000UL | \\
181 #define swap32(x) ntohl(x)
236 #define htole32(x) swap32(x)
238 #define le32toh(x) swap32(x
    [all...]
  /external/syslinux/gpxe/src/include/
byteswap.h 53 #define swap32(x) __bswap_32(x) macro
  /external/libmtp/m4/
byteorder.m4 90 AC_HAVE_SYMBOL(swap32,machine/endian.h,
92 /* swap32 and swap16 are defined in machine/endian.h */
103 #define swap32(x) bswap_32(x)
120 #define swap32(x) bswap32(x)
132 #define swap32(x) __byte_swap_long(x)
152 #define swap32(x) NXSwapLong(x)
161 #define swap32(x) ((uint32_t)(((uint32_t)(x) << 24) & 0xff000000UL | \\
179 #define swap32(x) ntohl(x)
245 # define htole32(x) swap32(x)
251 # define le32toh(x) swap32(x
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.h 715 typedef elfcpp::Swap<32, big_endian> Swap32;
724 { return Swap32::readval(this->p_); }
728 { return Swap32::readval(this->p_ + 4); }
732 { return Swap32::readval(this->p_ + 8); }
736 { return Swap32::readval(this->p_ + 12); }
740 { return Swap32::readval(this->p_ + 16); }
755 typedef elfcpp::Swap<32, big_endian> Swap32;
783 { this->input_file_count_ = Swap32::readval(this->p_ + 4); }
788 { return Swap32::readval(this->p_); }
799 unsigned int offset = Swap32::readval(this->p_ + 8)
    [all...]
incremental.cc 110 typedef elfcpp::Swap<32, big_endian> Swap32;
    [all...]
  /external/libvncserver/rfb/
rfb.h 723 #define Swap32(l) (((l) >> 24) | \
733 #define Swap32IfLE(l) (rfbEndianTest ? Swap32(l) : (l))
738 #define Swap32IfBE(l) (rfbEndianTest ? (l) : Swap32(l))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp     [all...]
AlphaInstrInfo.td 178 def SWAP32 : PseudoInstAlpha<(outs GPRC:$dst), (ins GPRC:$ptr, GPRC:$swp), "",
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 164 swap32(unsigned int val) function
190 bs->buffer[pos] = swap32((bs->buffer[pos] << bit_left));
214 bs->buffer[pos] = swap32(bs->buffer[pos]);
    [all...]
mpeg2vaenc.c 164 swap32(unsigned int val) function
190 bs->buffer[pos] = swap32((bs->buffer[pos] << bit_left));
214 bs->buffer[pos] = swap32(bs->buffer[pos]);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 28 #define bswap_32 swap32
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2462 swap32(unsigned int val) function
    [all...]
  /external/libtextclassifier/util/hash/
farmhash.cc 134 #define bswap_32(x) swap32(x)
    [all...]

Completed in 921 milliseconds