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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
tracebuf_api.h 63 #define tb_min(x,y) (((x)<(y)) ? (x) : (y)) macro
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
tracebuf_api.h 63 #define tb_min(x,y) (((x)<(y)) ? (x) : (y)) macro
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 162 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)
207 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 162 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)
207 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)

Completed in 56 milliseconds