HomeSort by: relevance | last modified time | path
    Searched defs:dst_offset (Results 1 - 25 of 29) sorted by relevancy

1 2

  /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/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/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/include/uapi/drm/
qxl_drm.h 77 __u64 dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
  /src/sys/external/bsd/ena-com/
ena_eth_com.c 85 u32 dst_offset; local
88 dst_offset = dst_tail_mask * llq_info->desc_list_entry_size;
96 ENA_MEMCPY_TO_DEVICE_64(io_sq->desc_addr.pbuf_dev_addr + dst_offset,
  /src/external/gpl3/gdb/dist/gdb/python/
py-utils.c 572 size_t dst_offset = 0;
612 if ((dst_offset > 0 || src[src_offset] != '\n'))
614 dst[dst_offset] = src[src_offset];
615 ++dst_offset;
624 while (dst_offset > 1 && dst[dst_offset - 1] == '\n')
625 --dst_offset;
626 dst[dst_offset] = '\0';
571 size_t dst_offset = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-utils.c 543 size_t dst_offset = 0;
583 if ((dst_offset > 0 || src[src_offset] != '\n'))
585 dst[dst_offset] = src[src_offset];
586 ++dst_offset;
595 while (dst_offset > 1 && dst[dst_offset - 1] == '\n')
596 --dst_offset;
597 dst[dst_offset] = '\0';
542 size_t dst_offset = 0; local
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 2372 u64 src_offset, dst_offset; local
2390 dst_offset = tex->offset;
2422 r600_blit_copy(dev, src_offset, dst_offset, pass_size);
2428 dst_offset += pass_size;
  /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/sys/external/bsd/drm2/dist/drm/radeon/
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_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...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_stdu.c 585 u32 src_offset, dst_offset; local
600 dst_offset = ddirty->top * dst_pitch + ddirty->left * stdu->cpp;
610 swap(src_offset, dst_offset);
613 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch,
1302 u32 src_offset, dst_offset; local
1317 dst_offset = bb->y1 * dst_pitch + bb->x1 * stdu->cpp;
1324 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, src_bo,
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1382 ulong_t src_offset, dst_offset; local
1391 &dst_offset, &dst_name);
1393 if (src_offset != dst_offset)
  /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/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 2701 int dst_offset = first_time ? 0 : 4;
2704 int dst_inc_amount = dst_offset + bytes - 4;
2721 my_operands[1] = GEN_INT (dst_offset);
2732 dst_offset += 2;
2745 my_operands[1] = GEN_INT (dst_offset);
2677 int dst_offset = first_time ? 0 : 4; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 2699 int dst_offset = first_time ? 0 : 4;
2702 int dst_inc_amount = dst_offset + bytes - 4;
2719 my_operands[1] = GEN_INT (dst_offset);
2730 dst_offset += 2;
2743 my_operands[1] = GEN_INT (dst_offset);
2675 int dst_offset = first_time ? 0 : 4; local
  /src/external/gpl3/gdb/dist/gdb/
value.c 1210 value::contents_copy_raw (struct value *dst, LONGEST dst_offset,
1230 gdb_assert (dst->bytes_available (dst_offset, length));
1231 gdb_assert (!dst->bits_any_optimized_out (TARGET_CHAR_BIT * dst_offset,
1239 = dst->contents_all_raw ().slice (dst_offset * unit_size,
1248 dst_bit_offset = dst_offset * unit_size * HOST_CHAR_BIT;
1277 LONGEST dst_offset = dst_bit_offset / TARGET_CHAR_BIT;
1279 gdb_assert (dst->bytes_available (dst_offset, length));
1298 value::contents_copy (struct value *dst, LONGEST dst_offset,
1304 contents_copy_raw (dst, dst_offset, src_offset, length);
3797 LONGEST dst_offset = TARGET_CHAR_BIT * v->embedded_offset ()
1276 LONGEST dst_offset = dst_bit_offset \/ TARGET_CHAR_BIT; local
3789 LONGEST dst_offset = TARGET_CHAR_BIT * v->embedded_offset (); local
4163 int dst_offset = 0; local
4212 int dst_offset = 0; local
    [all...]
aarch64-tdep.c 3224 int dst_offset = chunks * offsets.chunk_size;
3225 za_value->contents_copy (result, dst_offset, src_offset,
3223 int dst_offset = chunks * offsets.chunk_size; local
  /src/external/gpl3/gdb.old/dist/gdb/
value.c 1210 value::contents_copy_raw (struct value *dst, LONGEST dst_offset,
1230 gdb_assert (dst->bytes_available (dst_offset, length));
1231 gdb_assert (!dst->bits_any_optimized_out (TARGET_CHAR_BIT * dst_offset,
1239 = dst->contents_all_raw ().slice (dst_offset * unit_size,
1248 dst_bit_offset = dst_offset * unit_size * HOST_CHAR_BIT;
1277 LONGEST dst_offset = dst_bit_offset / TARGET_CHAR_BIT;
1279 gdb_assert (dst->bytes_available (dst_offset, length));
1298 value::contents_copy (struct value *dst, LONGEST dst_offset,
1304 contents_copy_raw (dst, dst_offset, src_offset, length);
3756 LONGEST dst_offset = TARGET_CHAR_BIT * v->embedded_offset ()
1276 LONGEST dst_offset = dst_bit_offset \/ TARGET_CHAR_BIT; local
3748 LONGEST dst_offset = TARGET_CHAR_BIT * v->embedded_offset (); local
4117 int dst_offset = 0; local
4166 int dst_offset = 0; local
    [all...]
aarch64-tdep.c 3224 int dst_offset = chunks * offsets.chunk_size;
3225 za_value->contents_copy (result, dst_offset, src_offset,
3223 int dst_offset = chunks * offsets.chunk_size; local
  /src/external/gpl3/gcc/dist/libgomp/
target.c 4488 size_t dst_offset, size_t src_offset,
4495 memcpy ((char *) dst + dst_offset, (char *) src + src_offset, length);
4502 (char *) dst + dst_offset,
4511 (char *) dst + dst_offset,
4520 (char *) dst + dst_offset,
4529 omp_target_memcpy (void *dst, const void *src, size_t length, size_t dst_offset,
4539 ret = omp_target_memcpy_copy (dst, src, length, dst_offset, src_offset,
4550 size_t dst_offset; member in struct:__anon14466
4560 if (omp_target_memcpy_copy (a->dst, a->src, a->length, a->dst_offset,
4567 size_t dst_offset, size_t src_offset
    [all...]

Completed in 82 milliseconds

1 2