Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:bcm_isdigit

783 	       (value = bcm_isdigit(*cp) ? *cp-'0' : bcm_toupper(*cp)-'A'+10) < base) {