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

  /bionic/libm/src/
s_lround.c 47 * that everything is in range. At compile time, INRANGE(x) should reduce to
52 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \
59 if (INRANGE(x)) {
  /hardware/ti/wlan/wl1271/utils/
tidef.h 170 #ifndef INRANGE
172 * \def INRANGE
176 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high)))
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 175 #ifndef INRANGE
177 * \def INRANGE
181 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high)))
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxCmdBit.c 103 (INRANGE((len), TEST_MOD_MIN_TX_BODYLEN, TEST_MOD_MAX_TX_BODYLEN) && \
107 INRANGE((p), TEST_MOD_LONG_PREAMBLE, TEST_MOD_SHORT_PREAMBLE)
237 if(!INRANGE(chID, minVal, maxVal))
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmdIE.c 112 (INRANGE((len), TEST_MOD_MIN_TX_BODYLEN, TEST_MOD_MAX_TX_BODYLEN) && \
116 INRANGE((p), TEST_MOD_LONG_PREAMBLE, TEST_MOD_SHORT_PREAMBLE)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmdIE.c 112 (INRANGE((len), TEST_MOD_MIN_TX_BODYLEN, TEST_MOD_MAX_TX_BODYLEN) && \
116 INRANGE((p), TEST_MOD_LONG_PREAMBLE, TEST_MOD_SHORT_PREAMBLE)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h     [all...]

Completed in 37 milliseconds