Searched defs:swap (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DQsort.c93 #define swap(a, b) \ macro
139 swap(pl, pl - es);
154 swap(a, pm);
162 swap(pa, pb);
170 swap(pc, pd);
177 swap(pb, pc);
187 swap(pl, pl - es);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsQuickSort.cpp80 #define swap(a, b) \ macro
115 swap(pl, pl - es);
130 swap(a, pm);
138 swap(pa, pb);
146 swap(pc, pd);
153 swap(pb, pc);
162 swap(pl, pl - es);
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpufftest.c63 void *buf, *swap; local
76 if (size == *len || (swap = realloc(buf, size)) == NULL) {
81 buf = swap;
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_dsp.c125 uint8 swap; local
135 swap = *(buffer + i);
137 *(buffer + i + 1) = swap;
/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
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h81 int swap; member in struct:__anon2064
/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/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/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dexa_priv.h252 #define swap(priv, real, mem) {\ macro
258 #define swap(priv, real, mem) {\ macro
276 swap(pExaGC, _gc_, ops);
280 swap(pExaGC, _gc_, ops);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dexa_priv.h240 #define swap(priv, real, mem) {\ macro
246 #define swap(priv, real, mem) {\ macro
264 swap(pExaGC, _gc_, ops);
268 swap(pExaGC, _gc_, ops);
/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/GuestHost/OpenGL/include/
H A Dcr_net.h141 int endianness, swap; member in struct:CRConnection

Completed in 86 milliseconds