Searched refs:shiftto (Results 1 – 1 of 1) sorted by relevance
692 int shiftto = 18; // pos of first byte of 4-byte atom in decode0() local702 if (shiftto == 6 && (sp == sl || src[sp++] != '=') || in decode0()703 shiftto == 18) { in decode0()716 bits |= (b << shiftto); in decode0()717 shiftto -= 6; in decode0()718 if (shiftto < 0) { in decode0()722 shiftto = 18; in decode0()727 if (shiftto == 6) { in decode0()729 } else if (shiftto == 0) { in decode0()732 } else if (shiftto == 12) { in decode0()