| 70 | } |
| 71 | |
| 72 | static inline bool isTargetInFlags(int target, unsigned targetFlags) |
| 73 | { |
| 74 | return ((1 << target) & targetFlags) != 0; |
| 75 | } |
| 76 | |
| 77 | //////////////////////////////////////////////////////////////////////////////// |
| 78 | // transformations : packing unpacking |
no outgoing calls
no test coverage detected