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

  /external/libtextclassifier/common/
little-endian-data.h 34 void SwapBytes(T *addr) {
47 SwapBytes(addr);
114 SwapBytes(&temp);
  /frameworks/av/media/libeffects/loudness/common/core/
byte_swapper.h 106 T SwapBytes(const T &val, bool force_swap) {
123 const T *SwapBytes(const T *vals, unsigned int num_items, bool force_swap) {
  /external/dng_sdk/source/
dng_stream.h 118 bool SwapBytes () const
124 /// \param swapBytes If true, stream will swap byte order on input or
127 void SetSwapBytes (bool swapBytes)
129 fSwapBytes = swapBytes;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 229 milliseconds