Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A Dsimple.c172 #define SL_SWAP(a,b) {a^=b; b^=a; a^=b;} macro
201 SL_SWAP(x1, y1); in VGLLine()
202 SL_SWAP(x2, y2); in VGLLine()
203 SL_SWAP(dx, dy); in VGLLine()