Home | History | Annotate | Download | only in html

Lines Matching full:upper

803                     digit = (cc - 'A' + 10) & 0xF; // handle both upper and lower case without a branch