HomeSort by relevance Sort by last modified time
    Searched full:byte_offset (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/lldb/scripts/Python/interface/
SBType.i 53 __swig_getmethods__["byte_offset"] = GetOffsetInBytes
54 if _newclass: byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in bytes for this member as an integer.''')
  /external/lldb/www/python_reference/
identifier-index-B.html 137 <td width="33%" class="link-index"><a href="lldb.SBTypeMember-class.html#byte_offset">byte_offset</a><br />
lldb.SBTypeMember-class.html 67 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#byte_offset" title="A read only property that returns offset in bytes for this member as an &#160;integer." alt="" coords="17,105,197,124"/>
456 <a href="lldb.SBTypeMember-class.html#byte_offset" class="summary-name">byte_offset</a><br />
662 <a name="byte_offset"></a>
667 <h3 class="epydoc">byte_offset</h3>
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.h 777 QuicStreamOffset byte_offset; member in struct:net::QuicRstStreamFrame
808 // byte_offset variable length, similar to stream frames.
811 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
822 QuicStreamOffset byte_offset; member in struct:net::QuicWindowUpdateFrame
    [all...]
quic_session.cc 219 frame.byte_offset);
262 "byte offset: " << frames[i].byte_offset;
264 flow_controller_->UpdateSendWindowOffset(frames[i].byte_offset)) {
quic_connection_logger.cc 182 dict->SetString("byte_offset", base::Uint64ToString(frame->byte_offset));
    [all...]
reliable_quic_stream_test.cc 415 window_update_1.byte_offset,
427 window_update_3.byte_offset,
quic_framer.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
    [all...]
  /external/chromium_org/v8/src/
objects-printer.cc 824 PrintF(out, "\n - byte_offset = ");
825 byte_offset()->ShortPrint(out);
840 PrintF(out, "\n - byte_offset = ");
841 byte_offset()->ShortPrint(out);
    [all...]
  /external/jpeg/
jdhuff.c 579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
583 jset_input_stream_position_bit(cinfo, byte_offset,
877 int byte_offset, int bit_left, INT32 buf)
884 jset_input_stream_position(cinfo, byte_offset);
jpegint.h 416 int byte_offset, int bit_left, INT32 buf));
jdphuff.c 695 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
699 jset_input_stream_position_bit(cinfo, byte_offset,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
583 jset_input_stream_position_bit(cinfo, byte_offset,
877 int byte_offset, int bit_left, INT32 buf)
884 jset_input_stream_position(cinfo, byte_offset);
jpegint.h 416 int byte_offset, int bit_left, INT32 buf));
jdphuff.c 716 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
720 jset_input_stream_position_bit(cinfo, byte_offset,
  /art/runtime/gc/allocator/
rosalloc.h 358 size_t byte_offset = reinterpret_cast<const byte*>(addr) - base_;
359 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0));
360 return byte_offset / kPageSize;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_emit.c 1174 GLuint byte_offset = arg.nr * 32 + arg.subnr + offset * reg_size; local
1212 GLuint byte_offset = base.nr * 32 + base.subnr; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 1174 GLuint byte_offset = arg.nr * 32 + arg.subnr + offset * reg_size; local
1212 GLuint byte_offset = base.nr * 32 + base.subnr; local
    [all...]
  /external/chromium_org/skia/ext/
convolver_mips_dspr2.cc 243 int byte_offset; local
361 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
467 [offset] "+r" (byte_offset), [fy] "+r" (filter_y), [cnt] "+r" (cnt),
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 303 QuicStreamOffset byte_offset));
  /external/e2fsprogs/misc/
findsuper.c 189 printf(_("byte_offset byte_start byte_end fs_blocks blksz grp last_mount_time sb_uuid label\n"));
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.h 81 size_t end_reg_offset = reg_info.byte_offset + reg_info.byte_size;
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 662 Elf32_Addr byte_offset = relocation->r_offset - section_start; local
663 Elf32_Off* target = reinterpret_cast<Elf32_Off*>(area + byte_offset);
672 target = reinterpret_cast<Elf32_Off*>(area + byte_offset);
    [all...]

Completed in 1475 milliseconds

1 23 4 5