Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDlz4.c480 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local
537 (length >> 8) > oend) in LZ4_compressCtx()
587 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx()
630 oend) in LZ4_compressCtx()
675 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx() local
730 (length >> 8) > oend) in LZ4_compress64kCtx()
780 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compress64kCtx()
823 oend) in LZ4_compress64kCtx()
892 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
916 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
[all …]
/NextBSD/sys/cddl/boot/zfs/
HDlz4.c210 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
231 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
233 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
298 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
299 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
305 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
309 if (op == oend) in LZ4_uncompress_unknownOutputSize()
/NextBSD/lib/libc/iconv/
HDcitrus_prop.c350 _citrus_prop_object_t ostart, oend; in _citrus_prop_parse_element() local
367 _citrus_prop_object_init(&oend, hint->type); in _citrus_prop_parse_element()
381 errnum = (*readers[hint->type])(ms, &oend); in _citrus_prop_parse_element()
395 hint->name, ostart.u._func_, oend.u._func_);\ in _citrus_prop_parse_element()
417 _citrus_prop_object_uninit(&oend); in _citrus_prop_parse_element()
/NextBSD/sys/geom/journal/
HDg_journal.c1475 off_t oend) in g_journal_read_find() argument
1484 cend = MIN(oend, bp->bio_offset + bp->bio_length); in g_journal_read_find()
1487 else if (cstart >= oend) { in g_journal_read_find()
1520 off_t oend) in g_journal_read_queue_find() argument
1527 cend = MIN(oend, bp->bio_offset + bp->bio_length); in g_journal_read_queue_find()
1530 else if (cstart >= oend) in g_journal_read_queue_find()
1565 off_t oend) in g_journal_read() argument
1571 GJ_DEBUG(3, "READ: (%jd, %jd)", ostart, oend); in g_journal_read()
1609 bp = g_journal_read_queue_find(&sc->sc_delayed_queue.queue, pbp, ostart, oend); in g_journal_read()
1611 bp = g_journal_read_find(head, sorted, pbp, ostart, oend); in g_journal_read()
[all …]
/NextBSD/sbin/sunlabel/
HDsunlabel.c262 uint64_t oend; in check_label() local
314 oend = ostart + sl->sl_part[j].sdkp_nsectors; in check_label()
315 if ((start <= ostart && end >= oend) || in check_label()
316 (start > ostart && start < oend) || in check_label()
317 (end > ostart && end < oend)) { in check_label()
/NextBSD/usr.sbin/pmcannotate/
HDpmcannotate.c679 uintptr_t tmppc, ostart, oend; in main() local
754 oend = (uintptr_t)hend; in main()
762 obj = entry_create(fname, tmppc, ostart, oend); in main()