Home
last modified time | relevance | path

Searched refs:m_offset (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h188 return m_offset; in get_bit_offset()
194 && m_offset == other.m_offset
201 : m_base_region (base_region), m_offset (offset), m_is_symbolic (is_symbolic) in region_offset()
205 bit_offset_t m_offset; variable
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp144 header.m_offset = ENDIAN_LITTLE_TO_HOST_U32(header.m_offset); in readSectionTable()
316 m_stream.seekg(sizeOfCipherBlocks(header.m_offset), std::ios_base::beg); in readSection()
H A Dsbtool.cpp564 …et: %d block%s (%d bytes)\n", header.m_offset, header.m_offset!=1?"s":"", sizeOfCipherBlocks(h… in dumpSectionHeader()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h772 m_fn (fn), m_type_bit_size (type_bit_size), m_offset (0) {} in hsa_internal_fn()
776 m_offset (f->m_offset) {} in hsa_internal_fn()
795 BrigCodeOffset32_t m_offset; variable
H A Dhsa-brig.c712 int_fn->m_offset = brig_code.total_size; in emit_function_directives()
1666 gcc_assert (slot->m_offset > 0); in emit_call_insn()
1667 call->m_func.m_directive_offset = slot->m_offset; in emit_call_insn()
H A Dexpr.c1046 HOST_WIDE_INT m_offset; variable
1090 m_offset = m_reverse ? len : 0; in op_by_pieces_d()
1130 m_offset -= size; in run()
1132 to1 = m_to.adjust (mode, m_offset); in run()
1133 from1 = m_from.adjust (mode, m_offset); in run()
1144 m_offset += size; in run()
1220 --m_offset; in finish_retmode()
1222 return m_to.adjust (QImode, m_offset); in finish_retmode()
1307 --m_offset; in finish_retmode()
1309 return m_to.adjust (QImode, m_offset); in finish_retmode()
/netbsd-src/usr.bin/mail/
H A Dfio.c115 mp->m_offset = blkoffsetof(offset); in message_init()
360 if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput()
H A Dmime_decode.c89 mip->mp->m_block, mip->mp->m_offset, mip->mp->m_size,
287 mp->m_offset = offset; in salloc_message()
332 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset); in split_multipart()
420 this_mp = salloc_message(top_mp->m_flag, top_mp->m_block, top_mp->m_offset); in split_message()
H A Dedit.c193 mp->m_offset = blkoffsetof(size); in edit1()
H A Ddef.h142 short m_offset; /* offset in block of message */ member
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp1128 header.m_offset = 0; in fillSectionHeader()
1135 header.m_offset = ENDIAN_HOST_TO_LITTLE_U32(m_image->getSectionOffset(this)); in fillSectionHeader()
H A DEncoreBootImage.h193 uint32_t m_offset; //!< Offset to section data from start of image in blocks. member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc1132 HOST_WIDE_INT m_offset; member in op_by_pieces_d
1187 m_offset = m_reverse ? len : 0; in op_by_pieces_d()
1288 m_offset -= size; in run()
1290 to1 = m_to.adjust (mode, m_offset, &to_prev); in run()
1293 from1 = m_from.adjust (mode, m_offset, &from_prev); in run()
1306 m_offset += size; in run()
1330 m_offset += gap; in run()
1332 m_offset -= gap; in run()
1415 --m_offset; in finish_retmode()
1417 return m_to.adjust (QImode, m_offset); in finish_retmode()
[all …]