Searched defs:oend (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c196 BYTE *const oend = op + maxOutputSize; local
220 if ((cpy > oend - COPYLENGTH) ||
222 if (cpy > oend)
287 if (cpy > oend - COPYLENGTH) {
288 if (cpy > oend)
294 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
298 if (op == oend)
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c211 BYTE *const oend = op + maxOutputSize; local
232 if ((cpy > oend - COPYLENGTH) ||
234 if (cpy > oend)
299 if (cpy > oend - COPYLENGTH) {
300 if (cpy > oend)
306 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH));
310 if (op == oend)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c300 * oend and nend are end+1 pointers to ends of arrays.
306 better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) argument
317 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n");},{0;});
319 return DEBUG_TEST(0x8000,(os < oend),(0));
320 if (os >= oend)
384 _better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) argument
389 i = better(env, os, ns, oend, nend, 0);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c508 const BYTE *const oend = (BYTE *) dest + osize; local
565 (length >> 8) > oend)
615 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
658 oend)
703 const BYTE *const oend = (BYTE *) dest + osize; local
758 (length >> 8) > oend)
808 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
851 oend)
918 BYTE *const oend = op + maxOutputSize; local
945 if ((cpy > oend
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c531 const BYTE *const oend = (BYTE *) dest + osize; local
588 (length >> 8) > oend)
638 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
681 oend)
726 const BYTE *const oend = (BYTE *) dest + osize; local
781 (length >> 8) > oend)
831 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
874 oend)
940 BYTE *const oend = op + osize; local
966 if unlikely(cpy > oend
1057 BYTE *const oend = op + maxOutputSize; local
[all...]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1465 uintptr_t oend = base + *brksize; local
1481 if (oend > base)
1482 *brksize = oend - base;

Completed in 112 milliseconds