Home
last modified time | relevance | path

Searched refs:swapfunc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c29 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
43 swapfunc(a, b, es, swaptype); \
46 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmdsswap.c681 if (info->swapfunc) { in __glXSwapRender()
682 proc = info->swapfunc; in __glXSwapRender()
768 if (info->swapfunc) { in __glXSwapRenderLarge()
769 proc = info->swapfunc; in __glXSwapRenderLarge()
H A Dglxserver.h93 void (*swapfunc) (GLbyte * pc); member