Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c682 uInt beg = s->pending; /* start of bytes to update crc */ local
686 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 */ local
715 if (s->gzhead->hcrc && s->pending > beg)
[all …]
H A Dinffast.c76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
111 beg = out - (start - strm->avail_out); in inflate_fast()
195 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dtnc_misc.c131 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local
135 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()