Home | History | Annotate | Download | only in spdy

Lines Matching defs:shift

133     int shift = (8 * (len - (i + 1)));
134 unsigned char val_chunk = (val >> shift) & 0x0FF;