Lines Matching defs:start
43 /* remaining length where at d (the start of the integer encoding) */
92 int start = 7 + 7 + 7 + 7;
105 while (oid >> start == 0)
106 start -= 7;
108 while (start > 0 && *data_len > 0) {
111 byte = oid >> start;
112 oid = oid - (byte << start);
113 start -= 7;
288 * we're recoding, so move back to the start of the
388 * we're recoding, so move back to the start of the