Lines Matching refs:inptr
54 if (inptr + 2 > inend) \
55 return (inptr == inend \
58 if (get16u (inptr) == BOM) \
60 *inptrp = inptr += 2; \
61 else if (get16u (inptr) == BOM_OE) \
64 *inptrp = inptr += 2; \
201 uint32_t c = get32 (inptr); \
212 inptr += 4; \
266 inptr += 4; \
281 uint16_t u1 = get16 (inptr); \
291 inptr += 2; \
305 if (__glibc_unlikely (inptr + 4 > inend)) \
313 inptr += 2; \
314 u2 = bswap_16 (get16 (inptr)); \
319 inptr -= 2; \
324 inptr += 2; \
333 inptr += 2; \
345 if (__glibc_unlikely (inptr + 4 > inend)) \
353 inptr += 2; \
354 uint16_t u2 = get16 (inptr); \
359 inptr -= 2; \
364 inptr += 2; \