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

/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dfile_magic.t37 hdrsize => 18,
51 hdrsize => 19,
65 hdrsize => 11,
77 hdrsize => 13,
91 hdrsize => 5,
103 hdrsize => 14,
118 hdrsize => 6,
131 hdrsize => 15,
148 hdrsize => 15,
164 hdrsize
[all...]
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dgmon_io.c664 int i, hdrsize;
672 hdrsize = 0;
683 hdrsize = GMON_HDRSIZE_BSD44_32;
687 hdrsize = GMON_HDRSIZE_BSD44_64;
697 hdrsize = GMON_HDRSIZE_OLDBSD_32;
701 hdrsize = GMON_HDRSIZE_OLDBSD_64;
715 || gmon_io_write_32 (ofp, hist_num_bins * sizeof (UNIT) + hdrsize))
663 int i, hdrsize; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dgmon_io.c639 unsigned int i, hdrsize;
647 hdrsize = 0;
658 hdrsize = GMON_HDRSIZE_BSD44_32;
662 hdrsize = GMON_HDRSIZE_BSD44_64;
672 hdrsize = GMON_HDRSIZE_OLDBSD_32;
676 hdrsize = GMON_HDRSIZE_OLDBSD_64;
690 || gmon_io_write_32 (ofp, hist_num_bins * sizeof (UNIT) + hdrsize))
638 unsigned int i, hdrsize; local
/openbsd-current/lib/libc/db/hash/
H A Dhash.c98 int bpages, hdrsize, new_table, nsegs, save_errno; local
135 hdrsize = read(hashp->fp, &hashp->hdr, sizeof(HASHHDR));
139 if (hdrsize == -1)
141 if (hdrsize != sizeof(HASHHDR))
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h184 uint16_t hdrsize = 0; member in struct:ObjectFilePECOFF::coff_header
H A DObjectFilePECOFF.cpp455 if (m_coff_header.hdrsize > 0)
593 coff_header.hdrsize = data.GetU16(offset_ptr);
603 const lldb::offset_t end_offset = *offset_ptr + m_coff_header.hdrsize;
1208 if (m_coff_header.hdrsize)
1262 s->Printf(" hdrsize = 0x%4.4x\n", header.hdrsize);
/openbsd-current/sys/dev/pci/
H A Dif_bnxt.c1423 uint16_t hdrsize; local
1430 hdrsize = sizeof(*ext.eh);
1432 hdrsize += ext.iphlen;
1436 hdrsize += ext.tcphlen;
1437 txhi->hdr_size = htole16(hdrsize / 2);
1442 paylen = m->m_pkthdr.len - hdrsize;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm207 $info{hdrsize} = $buflen - length($buf);
1097 =item C<hdrsize>
/openbsd-current/sys/dev/ic/
H A Dqwx.c7401 uint32_t type, size, hdrsize; local
7414 hdrsize = sizeof(*v1);
7424 hdrsize = sizeof(*v2);
7440 m_adj(m, hdrsize);
7447 m_adj(m, hdrsize);

Completed in 384 milliseconds