HomeSort by relevance Sort by last modified time
    Searched refs:INRANGE (Results 1 - 3 of 3) 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)))
  /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...]

Completed in 74 milliseconds