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

1 23 4

  /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);
jdphuff.c 716 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
720 jset_input_stream_position_bit(cinfo, byte_offset,
jpegint.h 416 int byte_offset, int bit_left, INT32 buf));
  /external/chromium_org/net/quic/
quic_protocol.h 784 QuicStreamOffset byte_offset; member in struct:net::QuicRstStreamFrame
815 // byte_offset variable length, similar to stream frames.
818 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
829 QuicStreamOffset byte_offset; member in struct:net::QuicWindowUpdateFrame
    [all...]
quic_session.cc 219 frame.byte_offset);
262 "byte offset: " << frames[i].byte_offset;
263 if (flow_controller_->UpdateSendWindowOffset(frames[i].byte_offset)) {
reliable_quic_stream.cc 214 MaybeIncreaseHighestReceivedOffset(frame.byte_offset);
482 if (flow_controller_.UpdateSendWindowOffset(frame.byte_offset)) {
reliable_quic_stream_test.cc 413 window_update_1.byte_offset,
425 window_update_3.byte_offset,
quic_connection.h 293 QuicStreamOffset byte_offset);
    [all...]
quic_framer.cc     [all...]
quic_connection.cc 768 << frame.stream_id << " with byte offset: " << frame.byte_offset;
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_i386.cpp 250 return g_register_infos[reg].byte_offset;
325 if (g_register_infos[reg].byte_offset == offset)
  /external/chromium_org/v8/src/
objects-debug.cc 817 VerifyPointer(byte_offset());
818 CHECK(byte_offset()->IsSmi() || byte_offset()->IsHeapNumber()
819 || byte_offset()->IsUndefined());
    [all...]
objects-printer.cc 755 os << "\n - byte_offset = " << Brief(byte_offset());
767 os << "\n - byte_offset = " << Brief(byte_offset());
    [all...]
runtime.cc 981 size_t byte_offset = 0; local
1336 size_t byte_offset = 0; local
1380 size_t byte_offset = 0; local
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteRegisterContext.h 81 size_t end_reg_offset = reg_info.byte_offset + reg_info.byte_size;
  /external/jpeg/
jdphuff.c 695 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE; local
699 jset_input_stream_position_bit(cinfo, byte_offset,
jpegint.h 416 int byte_offset, int bit_left, INT32 buf));
jpeglib.h 642 // |--- byte_offset ---|- bit_left -|
    [all...]
  /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/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/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/chromium_org/v8/include/
v8.h     [all...]
  /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/net/quic/test_tools/
quic_test_utils.h 306 QuicStreamOffset byte_offset));

Completed in 2061 milliseconds

1 23 4