Home
last modified time | relevance | path

Searched refs:blockend (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/fs/ext4/
Dext4fs.c84 int blockend = blocksize; in ext4fs_read_file() local
96 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
99 if (!blockend) in ext4fs_read_file()
100 blockend = blocksize; in ext4fs_read_file()
106 blockend -= skipfirst; in ext4fs_read_file()
113 delayed_extent += blockend; in ext4fs_read_file()
114 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
126 delayed_extent = blockend; in ext4fs_read_file()
130 (blockend >> log2blksz); in ext4fs_read_file()
135 delayed_extent = blockend; in ext4fs_read_file()
[all …]
Dext4_write.c786 int blockend = fs->blksz; in ext4fs_write_file() local
797 delayed_extent += blockend; in ext4fs_write_file()
798 delayed_next += blockend >> log2blksz; in ext4fs_write_file()
806 delayed_extent = blockend; in ext4fs_write_file()
809 (blockend >> log2blksz); in ext4fs_write_file()
814 delayed_extent = blockend; in ext4fs_write_file()
817 (blockend >> log2blksz); in ext4fs_write_file()
/external/zopfli/src/zopfli/
Dlz77.h72 size_t blockend; member
Ddeflate.c600 s.blockend = inend; in DeflateDynamicBlock()
652 s.blockend = inend; in DeflateFixedBlock()
780 s.blockend = inend; in DeflateSplittingLast()
Dblocksplitter.c298 s.blockend = inend; in ZopfliBlockSplit()
Dsqueeze.c537 s->blockend = inend; in ZopfliLZ77OptimalFixed()