Searched defs:oend (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 168 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_inode_bitmap_end() 182 blk_t end, blk_t *oend) in ext2fs_fudge_block_bitmap_end() 191 blk64_t end, blk64_t *oend) in ext2fs_fudge_block_bitmap_end2()
|
D | gen_bitmap64.c | 370 __u64 end, __u64 *oend) in ext2fs_fudge_generic_bmap_end()
|
D | gen_bitmap.c | 311 ext2_ino_t end, ext2_ino_t *oend) in ext2fs_fudge_generic_bitmap_end()
|
/external/lz4/tests/ |
D | frametest.c | 256 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local 336 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local 374 BYTE* const oend = ostart + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local 665 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local 830 …BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBuffe… in fuzzerTests() local 870 BYTE* const oend = op + srcDataLength; in fuzzerTests() local
|
/external/golang-protobuf/protoc-gen-go/generator/internal/remap/ |
D | remap.go | 67 func (m Map) add(opos, oend, npos, nend int) { argument
|
/external/u-boot/lib/ |
D | lz4.c | 87 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local
|
/external/bcc/src/cc/frontends/b/ |
D | scope.h | 66 typename vector<T*>::iterator oend() { return elems_ordered_.end(); } in oend() function
|
/external/u-boot/lib/zstd/ |
D | decompress.c | 870 size_t ZSTD_execSequenceLast7(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, cons… in ZSTD_execSequenceLast7() 997 size_t ZSTD_execSequence(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, const BYT… in ZSTD_execSequence() 1088 BYTE *const oend = ostart + maxDstSize; in ZSTD_decompressSequences() local 1253 size_t ZSTD_execSequenceLong(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, const… in ZSTD_execSequenceLong() 1343 BYTE *const oend = ostart + maxDstSize; in ZSTD_decompressSequencesLong() local 1560 BYTE *const oend = ostart + dstCapacity; in ZSTD_decompressFrame() local 2293 char *const oend = (char *)(output->dst) + output->size; in ZSTD_decompressStream() local
|
D | huf_decompress.c | 172 BYTE *const oend = op + dstSize; in HUF_decompress1X2_usingDTable_internal() local 226 BYTE *const oend = ostart + dstSize; in HUF_decompress4X2_usingDTable_internal() local 639 BYTE *const oend = ostart + dstSize; in HUF_decompress1X4_usingDTable_internal() local 685 BYTE *const oend = ostart + dstSize; in HUF_decompress4X4_usingDTable_internal() local
|
D | zstd_internal.h | 129 BYTE* const oend = op + length; in ZSTD_wildcopy() local
|
/external/lz4/lib/ |
D | lz4hc.c | 416 BYTE* oend) in LZ4HC_encodeSequence() 501 BYTE* oend = op + maxOutputSize; in LZ4HC_compress_hashChain() local 1175 BYTE* oend = op + dstCapacity; in LZ4HC_compress_optimal() local
|
D | lz4.c | 1421 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local
|