Lines Matching refs:startp
45 const unsigned char *startp = valp;
72 if (unlikely ((size_t) (endp - startp) < 1))
78 if (unlikely ((size_t) (endp - startp) < 2))
84 if (unlikely ((size_t) (endp - startp) < 4))
92 result = u128 + (valp - startp);
98 (size_t) (endp - startp));
101 result = (size_t) (endstrp - startp) + 1;
115 result = valp - startp;
121 uleb128 encoding that FORM (which is valp - startp). */
127 result += valp - startp;
136 if (unlikely (result > (size_t) (endp - startp)))