Searched refs:OUTRANGE (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
H A Dtidef.h179 #ifndef OUTRANGE
181 * \def OUTRANGE
185 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high))) macro

Completed in 72 milliseconds