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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
cmemlink.cpp 75 void cmemlink::swap (cmemlink& l) function in class:ustl::cmemlink
97 ::ustl::swap (m_Data, l.m_Data);
98 ::ustl::swap (m_Size, l.m_Size);
mistream.cpp 57 void istream::swap (istream& is) function in class:ustl::istream
59 cmemlink::swap (is);
60 ::ustl::swap (m_Pos, is.m_Pos);
233 void ostream::swap (ostream& os) function in class:ustl::ostream
235 memlink::swap (os);
236 ::ustl::swap (m_Pos, os.m_Pos);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataric2p.S 197 swap d2 define
203 swap d3 define
233 swap d0 define
234 swap d1 define
235 swap d2 define
236 swap d3 define
341 swap d3 define
363 swap d3 define
  /external/tinyxml/
tinystr.cpp 48 swap(tmp);
61 swap(tmp);
  /external/webkit/WebCore/platform/
DeprecatedPtrListImpl.cpp 385 DeprecatedPtrListImpl(impl).swap(*this);
413 void DeprecatedPtrListImpl::swap(DeprecatedPtrListImpl &other) function in class:WebCore::DeprecatedPtrListImpl
415 using std::swap;
420 swap(head, other.head);
421 swap(tail, other.tail);
422 swap(cur, other.cur);
423 swap(nodeCount, other.nodeCount);
424 swap(deleteItem, other.deleteItem);
  /bionic/libc/kernel/common/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 20 @ May want to swap the order of these two branches depending on how the
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 22 @ May want to swap the order of these two branches depending on how the
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 145 gboolean swap; local
176 /* Set flag to swap bytes if needed */
178 swap = (byte_order != G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN) && (byte_order != native);
220 if (swap)
  /external/dbus/dbus/
dbus-marshal-byteswap.h 2 /* dbus-marshal-byteswap.h Swap a block of marshaled data
  /external/guava/src/com/google/common/util/concurrent/
FakeTimeLimiter.java 26 * so this gives you a time-limiter you can easily swap in for your real
  /external/icu4c/tools/icuswap/
icuswap.cpp 70 * Swap an ICU .dat package, including swapping of enclosed items.
93 " Read the input file, swap its platform properties according\n"
205 /* swap the data in-place */
228 * swap the .dat package
243 /* swap the data, which is not a .dat package */
286 /* swap .dat package files -------------------------------------------------- */
456 /* swap the item count */
464 /* swap the item name strings */
469 udata_printError(ds, "udata_swapPackage() failed to swap the data item name strings\n");
474 /* swap the package names into the output charset *
    [all...]
  /external/qemu/audio/
mixeng.c 73 #define ENDIAN_CONVERSION swap
94 #define ENDIAN_CONVERSION swap
115 #define ENDIAN_CONVERSION swap
136 #define ENDIAN_CONVERSION swap
  /external/stlport/stlport/stl/
_sparc_atomic.h 27 # define _STLP_EXCH_ASM asm volatile ("swap [%3], %0 " : \
  /external/tcpdump/
tcpdump-stdinc.h 162 __asm__ ("xchgb %b0, %h0\n\t" /* swap lower bytes */
163 "rorl $16, %0\n\t" /* swap words */
164 "xchgb %b0, %h0" /* swap higher bytes */
171 __asm__ ("xchgb %b0, %h0" /* swap bytes */
  /external/webkit/JavaScriptCore/wtf/
OwnPtr.h 77 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } function in class:WTF::OwnPtr
108 template <typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) function in namespace:WTF
110 a.swap(b);
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 114 // Swap the notifications queue
117 queue.swap(mNotifications);
121 // Swap the clients queue
123 clients.swap(mClients);
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
tlb.h 15 #include <linux/swap.h>

Completed in 124 milliseconds

1 2 34 5 6 7 8 91011>>