Home
last modified time | relevance | path

Searched defs:oend (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dbitmaps.c165 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_inode_bitmap_end()
179 blk_t end, blk_t *oend) in ext2fs_fudge_block_bitmap_end()
188 blk64_t end, blk64_t *oend) in ext2fs_fudge_block_bitmap_end2()
Dgen_bitmap64.c363 __u64 end, __u64 *oend) in ext2fs_fudge_generic_bmap_end()
Dgen_bitmap.c290 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_generic_bitmap_end()
/external/lz4/programs/
Dframetest.c229 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
287 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
449 BYTE* const oend = op + LZ4F_compressFrameBound(srcDataLength, NULL); in fuzzerTests() local
485 BYTE* const oend = op + srcDataLength; in fuzzerTests() local
/external/lz4/lib/
Dlz4hc.c293 BYTE* oend) in LZ4HC_encodeSequence()
348 BYTE* const oend = op + maxOutputSize; in LZ4HC_compress_generic() local
Dlz4.c962 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local