Searched refs:cur_offset (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 267 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()
|
| /freebsd/sys/dev/drm2/ttm/ |
| H A D | ttm_bo_vm.c | 75 unsigned long cur_offset; in ttm_bo_vm_lookup_rb() local 81 cur_offset = bo->vm_node->start; in ttm_bo_vm_lookup_rb() 82 if (page_start >= cur_offset) { in ttm_bo_vm_lookup_rb() 84 if (page_start == cur_offset) in ttm_bo_vm_lookup_rb()
|
| /freebsd/sys/dev/nvme/ |
| H A D | nvme_ns.c | 380 uint64_t cur_offset; in nvme_construct_child_bios() local 395 cur_offset = bp->bio_offset; in nvme_construct_child_bios() 405 child->bio_offset = cur_offset; in nvme_construct_child_bios() 407 alignment - (cur_offset & (alignment - 1))); in nvme_construct_child_bios() 424 cur_offset += child->bio_bcount; in nvme_construct_child_bios()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 371 int32_t cur_offset = ivar.m_offset; in GetTypeBitSize() local 372 if (cur_offset > max_offset) { in GetTypeBitSize() 373 max_offset = cur_offset; in GetTypeBitSize()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_sa.c | 5494 len_to_go, cur_offset, desc){ \ argument 5500 cur_offset += desc_remain; \ 5504 cur_offset += cur_field_len; \ 5538 len_to_go, cur_offset, desc){ \ argument 5545 cur_offset += desc_remain; \ 5549 cur_offset += cur_field_len; \ 5567 int len_to_go, cur_offset; in safilldenstypesb() local 5588 cur_offset = sizeof(*hdr); in safilldenstypesb() 5603 dens_data =(struct scsi_density_data *)&buf[cur_offset]; in safilldenstypesb() 5611 &buf[cur_offset]; in safilldenstypesb() [all …]
|
| /freebsd/sys/contrib/x86emu/ |
| H A D | x86emu.h | 152 uint32_t cur_offset; member
|
| H A D | x86emu.c | 976 emu->cur_offset = decode_rl_address(emu); in decode_and_fetch_byte() 977 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte() 988 emu->cur_offset = decode_rl_address(emu) + disp; in decode_and_fetch_word_disp() 990 emu->cur_offset &= 0xffff; in decode_and_fetch_word_disp() 991 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_disp() 1002 emu->cur_offset = decode_rl_address(emu) + disp; in decode_and_fetch_long_disp() 1004 emu->cur_offset &= 0xffff; in decode_and_fetch_long_disp() 1005 return fetch_data_long(emu, emu->cur_offset); in decode_and_fetch_long_disp() 1027 emu->cur_offset = decode_rl_address(emu); in decode_and_fetch_byte_imm8() 1029 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte_imm8() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | init.c | 461 int max_offset, cur_offset; in mt7603_init_txpower() local 473 cur_offset = mt7603_txpower_signed(rate_power[i]); in mt7603_init_txpower() 474 max_offset = max(max_offset, cur_offset); in mt7603_init_txpower()
|
| /freebsd/usr.sbin/camdd/ |
| H A D | camdd.c | 2448 uint32_t cur_offset; local 2459 for (i = 0, cur_offset = 0; i < data->sg_count; i++) { 2461 &file_dev->tmp_buf[cur_offset], 2463 cur_offset += data->iovec[i].iov_len; 2465 db_len = cur_offset; 3013 uint32_t len_to_go, cur_offset; local 3048 cur_offset = indirect->offset + indirect->len; 3091 indirect->offset = cur_offset; 3092 indirect->start_ptr = rb_data->buf + cur_offset; 3102 cur_offset += indirect->len;
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 1237 off_t cur_offset; in ctl_be_block_dispatch_dev() local 1254 cur_offset = beio->io_offset; in ctl_be_block_dispatch_dev() 1272 bio->bio_offset = cur_offset; in ctl_be_block_dispatch_dev() 1275 bio->bio_pblkno = cur_offset / be_lun->cbe_lun.blocksize; in ctl_be_block_dispatch_dev() 1277 cur_offset += bio->bio_length; in ctl_be_block_dispatch_dev()
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp.h | 218 int cur_offset; member
|