Searched refs:IsACValid (Results 1 – 4 of 4) sorted by relevance
172 #define IsACValid(ac) ((ac >= 0 && ac <= 7) ? true : false) macro
326 if (!IsACValid(TID)) { in GetTs()
530 #define IsACValid(ac) ((ac<=7 )?true:false ) macro
343 if (!IsACValid(TID)) in GetTs()