Searched refs:put (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c150 put = strm->next_out; \
161 strm->next_out = put; \
233 put = state->window; \
236 if (out(out_desc, put, left)) { \
279 unsigned char FAR *put; /* next output */ local
306 put = state->window;
367 zmemcpy(put, next, copy);
371 put += copy;
529 *put++ = (unsigned char)(state->length);
602 from = put
[all...]
H A Dinflate.c434 put = strm->next_out; \
445 strm->next_out = put; \
533 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
589 unsigned char FAR *put; /* next output */ local
855 zmemcpy(put, next, copy);
859 put += copy;
1089 from = put - state->offset;
1096 *put++ = *from++;
1102 *put++ = (unsigned char)(state->length);
1114 UPDATE(state->check, put
[all...]

Completed in 21 milliseconds