Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c196 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
220 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
222 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
287 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
288 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
294 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
298 if (op == oend) in LZ4_uncompress_unknownOutputSize()
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c557 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local
614 (length >> 8) > oend) in LZ4_compressCtx()
707 oend) in LZ4_compressCtx()
807 (length >> 8) > oend) in LZ4_compress64kCtx()
900 oend) in LZ4_compress64kCtx()
976 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
1003 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
1005 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
1064 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
1065 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c305 better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) in better() argument
316 …" %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfst… in better()
318 return DEBUG_TEST(0x8000,(os < oend),(0)); in better()
319 if (os >= oend) in better()
383 _better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) in _better() argument
388 i = better(env, os, ns, oend, nend, 0); in _better()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1566 uintptr_t oend = base + *brksize; in mapelfexec() local
1582 if (oend > base) in mapelfexec()
1583 *brksize = oend - base; in mapelfexec()