| 2287 | static inline int FORM_HANDLE(int counter, int slot) { return (((counter & 0xFFFFFF) << 8) | (slot & 0xFF)); } |
| 2288 | |
| 2289 | static inline int GET_SLOT(int handle) { return (handle & 0xFF); } |
| 2290 | |
| 2291 | int Osiris_timer_counter = 0; |
| 2292 |
no outgoing calls
no test coverage detected