Searched refs:next_offset (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Dnormalize_table.h27 unsigned short next_offset; member in struct:canon_node
H A Dnormalize.c240 _wind_canon_next_table[c->next_offset + i - c->next_start];
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h33 const dw_offset_t next_offset,
H A DDWARFDebugInfo.cpp357 const dw_offset_t next_offset,
374 return next_offset;
506 const dw_offset_t next_offset,
637 return next_offset;
651 return next_offset;
749 const dw_offset_t next_offset,
776 return next_offset;
352 DWARFDebugInfo_ParseCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
501 DumpCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
744 FindCallbackString( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c209 apr_off_t next_offset; member in struct:svn_fs_fs__packed_number_stream_t
262 stream->start_offset = stream->next_offset;
269 &block_start, stream->next_offset,
277 block_left = stream->block_size - (stream->next_offset - block_start);
283 read = (apr_size_t)MIN(read, stream->stream_end - stream->next_offset);
339 stream->next_offset = stream->start_offset + i;
391 result->next_offset = result->stream_start;
430 || offset >= stream->next_offset)
434 stream->next_offset = file_offset;
1933 svn_fs_fs__p2l_proto_index_next_offset(apr_off_t *next_offset, argument
2265 apr_off_t next_offset; member in struct:p2l_page_info_baton_t
2438 get_p2l_page(apr_array_header_t **entries, svn_fs_fs__revision_file_t *rev_file, svn_fs_t *fs, svn_revnum_t start_revision, apr_off_t start_offset, apr_off_t next_offset, apr_off_t page_start, apr_uint64_t page_size, apr_pool_t *result_pool) argument
[all...]
H A Dindex.h124 svn_fs_fs__p2l_proto_index_next_offset(apr_off_t *next_offset,
H A Dpack.c1684 apr_off_t next_offset; local
1705 next_offset = 0;
1724 "%" APR_OFF_T_FMT "\n", next_offset));
1725 next_offset += finfo.size;
/freebsd-10-stable/lib/libdwarf/
H A Ddwarf_init.c471 uint64_t next_offset; local
514 next_offset = offset + length;
522 cu->cu_next_offset = next_offset;
549 while (offset < next_offset && offset < d->d_size) {
582 offset = next_offset;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.h164 svn_fs_x__p2l_proto_index_next_offset(apr_off_t *next_offset,
H A Dindex.c215 apr_off_t next_offset; member in struct:svn_fs_x__packed_number_stream_t
268 stream->start_offset = stream->next_offset;
275 &block_start, stream->next_offset,
283 block_left = stream->block_size - (stream->next_offset - block_start);
289 read = (apr_size_t)MIN(read, stream->stream_end - stream->next_offset);
345 stream->next_offset = stream->start_offset + i;
397 result->next_offset = result->stream_start;
436 || offset >= stream->next_offset)
440 stream->next_offset = file_offset;
2174 svn_fs_x__p2l_proto_index_next_offset(apr_off_t *next_offset, argument
2434 apr_off_t next_offset; member in struct:p2l_page_info_baton_t
2720 get_p2l_page(apr_array_header_t **entries, svn_fs_x__revision_file_t *rev_file, svn_fs_t *fs, svn_revnum_t start_revision, apr_off_t start_offset, apr_off_t next_offset, apr_off_t page_start, apr_uint64_t page_size, apr_pool_t *result_pool) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c4390 HOST_WIDE_INT next_offset = int_bit_position (field);
4392 = (next_offset + tree_low_cst (DECL_SIZE (field), 1));
4399 if (next_offset / BITS_PER_UNIT != total_bytes)
4410 if (next_offset / BITS_PER_UNIT != total_bytes)
4412 gcc_assert (next_offset / BITS_PER_UNIT >= total_bytes);
4413 assemble_zeros (next_offset / BITS_PER_UNIT - total_bytes);
4414 total_bytes = next_offset / BITS_PER_UNIT;
4425 /* next_offset is the offset n fbits from the beginning of
4429 while (next_offset < end_offset)
4434 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNI
4364 HOST_WIDE_INT next_offset = int_bit_position (field); local
[all...]
/freebsd-10-stable/contrib/gcc/config/s390/
H A Ds390.c7405 int next_offset;
7472 next_offset = cfun_frame_layout.f8_offset;
7478 offset + next_offset, i);
7479 next_offset += 8;
7487 next_offset = cfun_frame_layout.f4_offset;
7493 offset + next_offset, i);
7494 next_offset += 8;
7497 next_offset += 8;
7404 int next_offset; local

Completed in 308 milliseconds