| 212 | } |
| 213 | |
| 214 | inline U32 xEntERIsExtended(const xEntMotion* motion) |
| 215 | { |
| 216 | return motion->t >= motion->er.et && motion->t < motion->er.brt; |
| 217 | } |
| 218 | |
| 219 | inline U32 xEntERIsRetracting(const xEntMotion* motion) |
| 220 | { |
no outgoing calls
no test coverage detected