Searched refs:swap (Results 51 - 70 of 70) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_sparcv9.s36 ! atomic increment, decrement and swap routines for V8+ sparc (ultrasparc)
37 ! using CAS (compare-and-swap) atomic instructions
H A Dos_SunOS_ultrasparc.s36 ! atomic increment, decrement and swap routines for V8+ sparc (ultrasparc)
37 ! using CAS (compare-and-swap) atomic instructions
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dexa_priv.h238 #define swap(priv, real, mem) {\ macro
255 swap(pExaGC, _gc_, ops);
259 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dexa_priv.h249 #define swap(priv, real, mem) {\ macro
266 swap(pExaGC, _gc_, ops);
270 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dexa_priv.h249 #define swap(priv, real, mem) {\ macro
266 swap(pExaGC, _gc_, ops);
270 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa_priv.h249 #define swap(priv, real, mem) {\ macro
266 swap(pExaGC, _gc_, ops);
270 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa_priv.h249 #define swap(priv, real, mem) {\ macro
266 swap(pExaGC, _gc_, ops);
270 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa_priv.h249 #define swap(priv, real, mem) {\ macro
266 swap(pExaGC, _gc_, ops);
270 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dexa_priv.h251 #define swap(priv, real, mem) {\ macro
268 swap(pExaGC, _gc_, ops);
272 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dexa_priv.h251 #define swap(priv, real, mem) {\ macro
268 swap(pExaGC, _gc_, ops);
272 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dexa_priv.h251 #define swap(priv, real, mem) {\ macro
268 swap(pExaGC, _gc_, ops);
272 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c50 void dump_str(fsw_u16* p, fsw_u32 len, int swap)
56 fprintf(stderr, "%c", swap ? be16_to_cpu(p[i]) : p[i]);
783 void deb(fsw_u16* p, int len, int swap)
788 printf("%c", swap ? be16_to_cpu(p[i]) : p[i]);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c641 const int sendable_len = conn->swap ? SWAP32(len) : len;
665 *lenp = conn->swap ? SWAP32(len) : len;
852 if (conn->swap)
900 if (conn->swap)
H A Dfilenet.c150 if (conn->swap)
H A Dnet.c98 conn->swap = 1;
299 crDebug( "Done connecting to %s (swapping=%d)", server, conn->swap );
319 if (conn->swap)
989 conn->send_credits += (conn->swap ? SWAP32(msg->credits) : msg->credits);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h141 int endianness, swap; member in struct:CRConnection
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h648 swap( nsCOMPtr<T>& rhs ) function in class:nsCOMPtr
666 swap( T*& rhs ) function in class:nsCOMPtr
901 swap( nsCOMPtr<nsISupports>& rhs ) function in class:nsCOMPtr
914 swap( nsISupports*& rhs ) function in class:nsCOMPtr
/vbox/include/iprt/cpp/
H A Dministring.h884 * @param a_rThat The string to swap with.
886 inline void swap(RTCString &a_rThat) throw() function in class:RTCString
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsUSB.cpp757 m_filters.swap (index, index - 1);
771 m_filters.swap (index, index + 1);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h996 swap( nsRefPtr<T>& rhs ) function in class:nsRefPtr
1005 swap( T*& rhs ) function in class:nsRefPtr

Completed in 380 milliseconds

123