Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/fs/zfs/
H A Dlz4.c531 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local
588 (length >> 8) > oend) in LZ4_compressCtx()
638 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx()
681 oend) in LZ4_compressCtx()
726 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx() local
781 (length >> 8) > oend) in LZ4_compress64kCtx()
831 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compress64kCtx()
874 oend) in LZ4_compress64kCtx()
940 BYTE *const oend = op + osize; in real_LZ4_uncompress() local
966 if unlikely(cpy > oend in real_LZ4_uncompress()
1057 BYTE *const oend = op + maxOutputSize; LZ4_uncompress_unknownOutputSize() local
[all...]
/titanic_51/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()
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c211 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
232 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()
234 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
299 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()
300 if (cpy > oend) in LZ4_uncompress_unknownOutputSize()
306 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
310 if (op == oend) in LZ4_uncompress_unknownOutputSize()
/titanic_51/usr/src/common/ficl/softcore/
H A Dlz4.c508 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() local
565 (length >> 8) > oend) in LZ4_compressCtx()
615 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx()
658 oend) in LZ4_compressCtx()
703 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compress64kCtx() local
758 (length >> 8) > oend) in LZ4_compress64kCtx()
808 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compress64kCtx()
851 oend) in LZ4_compress64kCtx()
918 BYTE *const oend = op + maxOutputSize; in LZ4_uncompress_unknownOutputSize() local
945 if ((cpy > oend in LZ4_uncompress_unknownOutputSize()
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c299 * oend and nend are end+1 pointers to ends of arrays.
305 better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) in better() argument
316 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;}); 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()
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregnexec.c306 better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) in better() argument
317 …" %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfst… in better()
319 return DEBUG_TEST(0x8000,(os < oend),(0)); in better()
320 if (os >= oend) in better()
384 _better(Env_t* env, Pos_t* os, Pos_t* ns, Pos_t* oend, Pos_t* nend, int level) in _better() argument
389 i = better(env, os, ns, oend, nend, 0); in _better()
/titanic_51/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth370 \ if cpy > oend - COPYLENGTH
371 4 pick COPYLENGTH - ( dest_end s_buf ref op cpy oend-COPYLENGTH )
372 2dup > if ( dest_end s_buf ref op cpy oend-COPYLENGTH )
373 swap ( dest_end s_buf ref op oend-COPYLENGTH cpy )
377 then ( dest_end s_buf ref op oend-COPYLENGTH cpy )
379 >r ( dest_end s_buf ref op oend-COPYLENGTH R: dest s_end cpy )
380 -rot swap ( dest_end s_buf oend-COPYLENGTH op ref )
381 lz4_copy ( dest_end s_buf oend-COPYLENGTH op ref )