HomeSort by: relevance | last modified time | path
    Searched refs:Swap (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
step.c 96 static void Swap(void)
128 Swap();
141 Swap();
151 printf(" s swap\n");
  /xsrc/external/mit/glu/dist/src/libtess/
geom.c 201 #define Swap(a,b) do { GLUvertex *t = a; a = b; b = t; } while (0)
221 if( ! VertLeq( o1, d1 )) { Swap( o1, d1 ); }
222 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); }
223 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
244 if( ! TransLeq( o1, d1 )) { Swap( o1, d1 ); }
245 if( ! TransLeq( o2, d2 )) { Swap( o2, d2 ); }
246 if( ! TransLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
priorityq.c 89 #define Swap(a,b) do{PQkey *tmp = *a; *a = *b; *b = tmp;}while(0)
137 Swap( i, j );
139 Swap( i, j ); /* Undo last swap */
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
shadowmap.c 185 #define Swap( a, b ) tmp = a; a = b; b = tmp
186 Swap( m[1], m[4] );
187 Swap( m[2], m[8] );
188 Swap( m[3], m[12] );
189 Swap( m[6], m[9] );
190 Swap( m[7], m[13] );
191 Swap( m[11], m[14] );
192 #undef Swap
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
manywin.c 265 Swap(struct head *h)
302 Swap(h);
349 Swap(&Heads[i]);
382 printf(" -s = swap immediately after drawing (see src code)\n");
  /xsrc/external/mit/bitmap/dist/
BitmapP.h 187 #define Swap(x, y) {Position t; t = x; x = y; y = t;}
189 #define QuerySwap(x, y) if(x > y) Swap(x, y)

Completed in 12 milliseconds