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

  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmwifi.c 35 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 56 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) macro
58 #define bcm_tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c))

Completed in 1547 milliseconds