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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 61 #define bcm_toupper(c) (bcm_islower((c)) ? ((c) + 'A' - 'a') : (c)) macro
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 783 (value = bcm_isdigit(*cp) ? *cp-'0' : bcm_toupper(*cp)-'A'+10) < base) {
    [all...]

Completed in 233 milliseconds