Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 2 of 2) sorted by relevance

/libevent-2.1.12/
H A Devent_tagging.c207 int shift = 0, done = 0; in decode_tag_internal() local
220 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()
H A DChangeLog28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
1896 extra shift. Needs benchmarking (d1cee3b)