HomeSort by relevance Sort by last modified time
    Searched defs:dst_offset (Results 26 - 48 of 48) sorted by null

12

  /external/valgrind/main/none/tests/s390x/
mvcl.c 175 uint32_t dst_offset, dst_len, src_offset, src_len; local
264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset)
265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len)
268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 52 uint64_t dst_offset; member in struct:drm_qxl_reloc
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 504 unsigned dst_offset = dst->offset; local
509 dst_offset += (dst->y0 * dst->pitch) + (dst->x0 * dst->cpp);
524 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
539 dst_offset += dst->pitch * lines;
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 211 int dst_offset = i * kDoubleSize + double_regs_offset; local
214 __ vstr(d0, r1, dst_offset);
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 217 int dst_offset = i * kDoubleSize + double_regs_offset; local
220 __ sdc1(f0, MemOperand(a1, dst_offset));
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 211 int dst_offset = i * kDoubleSize + double_regs_offset; local
212 __ popq(Operand(rbx, dst_offset));
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 72 uint64_t dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 504 unsigned dst_offset = dst->offset; local
509 dst_offset += (dst->y0 * dst->pitch) + (dst->x0 * dst->cpp);
524 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
539 dst_offset += dst->pitch * lines;
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 156 unsigned int src_offset, dst_offset; local
165 dst_offset = width * i + j;
167 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
169 dst_offset += width;
170 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
172 dst_offset += width;
177 dst_offset = width * i + j;
179 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
181 dst_offset += width;
182 memcpy(y_dst + dst_offset, y_src + src_offset, width - j)
243 unsigned int src_offset, dst_offset; local
327 unsigned int src_offset, dst_offset; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 586 unsigned dst_offset = lp_const_offset(dst_type); local
589 if (dst_offset > src_offset && src_type.width > dst_type.width) {
682 unsigned dst_offset = lp_const_offset(dst_type); local
694 if (dst_offset > src_offset) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local
181 untiled_s8z24_map[dst_offset/4] = tiled_s8z24_map[src_offset/4];
219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local
220 untiled_z16_map[dst_offset/2] = tiled_z16_map[src_offset/2];
369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); local
371 tiled_s8z24_map[dst_offset/4] = untiled_s8z24_map[src_offset/4];
402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); local
404 tiled_z16_map[dst_offset/2] = untiled_z16_map[src_offset/2];
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 292 int dst_offset = i * kDoubleSize + double_regs_offset; local
295 __ movsd(Operand(ebx, dst_offset), xmm0);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 586 unsigned dst_offset = lp_const_offset(dst_type); local
589 if (dst_offset > src_offset && src_type.width > dst_type.width) {
682 unsigned dst_offset = lp_const_offset(dst_type); local
694 if (dst_offset > src_offset) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local
181 untiled_s8z24_map[dst_offset/4] = tiled_s8z24_map[src_offset/4];
219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local
220 untiled_z16_map[dst_offset/2] = tiled_z16_map[src_offset/2];
369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); local
371 tiled_s8z24_map[dst_offset/4] = untiled_s8z24_map[src_offset/4];
402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); local
404 tiled_z16_map[dst_offset/2] = untiled_z16_map[src_offset/2];
  /external/chromium_org/base/third_party/nspr/
prtime.cc 533 int dst_offset = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_emit.c 2330 GLuint dst_offset = 0; local
    [all...]
brw_structs.h 911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon18039
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 2330 GLuint dst_offset = 0; local
    [all...]
brw_structs.h 911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon31598
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 606 if (static_cast<uint64_t>(glyf_table->dst_offset + glyf_table->dst_length) >
610 if (static_cast<uint64_t>(loca_table->dst_offset + loca_table->dst_length) >
615 dst + glyf_table->dst_offset, glyf_table->dst_length,
616 dst + loca_table->dst_offset, loca_table->dst_length);
645 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset;
652 uint8_t* table_data = dst + table->dst_offset;
778 uint64_t dst_offset = kSfntHeaderSize + local
790 table->dst_offset = dst_offset;
791 dst_offset += table->dst_length
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 138 uint32_t dst_offset; member in struct:__anon18629::Table
147 dst_offset(0),
716 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length >
720 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length >
725 dst + glyf_table->dst_offset, glyf_table->dst_length,
726 dst + loca_table->dst_offset, loca_table->dst_length);
755 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset;
756 if (adjustment_offset < head_table->dst_offset) {
765 uint8_t* table_data = dst + table->dst_offset;
913 uint64_t dst_offset = kSfntHeaderSize local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon17754
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon31313

Completed in 1798 milliseconds

12