Searched refs:oend (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 196 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 D | lz4.c | 557 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local 614 (length >> 8) > oend) in LZ4_compressCtx() 664 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx() 707 oend) in LZ4_compressCtx() 752 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx() local 807 (length >> 8) > oend) in LZ4_compress64kCtx() 857 if unlikely(op + (1 + LASTLITERALS) + (len >> 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() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 305 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 D | elf.c | 1566 uintptr_t oend = base + *brksize; in mapelfexec() local 1582 if (oend > base) in mapelfexec() 1583 *brksize = oend - base; in mapelfexec()
|