HomeSort by: relevance | last modified time | path
    Searched refs:next_offset (Results 1 - 22 of 22) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
normalize_table.h 29 unsigned short next_offset; member in struct:canon_node
normalize.c 242 _wind_canon_next_table[c->next_offset + i - c->next_start];
  /src/crypto/external/bsd/heimdal/lib/libwind/
normalize_table.h 27 unsigned short next_offset; member in struct:canon_node
  /src/external/gpl3/gcc/dist/gcc/analyzer/
record-layout.cc 103 /* Subroutine of ctor. Add padding item to NEXT_OFFSET if necessary. */
106 record_layout::maybe_pad_to (bit_offset_t next_offset)
113 if (next_offset > offset_after_last_item)
116 = next_offset - offset_after_last_item;
record-layout.h 84 void maybe_pad_to (bit_offset_t next_offset);
access-diagram.cc 1069 const region_offset &next_offset = vec_boundaries[idx + 1]; local
1070 m_table_x_for_prev_offset[next_offset] = table_x;
1072 = access_range (offset, next_offset, mgr);
2094 Each table column represents the range [offset, next_offset).
kf.cc 1977 const svalue *next_offset variable
1998 str_sval, next_offset);
  /src/libexec/ld.elf_so/
tls.c 422 size_t offset, next_offset; local
438 next_offset = offset + obj->tlssize;
443 next_offset = offset;
461 if (next_offset > _rtld_tls_static_space) {
474 _rtld_tls_static_offset, next_offset));
475 _rtld_tls_static_offset = next_offset;
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_info.c 149 uint64_t next_offset; local
200 next_offset = offset + length;
202 dbg->dbg_info_off = next_offset;
204 dbg->dbg_types_off = next_offset;
238 cu->cu_next_offset = next_offset;
265 offset = next_offset;
libdwarf_die.c 108 int dwarf_size, uint64_t offset, uint64_t next_offset, Dwarf_Die *ret_die,
123 while (offset < next_offset && offset < ds->ds_size) {
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c 1047 off_t next_offset)
1079 * next_offset specifies the record that follows the to-be-overwritten
1127 if (next_offset < 0)
1129 myname, (long) next_offset);
1131 (long) next_offset);
1133 msg_info("%s: write PTR %ld", myname, (long) next_offset);
1177 off_t next_offset; local
1224 next_offset = -1;
1226 if ((next_offset = vstream_ftell(state->dst)) < 0) {
1233 old_rec_buf, next_offset);
1248 off_t next_offset; local
1320 off_t next_offset; local
    [all...]
  /src/sys/dev/pci/qat/
qat_hw15reg.h 586 uint8_t next_offset; member in struct:fw_la_cipher_req_params
617 uint8_t next_offset; member in struct:fw_la_auth_req_params
  /src/external/gpl3/gcc/dist/gcc/
edit-context.cc 779 int next_offset = next_column - 1; local
782 gcc_assert (next_offset >= 0);
788 if (next_offset >= (m_len + 1))
791 size_t victim_len = next_offset - start_offset;
797 char *suffix = m_content + next_offset;
varasm.cc 5736 HOST_WIDE_INT next_offset = byte_relative_ebitpos;
5756 if (next_offset / BITS_PER_UNIT != local->total_bytes)
5767 if (next_offset / BITS_PER_UNIT != local->total_bytes)
5769 gcc_assert (next_offset / BITS_PER_UNIT >= local->total_bytes);
5770 assemble_zeros (next_offset / BITS_PER_UNIT - local->total_bytes);
5771 local->total_bytes = next_offset / BITS_PER_UNIT;
5788 temp_state.bit_offset = next_offset % BITS_PER_UNIT;
5799 while (next_offset < end_offset)
5804 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT;
5805 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT
5711 HOST_WIDE_INT next_offset = byte_relative_ebitpos; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
edit-context.cc 767 int next_offset = next_column - 1; local
770 gcc_assert (next_offset >= 0);
776 if (next_offset >= (m_len + 1))
779 size_t victim_len = next_offset - start_offset;
785 char *suffix = m_content + next_offset;
varasm.cc 5636 HOST_WIDE_INT next_offset = byte_relative_ebitpos;
5656 if (next_offset / BITS_PER_UNIT != local->total_bytes)
5667 if (next_offset / BITS_PER_UNIT != local->total_bytes)
5669 gcc_assert (next_offset / BITS_PER_UNIT >= local->total_bytes);
5670 assemble_zeros (next_offset / BITS_PER_UNIT - local->total_bytes);
5671 local->total_bytes = next_offset / BITS_PER_UNIT;
5688 temp_state.bit_offset = next_offset % BITS_PER_UNIT;
5699 while (next_offset < end_offset)
5704 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT;
5705 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT
5611 HOST_WIDE_INT next_offset = byte_relative_ebitpos; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/
chacha-armv8-sve.pl 248 my $next_offset = $offset + 1;
253 &load_regs($next_offset, @_);
256 addvl $inp,$inp,$next_offset
270 my $next_offset = $offset + 1;
275 &store_regs($next_offset, @_);
278 addvl $outp,$outp,$next_offset
  /src/usr.sbin/pstat/
pstat.c 762 int numvnodes, next_offset; local
769 KGET(V_NEXT_OFFSET, next_offset);
787 KGET2((char *)vp + next_offset, &vp, sizeof(vp), "nvp");
  /src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py 155 next_offset = self.fdt.next_property_offset(offset)
156 self.assertTrue(next_offset > offset)
157 offset = next_offset
  /src/usr.sbin/fstyp/
hammer_disk.h 393 hammer_off_t next_offset; /* zone-X offset for allocation */ member in struct:hammer_blockmap
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 12180 int next_offset;
12256 next_offset = cfun_frame_layout.f8_offset;
12262 offset + next_offset, i);
12266 next_offset += 8;
12274 next_offset = cfun_frame_layout.f4_offset;
12281 offset + next_offset, i);
12285 next_offset += 8;
12288 next_offset += 8;
12179 int next_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 11663 int next_offset;
11739 next_offset = cfun_frame_layout.f8_offset;
11745 offset + next_offset, i);
11749 next_offset += 8;
11757 next_offset = cfun_frame_layout.f4_offset;
11764 offset + next_offset, i);
11768 next_offset += 8;
11771 next_offset += 8;
11662 int next_offset; local

Completed in 78 milliseconds