Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp267 size_t cur_offset = 0; in MakeEnregisteredLocationExpressionForComposite() local
272 if (cur_offset < offset_loc.first) { in MakeEnregisteredLocationExpressionForComposite()
274 stream.PutULEB128(offset_loc.first - cur_offset); in MakeEnregisteredLocationExpressionForComposite()
275 cur_offset = offset_loc.first; in MakeEnregisteredLocationExpressionForComposite()
288 cur_offset = offset_loc.first + offset_to_size[offset_loc.first]; in MakeEnregisteredLocationExpressionForComposite()
294 if (total_size > cur_offset) { in MakeEnregisteredLocationExpressionForComposite()
296 stream.PutULEB128(total_size - cur_offset); in MakeEnregisteredLocationExpressionForComposite()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp364 int32_t cur_offset = ivar.m_offset; in GetTypeBitSize() local
365 if (cur_offset > max_offset) { in GetTypeBitSize()
366 max_offset = cur_offset; in GetTypeBitSize()
/openbsd-src/sys/dev/x86emu/
H A Dx86emu.h154 uint32_t cur_offset; member
H A Dx86emu.c985 emu->cur_offset = decode_rl_address(emu); in decode_and_fetch_byte()
986 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte()
997 emu->cur_offset = decode_rl_address(emu) + disp; in decode_and_fetch_word_disp()
999 emu->cur_offset &= 0xffff; in decode_and_fetch_word_disp()
1000 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_disp()
1011 emu->cur_offset = decode_rl_address(emu) + disp; in decode_and_fetch_long_disp()
1013 emu->cur_offset &= 0xffff; in decode_and_fetch_long_disp()
1014 return fetch_data_long(emu, emu->cur_offset); in decode_and_fetch_long_disp()
1036 emu->cur_offset = decode_rl_address(emu); in decode_and_fetch_byte_imm8()
1038 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte_imm8()
[all...]
/openbsd-src/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h487 u8 cur_offset; member
/openbsd-src/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c700 drm_printf(p, "txmsg cur_offset=%x cur_len=%x seqno=%x state=%s path_msg=%d dst=%s\n", in drm_dp_mst_dump_sideband_msg_tx()
701 txmsg->cur_offset, txmsg->cur_len, txmsg->seqno, in drm_dp_mst_dump_sideband_msg_tx()
2817 len = txmsg->cur_len - txmsg->cur_offset; in process_single_tx_qlock()
2831 memcpy(&chunk[idx], &txmsg->msg[txmsg->cur_offset], tosend); in process_single_tx_qlock()
2847 txmsg->cur_offset += tosend; in process_single_tx_qlock()
2848 if (txmsg->cur_offset == txmsg->cur_len) { in process_single_tx_qlock()