Searched refs:QUEUE_S (Results 1 – 1 of 1) sorted by relevance
2358 #define QUEUE_S 0 macro2360 #define QUEUE_V(x) ((x) << QUEUE_S)2361 #define QUEUE_G(x) (((x) >> QUEUE_S) & QUEUE_M)