Searched refs:beg (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c683 uInt beg = s->pending; /* start of bytes to update crc */ local
687 if (s->gzhead->hcrc && s->pending > beg)
688 strm->adler = z_crc32(strm->adler, s->pending_buf + beg,
689 s->pending - beg);
691 beg = s->pending;
698 if (s->gzhead->hcrc && s->pending > beg)
699 strm->adler = z_crc32(strm->adler, s->pending_buf + beg,
700 s->pending - beg);
711 uInt beg = s->pending; /* start of bytes to update crc */ local
716 if (s->gzhead->hcrc && s->pending > beg)
742 uInt beg = s->pending; /* start of bytes to update crc */ local
[all...]
H A Dinffast.c111 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
138 beg = out - (start - strm->avail_out);
222 op = (unsigned)(out - beg); /* max distance in output */
/darwin-on-arm/xnu/libkern/zlib/intel/
H A DinffastS.s52 #define beg -76(%ebp) // beg = out - (start - strm->avail_out);
85 movl %eax, beg // beg = out - (start - strm->avail_out);
374 subl beg, %eax // eax = op = out - beg
695 #define beg -96(%rbp)
722 movq %rdx, beg // beg = out - (start - strm->avail_out);
910 subl beg,
[all...]

Completed in 23 milliseconds