Searched refs:shift (Results 1 – 2 of 2) sorted by relevance
207 int shift = 0, done = 0; in decode_tag_internal() local220 if (shift >= 28) { in decode_tag_internal()222 if (shift > 28) in decode_tag_internal()227 number |= (lower & (unsigned)0x7f) << shift; in decode_tag_internal()228 shift += 7; in decode_tag_internal()
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)1896 extra shift. Needs benchmarking (d1cee3b)