* Get the feature index related to the window number. * @param window_number The window to get the feature index from. * @return the feature index */
| 58 | * @return the feature index |
| 59 | */ |
| 60 | static inline uint GetFeatureIndex(uint window_number) |
| 61 | { |
| 62 | return GB(window_number, 0, 24); |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Get the window number for the inspect window given a |
no test coverage detected