Searched refs:swapfunc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_qsort.c | 29 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 D | glxcmdsswap.c | 681 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 D | glxserver.h | 93 void (*swapfunc) (GLbyte * pc); member
|