HomeSort by relevance Sort by last modified time
    Searched full:swap (Results 101 - 125 of 950) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gqsort.c 44 /* Byte-wise swap two items of size SIZE. */
45 #define SWAP(a, b, size) \
158 SWAP (mid, lo, size);
160 SWAP (mid, hi, size);
164 SWAP (mid, lo, size);
183 SWAP (left_ptr, right_ptr, size);
255 SWAP (tmp_ptr, base_ptr, size);
  /external/icu4c/common/
udataswp.c 177 * Swap a block of invariant, NUL-terminated strings, but not padding
203 /* swap up to the last NUL */
232 /* swap a data header ------------------------------------------------------- */
290 /* swap headerSize */
293 /* swap UDataInfo size and reservedWord */
296 /* swap copyright statement after the UDataInfo */
302 /* swap the string contents */
uresdata.c 507 * The data structure does not forbid keys to be shared, so we must swap
696 * swap one resource item
725 /* swap length */
727 /* swap each UChar (the terminating NUL would not change) */
732 /* swap length */
734 /* no need to swap or copy bytes - ures_swap() copied them all */
736 /* swap known formats */
763 /* swap count */
775 /* swap count */
821 /* no need to sort, just swap the offset/value arrays *
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uspecial.h 33 template <> inline void swap (cmemlink& a, cmemlink& b) { a.swap (b); } function in namespace:ustl
34 template <> inline void swap (memlink& a, memlink& b) { a.swap (b); } function in namespace:ustl
35 template <> inline void swap (memblock& a, memblock& b) { a.swap (b); } function in namespace:ustl
36 template <> inline void swap (string& a, string& b) { a.swap (b); } function in namespace:ustl
38 template_decl inline void swap (type& a, type& b) { a.swap (b);
    [all...]
  /external/stlport/stlport/stl/
_set.h 162 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:set
164 void _M_swap_workaround(_Self& __x) { swap(__x); }
333 void swap(_Self& __x) { _M_t.swap(__x._M_t); } function in class:multiset
335 void _M_swap_workaround(_Self& __x) { swap(__x); }
_slist.c 197 __carry.swap(__counter[__i]);
200 __carry.swap(__counter[__i]);
212 __that.swap(__counter[__fill-1]);
  /frameworks/base/opengl/libagl/
dxt.cpp 100 static uint32_t swap(uint32_t x) { function in namespace:android
155 colors = swap(colors);
162 // There's no need to endian-swap within 'bits'
219 colors = swap(colors);
220 bits = swap(bits);
331 alphahi = swap(alphahi);
332 alphalo = swap(alphalo);
342 colors = swap(colors);
343 bits = swap(bits);
455 alphahi = swap(alphahi)
    [all...]
  /external/icu4c/tools/toolutil/
package.h 63 * Swap all pieces to the desired output platform properties.
104 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
  /external/srec/portable/include/
pendian.h 98 * @param buffer Buffer containing items to swap.
99 * @param count Number of items to swap.
  /external/stlport/stlport/
functional 126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
136 using ::boost::swap;
  /external/webkit/WebCore/platform/graphics/
Path.h 106 void swap(Path& other) { std::swap(m_path, other.m_path); } function in class:WebCore::Path
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 137 int shortsOffset, int length, boolean swap) {
140 swap);
144 int intsOffset, int length, boolean swap) {
146 osMemory.setIntArray(osaddr + offset, ints, intsOffset, length, swap);
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 175 boolean swap = order() != ByteOrder.nativeOrder();
176 getBaseAddress().setShortArray(offset + position, src, off, len, swap);
215 boolean swap = order() != ByteOrder.nativeOrder();
216 getBaseAddress().setIntArray(offset + position, src, off, len, swap);
  /dalvik/vm/
Atomic.h 37 * Atomic compare-and-swap macro.
  /external/e2fsprogs/install-utils/
convfstab 44 xenix | coherent | nfs | proc | sw | swap )
  /external/icu4c/layout/
LESwaps.h 49 * This method does the byte swap required on little endian platforms
  /external/webkit/WebCore/dom/
StaticNodeList.h 56 m_nodes.swap(nodes);
  /external/webkit/WebCore/loader/
FormState.cpp 42 m_textFieldValues.swap(textFieldValuesToAdopt);
  /external/webkit/WebCore/platform/graphics/transforms/
Matrix3DTransformOperation.cpp 50 std::swap(fromT, toT);
MatrixTransformOperation.cpp 46 std::swap(fromT, toT);
  /frameworks/base/include/utils/
ByteOrder.h 32 * except they allow you to swap to and from the "device" byte
  /external/e2fsprogs/intl/
gettextP.h 54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i)
63 SWAP (i)
  /external/opencore/oscl/oscl/osclbase/src/
oscl_opaque_type.h 75 * Opaque type operations with swap & comparisons.
83 * Swap element at "a" with element at "b".
86 virtual void swap(OsclAny* a, const OsclAny* b) = 0;
  /external/openssl/crypto/aes/
aes_locl.h 66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
  /external/webkit/JavaScriptCore/runtime/
ScopeChain.h 193 void swap(ScopeChain&);
226 inline void ScopeChain::swap(ScopeChain& o) function in class:JSC::ScopeChain
236 swap(tmp);

Completed in 144 milliseconds

1 2 3 45 6 7 8 91011>>