Home
last modified time | relevance | path

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

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