Searched refs:bytebuf (Results 1 – 2 of 2) sorted by relevance
381 unsigned char bytebuf[MAX_NEEDED_INPUT]; in SINGLE() local396 bytebuf[inlen] = state->__value.__wchb[inlen]; in SINGLE()411 bytebuf[inlen++] = *inptr++; in SINGLE()414 inptr = bytebuf; in SINGLE()416 inend = &bytebuf[inlen]; in SINGLE()445 bytebuf[inlen++] = *inptr++; in SINGLE()448 inptr = bytebuf; in SINGLE()449 inend = &bytebuf[inlen]; in SINGLE()461 if (__glibc_likely (inptr != bytebuf)) in SINGLE()464 assert (inptr - bytebuf > (state->__count & 7)); in SINGLE()[all …]
1134 bytebuf[0] = inmask[ntotal - 2]; \1139 bytebuf[ntotal] = 0x80 | (wch & 0x3f); \1144 bytebuf[0] |= wch; \
Completed in 37 milliseconds