Searched refs:extsize (Results 1 – 9 of 9) sorted by relevance
1075 int extsize; in jrecord_data() local1112 extsize = jrec->jo->fifo.size >> 2; in jrecord_data()1113 if (extsize > bytes) in jrecord_data()1114 extsize = (bytes + 15) & ~15; in jrecord_data()1118 extsize, &pusheditout); in jrecord_data()1120 jrec->stream_reserved = extsize; in jrecord_data()1121 jrec->stream_residual = extsize; in jrecord_data()1126 jrec->stream_reserved += extsize; in jrecord_data()1127 jrec->stream_residual += extsize; in jrecord_data()
411 HPT_UINT extsize; member
372 HPT_UINT extsize; member
860 size_t extsize; in elf_write_relocs() local902 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()907 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()926 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
872 size_t extsize; in elf_write_relocs() local915 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()920 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()939 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
858 size_t extsize; in elf_write_relocs() local900 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()905 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()924 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
1635 int extsize __unused; in creat_f()1653 extsize = (random() % 10) + 1; in creat_f()1655 extsize = 0; in creat_f()1675 if (extsize && ioctl(fd, XFS_IOC_FSGETXATTR, &a) >= 0) { in creat_f()1678 geom.rtextsize * geom.blocksize * extsize; in creat_f()
882 section_size_type extsize = datasize - locsize; in base_read_symbols() local885 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols()
883 section_size_type extsize = datasize - locsize; in base_read_symbols() local886 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols()