Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/wm/dataShare-Model/include/
Dball.h161 int bound = 0; in UpdateBalls() local
176 bound |= (1 << i); in UpdateBalls()
185 bound |= (1 << i); in UpdateBalls()
191 if ((bound & (1 << i)) == 0) in UpdateBalls()
203 BOOL target_bound = ((bound & (1 << j)) != 0); in UpdateBalls()
230 bound |= (1 << j); in UpdateBalls()
233 bound |= (1 << i); in UpdateBalls()