| /src/contrib/jemalloc/src/ ! |
| H A D | cache_bin.c | 42 size_t *cur_offset) { in cache_bin_preincrement() argument 53 *(uintptr_t *)((uintptr_t)alloc + *cur_offset) = in cache_bin_preincrement() 55 *cur_offset += sizeof(void *); in cache_bin_preincrement() 60 size_t *cur_offset) { in cache_bin_postincrement() argument 61 *(uintptr_t *)((uintptr_t)alloc + *cur_offset) = in cache_bin_postincrement() 63 *cur_offset += sizeof(void *); in cache_bin_postincrement() 68 size_t *cur_offset) { in cache_bin_init() argument 74 void *stack_cur = (void *)((uintptr_t)alloc + *cur_offset); in cache_bin_init() 78 *cur_offset += bin_stack_size; in cache_bin_init() 79 void *empty_position = (void *)((uintptr_t)alloc + *cur_offset); in cache_bin_init()
|
| H A D | tcache.c | 670 size_t cur_offset = 0; in tcache_init() local 672 &cur_offset); in tcache_init() 682 &cur_offset); in tcache_init() 702 &cur_offset); in tcache_init() 704 assert(cur_offset == tcache_bin_alloc_size); in tcache_init()
|
| H A D | arena.c | 1782 uint32_t cur_offset = (uint32_t)offsetof(arena_t, bins); in arena_boot() local 1784 arena_bin_offsets[i] = cur_offset; in arena_boot() 1786 cur_offset += (uint32_t)(bin_infos[i].n_shards * sizeof(bin_t)); in arena_boot()
|
| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ ! |
| H A D | cache_bin.h | 657 void *alloc, size_t *cur_offset); 659 void *alloc, size_t *cur_offset); 661 size_t *cur_offset);
|
| /src/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()
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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()
|
| /src/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;
|
| /src/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()
|
| /src/sys/ofed/drivers/infiniband/ulp/sdp/ ! |
| H A D | sdp.h | 218 int cur_offset; member
|