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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 60 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 61 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro

Completed in 155 milliseconds