Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:sl

5045     int32_t sl;
5059 sl = 8 * (4-align);
5068 t = (t >> sr) | (d << sl);
5093 k = (t >> sr) | (d << sl);
5112 case 0: h ^= (t >> sr) | (d << sl); h *= m;