Searched refs:file_end (Results 1 - 9 of 9) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dfile.c387 int file_end = i_size_read(inode) >> msblk->block_log; local
396 if (index < file_end || squashfs_i(inode)->fragment_block ==
408 bytes = index == file_end ?
/external/boringssl/src/crypto/perlasm/
H A Dx86masm.pl126 sub ::file_end
H A Dx86nasm.pl133 sub ::file_end
H A Dx86asm.pl257 { &file_end();
H A Dx86gas.pl165 sub ::file_end
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
553 if (file_end < filesz_offset)
555 file_end = filesz_offset;
557 contiguous = file_end;
/external/libpng/contrib/tools/
H A Dpngfix.c989 file_end(struct file *file) function
3533 return file_end(&control->file);
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c1003 int file_end = inode->data / block_size; local
1036 block->size = i == file_end ? inode->data & (block_size - 1) :
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c6554 static bool file_end(void *closure, const void *hd, upb_status *status) { function
7038 upb_handlers_setendmsg(h, &file_end, NULL);

Completed in 254 milliseconds