Searched refs:oend (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 531 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 - COPYLENGTH) { in real_LZ4_uncompress() [all …]
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 306 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_50/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 370 \ 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 )
|