HomeSort by relevance Sort by last modified time
    Searched refs:OUTRANGE (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/utils/
tidef.h 179 #ifndef OUTRANGE
181 * \def OUTRANGE
185 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high)))
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 184 #ifndef OUTRANGE
186 * \def OUTRANGE
190 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high)))
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h     [all...]

Completed in 213 milliseconds