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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.cpp 81 #define RB_MIN(x, y) ((x) < (y)?(x):(y))
245 cur_copy_len = RB_MIN((rbc->each_buf_size - rbc->cur_wr_buf_idx),
380 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx),
388 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx),
  /external/libevent/WIN32-Code/
tree.h 669 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF)
673 for ((x) = RB_MIN(name, head); \

Completed in 171 milliseconds