Searched refs:beg (Results 1 – 3 of 3) sorted by relevance
682 uInt beg = s->pending; /* start of bytes to update crc */ local686 if (s->gzhead->hcrc && s->pending > beg)687 strm->adler = crc32(strm->adler, s->pending_buf + beg,688 s->pending - beg);690 beg = s->pending;697 if (s->gzhead->hcrc && s->pending > beg)698 strm->adler = crc32(strm->adler, s->pending_buf + beg,699 s->pending - beg);710 uInt beg = s->pending; /* start of bytes to update crc */ local715 if (s->gzhead->hcrc && s->pending > beg)[all …]
76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local111 beg = out - (start - strm->avail_out); in inflate_fast()195 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
131 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local135 ubifs_assert(end > beg); in ubifs_search_zbranch()137 while (end > beg) { in ubifs_search_zbranch()138 mid = (beg + end) >> 1; in ubifs_search_zbranch()141 beg = mid + 1; in ubifs_search_zbranch()