Home | History | Annotate | Download | only in android

Lines Matching defs:shift

336     int   shift = 4*ndigits;
339 while (shift >= 0) {
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
341 shift -= 4;