Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dbitmaps.c165 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_inode_bitmap_end() argument
173 if (oend) in ext2fs_fudge_inode_bitmap_end()
174 *oend = tmp_oend; in ext2fs_fudge_inode_bitmap_end()
179 blk_t end, blk_t *oend) in ext2fs_fudge_block_bitmap_end() argument
184 end, oend)); in ext2fs_fudge_block_bitmap_end()
188 blk64_t end, blk64_t *oend) in ext2fs_fudge_block_bitmap_end2() argument
192 end, oend)); in ext2fs_fudge_block_bitmap_end2()
Dgen_bitmap64.c363 __u64 end, __u64 *oend) in ext2fs_fudge_generic_bmap_end() argument
374 if (oend) in ext2fs_fudge_generic_bmap_end()
375 *oend = tmp_oend; in ext2fs_fudge_generic_bmap_end()
384 if (oend) in ext2fs_fudge_generic_bmap_end()
385 *oend = bitmap->end; in ext2fs_fudge_generic_bmap_end()
Dgen_bitmap.c290 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_generic_bitmap_end() argument
296 if (oend) in ext2fs_fudge_generic_bitmap_end()
297 *oend = bitmap->end; in ext2fs_fudge_generic_bitmap_end()
Dext2fsP.h128 __u64 end, __u64 *oend);
Dext2fs.h760 ext2_ino_t end, ext2_ino_t *oend);
762 blk_t end, blk_t *oend);
764 blk64_t end, blk64_t *oend);
1162 ext2_ino_t *oend);
1199 __u64 end, __u64 *oend);
/external/lz4/programs/
Dframetest.c229 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
246 size_t oSize = oend-op; in basicTests()
287 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
300 size_t oSize = oend-op; in basicTests()
449 BYTE* const oend = op + LZ4F_compressFrameBound(srcDataLength, NULL); in fuzzerTests() local
451 result = LZ4F_compressBegin(cCtx, op, oend-op, prefsPtr); in fuzzerTests()
470 result = LZ4F_flush(cCtx, op, oend-op, &cOptions); in fuzzerTests()
475 result = LZ4F_compressEnd(cCtx, op, oend-op, &cOptions); in fuzzerTests()
485 BYTE* const oend = op + srcDataLength; in fuzzerTests() local
497 if (oSize > (size_t)(oend-op)) oSize = oend-op; in fuzzerTests()
/external/lz4/lib/
Dlz4.c962 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local
976 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()
1005 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()
1006 || ((!endOnInput) && (cpy>oend-COPYLENGTH))) in LZ4_decompress_generic()
1010 …if (cpy > oend) goto _output_error; /* Error : write attempt beyond end … in LZ4_decompress_generic()
1015 …if ((!endOnInput) && (cpy != oend)) goto _output_error; /* Error : block decoding must stop … in LZ4_decompress_generic()
1016 …if ((endOnInput) && ((ip+length != iend) || (cpy > oend))) goto _output_error; /* Error : input … in LZ4_decompress_generic()
1048 …if (unlikely(op+length > oend-LASTLITERALS)) goto _output_error; /* doesn't respect parsing rest… in LZ4_decompress_generic()
1093 if (unlikely(cpy>oend-12)) in LZ4_decompress_generic()
1095 …if (cpy > oend-LASTLITERALS) goto _output_error; /* Error : last LASTLITERALS bytes must be lit… in LZ4_decompress_generic()
[all …]
Dlz4hc.c293 BYTE* oend) in LZ4HC_encodeSequence() argument
305 …if ((limitedOutputBuffer) && ((*op + (length>>8) + length + (2 + 1 + LASTLITERALS)) > oend)) retur… in LZ4HC_encodeSequence()
318 …if ((limitedOutputBuffer) && (*op + (length>>8) + (1 + LASTLITERALS) > oend)) return 1; /* Check… in LZ4HC_encodeSequence()
348 BYTE* const oend = op + maxOutputSize; in LZ4HC_compress_generic() local
387 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
441 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
443 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0; in LZ4HC_compress_generic()
465 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
506 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_generic()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo1051 …e_inode_bitmap_end (ext2fs_inode_bitmap @var{bitmap}, ext2_ino_t @var{end}, ext2_ino_t *@var{oend})
1054 …xt2fs_fudge_block_bitmap_end (ext2fs_block_bitmap @var{bitmap}, blk_t @var{end}, blk_t *@var{oend})