Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 9 of 9) 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.pl125 sub ::file_end
Dx86nasm.pl133 sub ::file_end
Dx86asm.pl257 { &file_end();
Dx86gas.pl165 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.c988 file_end(struct file *file) in file_end() function
3533 return file_end(&control->file); in control_end()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6554 static bool file_end(void *closure, const void *hd, upb_status *status) { in file_end() function
7038 upb_handlers_setendmsg(h, &file_end, NULL); in reghandlers()