Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c387 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readpage() local
396 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_readpage()
408 bytes = index == file_end ? in squashfs_readpage()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
553 if (file_end < filesz_offset) in dwfl_segment_report_module()
555 file_end = filesz_offset; in dwfl_segment_report_module()
557 contiguous = file_end; in dwfl_segment_report_module()
/external/boringssl/src/crypto/perlasm/
Dx86masm.pl119 sub ::file_end
Dx86nasm.pl126 sub ::file_end
Dx86asm.pl237 { &file_end();
Dx86gas.pl158 sub ::file_end
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1003 int file_end = inode->data / block_size; in write_file() local
1036 block->size = i == file_end ? inode->data & (block_size - 1) : in write_file()
/external/libpng/contrib/tools/
Dpngfix.c989 file_end(struct file *file) in file_end() function
3533 return file_end(&control->file); in control_end()