| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| log.h | 95 size_t dst_offset = 0; local 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); 97 dst_offset += malloc_vsnprintf(buf + dst_offset, 98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap); 99 dst_offset += malloc_snprintf(buf + dst_offset, 100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n");
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| log.h | 95 size_t dst_offset = 0; local 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); 97 dst_offset += malloc_vsnprintf(buf + dst_offset, 98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap); 99 dst_offset += malloc_snprintf(buf + dst_offset, 100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n");
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| log.h | 95 size_t dst_offset = 0; local 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); 97 dst_offset += malloc_vsnprintf(buf + dst_offset, 98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap); 99 dst_offset += malloc_snprintf(buf + dst_offset, 100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n");
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| log.h | 95 size_t dst_offset = 0; local 96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); 97 dst_offset += malloc_vsnprintf(buf + dst_offset, 98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap); 99 dst_offset += malloc_snprintf(buf + dst_offset, 100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n");
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_rv770_dma.c | 39 * @dst_offset: dst GPU address 48 uint64_t src_offset, uint64_t dst_offset, 80 radeon_ring_write(ring, dst_offset & 0xfffffffc); 82 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); 85 dst_offset += cur_size_in_dw * 4;
|
| radeon_evergreen_dma.c | 104 * @dst_offset: dst GPU address 114 uint64_t dst_offset, 146 radeon_ring_write(ring, dst_offset & 0xfffffffc); 148 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); 151 dst_offset += cur_size_in_dw * 4;
|
| radeon_si_dma.c | 228 * @dst_offset: dst GPU address 237 uint64_t src_offset, uint64_t dst_offset, 269 radeon_ring_write(ring, lower_32_bits(dst_offset)); 271 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff); 274 dst_offset += cur_size_in_bytes;
|
| radeon_evergreen_cs.c | 2833 u64 src_offset, dst_offset, dst2_offset; local 2858 dst_offset = radeon_get_ib_value(p, idx+1); 2859 dst_offset <<= 8; 2866 dst_offset = radeon_get_ib_value(p, idx+1); 2867 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32; 2877 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2879 dst_offset, radeon_bo_size(dst_reloc->robj)); 2900 dst_offset = radeon_get_ib_value(p, idx+1); 2901 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+3) & 0xff)) << 32; 2907 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) [all...] |
| radeon_r600_dma.c | 440 * @dst_offset: dst GPU address 449 uint64_t src_offset, uint64_t dst_offset, 481 radeon_ring_write(ring, dst_offset & 0xfffffffc); 483 radeon_ring_write(ring, (((upper_32_bits(dst_offset) & 0xff) << 16) | 486 dst_offset += cur_size_in_dw * 4;
|
| radeon_r600_cs.c | 2386 u64 src_offset, dst_offset; local 2409 dst_offset = radeon_get_ib_value(p, idx+1); 2410 dst_offset <<= 8; 2415 dst_offset = radeon_get_ib_value(p, idx+1); 2416 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+2) & 0xff)) << 32; 2422 if ((dst_offset + (count * 4)) > radeon_bo_size(dst_reloc->robj)) { 2424 dst_offset + (count * 4), radeon_bo_size(dst_reloc->robj)); 2448 dst_offset = radeon_get_ib_value(p, idx+5); 2449 dst_offset |= ((u64)(radeon_get_ib_value(p, idx+6) & 0xff)) << 32; 2459 dst_offset = radeon_get_ib_value(p, idx+1) [all...] |
| radeon_r200.c | 90 uint64_t dst_offset, 120 radeon_ring_write(ring, dst_offset); 123 dst_offset += cur_size;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_sdma.h | 93 uint64_t dst_offset, 108 uint64_t dst_offset,
|
| amdgpu_ttm.h | 103 uint64_t dst_offset, uint32_t byte_count,
|
| amdgpu_sdma_v2_4.c | 1199 * @dst_offset: dst GPU address 1208 uint64_t dst_offset, 1217 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset); 1218 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset); 1226 * @dst_offset: dst GPU address 1233 uint64_t dst_offset, 1237 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset); 1238 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
|
| amdgpu_si_dma.c | 773 * @dst_offset: dst GPU address 782 uint64_t dst_offset, 787 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset); 789 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset) & 0xff; 798 * @dst_offset: dst GPU address 805 uint64_t dst_offset, 810 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset); 812 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset) << 16;
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_ioctl.c | 82 uint32_t dst_offset; member in struct:qxl_reloc_info 97 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK); 98 *(uint64_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = qxl_bo_physical_address(qdev, 113 reloc_page = qxl_bo_kmap_atomic_page(qdev, info->dst_bo, info->dst_offset & PAGE_MASK); 114 *(uint32_t *)(reloc_page + (info->dst_offset & ~PAGE_MASK)) = id; 237 reloc_info[i].dst_offset = reloc.dst_offset; 240 reloc_info[i].dst_offset = reloc.dst_offset + release->release_offset;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_blit.c | 357 * @dst_offset: Destination copy start offset from start of bo. 362 u32 dst_offset, 370 u32 dst_page = dst_offset >> PAGE_SHIFT; 372 u32 dst_page_offset = dst_offset & ~PAGE_MASK; 420 dst_offset += copy_size; 431 * @dst_offset: Destination offset of blit start in bytes. 451 u32 dst_offset, u32 dst_stride, 461 u32 j, initial_line = dst_offset / dst_stride; 497 diff->line_offset = dst_offset % dst_stride; 498 ret = vmw_bo_cpu_blit_line(&d, dst_offset, src_offset, w) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_object_blt.c | 212 u64 src_offset, dst_offset; local 239 dst_offset = dst->node.start; 250 *cmd++ = lower_32_bits(dst_offset); 251 *cmd++ = upper_32_bits(dst_offset); 261 *cmd++ = lower_32_bits(dst_offset); 262 *cmd++ = upper_32_bits(dst_offset); 271 *cmd++ = dst_offset; 280 dst_offset += size;
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| qxl_drm.h | 77 __u64 dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_bo.c | 877 u64 dst_offset = mem->vma[1].addr; local 892 OUT_RING (chan, upper_32_bits(dst_offset)); 893 OUT_RING (chan, lower_32_bits(dst_offset)); 903 dst_offset += (PAGE_SIZE * line_count); 915 u64 dst_offset = mem->vma[1].addr; local 928 OUT_RING (chan, upper_32_bits(dst_offset)); 929 OUT_RING (chan, lower_32_bits(dst_offset)); 942 dst_offset += (PAGE_SIZE * line_count); 954 u64 dst_offset = mem->vma[1].addr; local 969 OUT_RING (chan, upper_32_bits(dst_offset)); 1045 u64 dst_offset = mem->vma[1].addr; local 1139 u32 dst_offset = new_reg->start << PAGE_SHIFT; local [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| hsa_ext_image.h | 885 * @param[in] dst_offset Pointer to the offset within the destination 900 * NULL, @p dst_offset is NULL, or @p range is NULL. 907 const hsa_dim3_t* dst_offset, 1302 const hsa_dim3_t* dst_offset, 1373 const hsa_dim3_t* dst_offset,
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_uc_fw.c | 438 static int uc_fw_xfer(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) 458 intel_uncore_write_fw(uncore, DMA_ADDR_1_LOW, dst_offset); 490 * @dst_offset: destination offset 497 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) 514 err = uc_fw_xfer(uc_fw, dst_offset, dma_flags);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-z80.c | 2176 expressionS dst_offset; local 2194 dst_offset = *dst; 2195 dst_offset.X_op = O_symbol; 2196 dst_offset.X_add_number = 0; 2197 emit_byte (& dst_offset, BFD_RELOC_Z80_DISP8); 2208 expressionS dst_offset; local 2246 dst_offset = *dst; 2247 dst_offset.X_op = O_symbol; 2248 dst_offset.X_add_number = 0; 2249 emit_byte (& dst_offset, BFD_RELOC_Z80_DISP8) 2277 expressionS dst_offset; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z80.c | 2201 expressionS dst_offset; local 2219 dst_offset = *dst; 2220 dst_offset.X_op = O_symbol; 2221 dst_offset.X_add_number = 0; 2222 emit_byte (& dst_offset, BFD_RELOC_Z80_DISP8); 2233 expressionS dst_offset; local 2271 dst_offset = *dst; 2272 dst_offset.X_op = O_symbol; 2273 dst_offset.X_add_number = 0; 2274 emit_byte (& dst_offset, BFD_RELOC_Z80_DISP8) 2302 expressionS dst_offset; local [all...] |
| /src/sys/arch/amiga/dev/ |
| grf_rt.c | 1303 u_long src_offset, dst_offset; 1322 dst_offset = op->dst_x + op->dst_y * gp->g_display.gd_fbwidth; 1331 if (src_offset < dst_offset) 1335 dst_offset += tot; 1340 dst_bank_lo = (dst_offset >> 6) & 0xff; 1341 dst_bank_hi = (dst_offset >> 14) & 0xff; 1350 if (src_offset < dst_offset)
|