Searched refs:this_shift (Results 1 – 1 of 1) sorted by relevance
390 int this_shift; in _rotate_left() local394 this_shift = min(shift - shifted, LOCAL_BUF_LEN); in _rotate_left()395 rotate_buf_a_little(buf, this_shift); in _rotate_left()396 shifted += this_shift; in _rotate_left()