Searched defs:swapfunc (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DQsort.c65 static __inline void swapfunc(char *, char *, size_t, int);
85 swapfunc(char *a, char *b, size_t n, int swaptype) function
99 swapfunc(a, b, es, swaptype)
101 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsQuickSort.cpp52 static INLINE void swapfunc(char *, char *, int, int);
72 swapfunc(char *a, char *b, int n, int swaptype) function
86 swapfunc((char *)a, (char*)b, (int)es, swaptype)
88 #define vecswap(a, b, n) if ((n) > 0) swapfunc((char *)a, (char *)b, (int)n, swaptype)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxserver.h93 void (*swapfunc) (GLbyte * pc); member in struct:__anon7121
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxserver.h113 void (*swapfunc)(GLbyte *pc); member in struct:__anon7788
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h108 void (*swapfunc)(GLbyte *pc); member in struct:__anon8786
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h108 void (*swapfunc)(GLbyte *pc); member in struct:__anon9100
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h108 void (*swapfunc)(GLbyte *pc); member in struct:__anon9419
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h108 void (*swapfunc)(GLbyte *pc); member in struct:__anon4949
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h100 void (*swapfunc)(GLbyte *pc); member in struct:__anon5262
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxserver.h94 void (*swapfunc)(GLbyte *pc); member in struct:__anon5575
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxserver.h93 void (*swapfunc) (GLbyte * pc); member in struct:__anon5884
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h118 void (*swapfunc)(GLbyte *pc); member in struct:__anon4569
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h118 void (*swapfunc)(GLbyte *pc); member in struct:__anon4130

Completed in 406 milliseconds