Home
last modified time | relevance | path

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

/RevoEX-2.4/build/demos/mpdsdemo/include/
Dball.h166 int bound = 0; in UpdateBalls() local
181 bound |= (1 << i); in UpdateBalls()
190 bound |= (1 << i); in UpdateBalls()
196 if ((bound & (1 << i)) == 0) in UpdateBalls()
208 BOOL target_bound = ((bound & (1 << j)) != 0); in UpdateBalls()
235 bound |= (1 << j); in UpdateBalls()
238 bound |= (1 << i); in UpdateBalls()