Home
last modified time | relevance | path

Searched refs:iend (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/lz4/
H A Dlz4.c556 const BYTE *const iend = ip + isize; in LZ4_compressCtx() local
558 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compressCtx()
559 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx()
705 int lastRun = iend - anchor; in LZ4_compressCtx()
718 (void) memcpy(op, anchor, iend - anchor); in LZ4_compressCtx()
719 op += iend - anchor; in LZ4_compressCtx()
751 const BYTE *const iend = ip + isize; in LZ4_compress64kCtx() local
753 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compress64kCtx()
754 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx()
898 int lastRun = iend - anchor; in LZ4_compress64kCtx()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c192 const BYTE *const iend = ip + isize; in LZ4_uncompress_unknownOutputSize() local
202 while (ip < iend) { in LZ4_uncompress_unknownOutputSize()
210 while ((ip < iend) && (s == 255)) { in LZ4_uncompress_unknownOutputSize()
221 (ip + length > iend - COPYLENGTH)) { in LZ4_uncompress_unknownOutputSize()
228 if (ip + length > iend) in LZ4_uncompress_unknownOutputSize()
237 if (ip < iend) in LZ4_uncompress_unknownOutputSize()
259 while (ip < iend) { in LZ4_uncompress_unknownOutputSize()
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dnbyte_to_euc.c42 int istart, iend; member
414 st->iend = 0; in _cv_open()
440 st->iend = 0;
519 st->temp_ibuf[st->iend] = **inbuf;
520 st->iend++;
638 st->iend); in main()
653 st->iend); in main()
668 st->iend); in main()
695 st->iend); in main()
710 st->iend); in main()
[all …]
H A Dbyte_to_comb.c35 int istart, iend; member
120 if (st->istart >= st->iend) {
123 st->iend = 0;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c52 uint8_t *istart, *iend; /* ila */ in pmcs_firmware_update() local
148 iend = ddi_modsym(modhp, buf, &errno); in pmcs_firmware_update()
179 ila_verp = iend - PMCS_ILA_VER_OFFSET; in pmcs_firmware_update()
221 (uint32_t)((size_t)iend - (size_t)istart))) { in pmcs_firmware_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c716 int istart, iend, jstart, jend; in ctf_diff_pass1() local
719 iend = cds->cds_ifp->ctf_typemax; in ctf_diff_pass1()
722 iend += CTF_CHILD_START; in ctf_diff_pass1()
732 for (i = istart; i <= iend; i++) { in ctf_diff_pass1()