HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 226 - 250 of 2066) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/ia64/
Grbs.c 203 unw_word_t n, src_mask, dst_mask, bsp, *dst, src_rnat, dst_rnat = 0; local
247 dst = dirty_partition;
259 "bsp=0x%lx, dst=0x%p\n", (unsigned long) nregs,
260 (unsigned long) bsp, dst);
283 if (unlikely (rse_is_rnat_slot ((unw_word_t) dst)))
285 *dst++ = dst_rnat;
290 dst_mask = ((unw_word_t) 1) << rse_slot_num ((unw_word_t) dst);
298 if ((ret = ia64_get (c, rbs_loc (rbs, bsp), dst)) < 0)
304 ++dst;
306 if (unlikely (rse_is_rnat_slot ((unw_word_t) dst)))
    [all...]
Gregs.c 296 unw_word_t *src, *dst; local
306 dst = (unw_word_t *) &tmp;
308 ++src, ++dst;
309 *dst = *src;
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 19 uint8_t *dst, int dst_pitch, int w, int h,
27 uint8_t *dst_ptr1 = dst - extend_left;
28 uint8_t *dst_ptr2 = dst + w;
42 src_ptr1 = dst - extend_left;
43 src_ptr2 = dst + dst_pitch * (h - 1) - extend_left;
44 dst_ptr1 = dst + dst_pitch * (-extend_top) - extend_left;
45 dst_ptr2 = dst + dst_pitch * (h)-extend_left;
66 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); local
71 uint16_t *dst_ptr1 = dst - extend_left;
72 uint16_t *dst_ptr2 = dst + w
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_aa_point.c 218 struct tgsi_full_dst_register *dst = &inst->Dst[i]; local
219 if (dst->Register.File == TGSI_FILE_OUTPUT &&
220 dst->Register.Index == ts->color_out) {
221 dst->Register.File = TGSI_FILE_TEMPORARY;
222 dst->Register.Index = ts->color_tmp;
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim_restart.c 84 uint16_t *dst = (uint16_t *) dst_map; local
87 dst[i] = (src[i] == restart_index) ? 0xffff : src[i];
92 uint16_t *dst = (uint16_t *) dst_map; local
95 dst[i] = (src[i] == restart_index) ? 0xffff : src[i];
100 uint32_t *dst = (uint32_t *) dst_map; local
105 dst[i] = (src[i] == restart_index) ? 0xffffffff : src[i];
u_video.h 120 uint8_t *dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; local
125 dst[x+offset] = src[x>>1];
127 dst += stride;
134 ubyte *dst,
144 memcpy(dst, src_0, width);
145 dst += dst_stride;
155 dst[j] = src_1[j/2];
158 dst[j] = src_2[j/2];
162 dst += dst_stride;
179 uint8_t *dst = (uint8_t *)destination_data[0] + destination_pitches[0] * src_field local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_cs.c 92 uint32_t *dst = (uint32_t *) sh->kernel; local
97 dst[i + 0] = src[i + 3];
98 dst[i + 1] = src[i + 2];
99 dst[i + 2] = src[i + 1];
100 dst[i + 3] = src[i + 0];
103 memcpy(dst, src, 16);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 51 struct pipe_resource *dst = NULL; local
54 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER,
56 if (!dst)
59 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &transfer);
67 *out_buf = dst;
74 if (dst)
75 pipe->screen->resource_destroy(pipe->screen, dst);
svga_draw_elements.c 76 struct pipe_resource *dst = NULL; local
95 * to the dst buffer in the translate() call.
101 dst = pipe_buffer_create(pipe->screen,
103 if (!dst)
110 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer);
119 *out_buf = dst;
125 pipe_resource_reference(&src_sbuf->translated_indices.buffer, dst);
142 if (dst)
143 pipe->screen->resource_destroy(pipe->screen, dst);
svga_pipe_misc.c 112 struct pipe_framebuffer_state *dst = &svga->curr.framebuffer; local
120 dst->width = fb->width;
121 dst->height = fb->height;
122 dst->nr_cbufs = fb->nr_cbufs;
127 for (i = 0; i < dst->nr_cbufs; i++) {
129 if (dst->cbufs[i] && dst->cbufs[i] != s) {
130 if (svga_surface_needs_propagation(dst->cbufs[i])) {
131 svga_propagate_surface(svga, dst->cbufs[i]);
163 util_copy_framebuffer_state(dst, fb)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Convert.h 436 float dst; local
439 dst = *(float*)&srgb8Table[src];
446 dst = (float)src / (float)((1 << FormatTraits<SrcFormat>::GetBPC(comp)) - 1);
451 dst = (float)src * scale;
454 dstPixel[FormatTraits<SrcFormat>::swizzle(comp)] = dst;
461 float dst; local
464 dst = -1.0f;
471 dst = (float)((int8_t)src);
474 dst = (float)((int16_t)src);
477 dst = (float)((int32_t)src)
491 uint32_t dst = (uint32_t)src; local
497 int dst; local
519 float dst; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
stateblock9.c 122 /* Copy state marked changed in @mask from @src to @dst.
123 * If @apply is false, updating dst->changed can be omitted.
128 struct nine_state *dst,
130 struct nine_state *mask, /* aliases either src or dst */
138 dst->changed.group |= mask->changed.group;
141 dst->viewport = src->viewport;
143 dst->scissor = src->scissor;
146 nine_bind(&dst->vs, src->vs);
148 nine_bind(&dst->ps, src->ps);
164 memcpy(&dst->vs_const_f[r->bgn * 4]
512 struct nine_state *dst = &This->state; local
534 struct nine_state *dst = &device->state; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_register_coalesce.cpp 51 fs_reg dst = inst->dst; local
53 if (!dst.equals(inst->src[i])) {
56 dst.offset += (i < inst->header_size ? REG_SIZE :
57 inst->exec_size * dst.stride *
62 return inst->dst.equals(inst->src[0]);
79 inst->dst.file != VGRF ||
80 inst->dst.type != inst->src[0].type) {
85 v->alloc.sizes[inst->dst.nr])
141 if (regions_overlap(scan_inst->dst, scan_inst->size_written
    [all...]
gen7_cs_state.c 256 unsigned dst = local
260 for ( ; src < prog_data->nr_params; src++, dst++) {
262 param[dst] = *prog_data->param[src];
265 param[dst] = thread_id;
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 83 fi_type *dst = exec->vtx.copied.buffer; local
92 memcpy( dst+i*sz, src+(nr-ovf+i)*sz, sz * sizeof(GLfloat) );
97 memcpy( dst+i*sz, src+(nr-ovf+i)*sz, sz * sizeof(GLfloat) );
102 memcpy( dst+i*sz, src+(nr-ovf+i)*sz, sz * sizeof(GLfloat) );
109 memcpy( dst, src+(nr-1)*sz, sz * sizeof(GLfloat) );
131 memcpy( dst, src+0, sz * sizeof(GLfloat) );
135 memcpy( dst, src+0, sz * sizeof(GLfloat) );
136 memcpy( dst+sz, src+(nr-1)*sz, sz * sizeof(GLfloat) );
158 memcpy( dst+i*sz, src+(nr-ovf+i)*sz, sz * sizeof(GLfloat) );
  /external/opencv/cvaux/src/
cvlines.cpp 46 uchar * dst, int *dst_num, CvSize src_size, CvPoint start, CvPoint end )
52 if( !src || !dst || (src_size.width | src_size.height) < 0 ||
85 for( i = dx; i >= 0; i -= 2, dst += 3 )
89 dst[0] = src[0];
90 dst[1] = src[1];
91 dst[2] = src[2];
108 for( i = dy; i >= 0; i -= 2, dst += 3 )
112 dst[0] = src[0];
113 dst[1] = src[1];
114 dst[2] = src[2]
323 uchar *src = img, *dst = img + img_step; local
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 215 CvRect dst = RectToCvRect( *pDstRect ); local
217 if( roi.width == dst.width && roi.height == dst.height )
219 Show( hDCDst, dst.x, dst.y, dst.width, dst.height, roi.x, roi.y );
223 if( roi.width > dst.width )
240 dst.x, dst.y, dst.width, dst.height
    [all...]
  /external/protobuf/src/google/protobuf/util/
field_mask_util_test.cc 339 TestAllTypes src, dst; local
349 dst.Clear(); \
350 FieldMaskUtil::MergeMessageTo(src, mask, options, &dst); \
351 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \
379 dst.Clear(); \
380 FieldMaskUtil::MergeMessageTo(src, mask, options, &dst); \
381 EXPECT_EQ(tmp.DebugString(), dst.DebugString()); \
  /external/python/cpython2/Doc/includes/
tzinfo-examples.py 17 def dst(self, dt): member in class:UTC
39 def dst(self, dt): member in class:FixedOffset
62 def dst(self, dt): member in class:LocalTimezone
82 # A complete implementation of current DST rules for major US time zones.
91 # US DST Rules
94 # DST start and end times. For a complete and up-to-date set of DST rules
99 # In the US, since 2007, DST starts at 2am (standard time) on the second
102 # and ends at 2am (DST time; 1am standard time) on the first Sunday of Nov.
104 # From 1987 to 2006, DST used to start at 2am (standard time) on the firs
136 def dst(self, dt): member in class:USTimeZone
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
extract.c 66 char *dst; local
137 dst = MapViewOfFile(hFileMapping,
142 if (!dst) {
147 return dst;
152 extract_file(char *dst, char *src, int method, int comp_size,
163 zstream.next_out = dst;
191 memcpy(dst, src, uncomp_size);
195 UnmapViewOfFile(dst);
229 char *dst; local
304 dst = map_new_file(0, pathname, new_part
    [all...]
  /external/python/cpython3/Doc/includes/
tzinfo-examples.py 9 # timezones where UTC offset and/or the DST rules had
39 def dst(self, dt): member in class:LocalTimezone
59 # A complete implementation of current DST rules for major US time zones.
68 # US DST Rules
71 # DST start and end times. For a complete and up-to-date set of DST rules
76 # In the US, since 2007, DST starts at 2am (standard time) on the second
79 # and ends at 2am (DST time) on the first Sunday of Nov.
81 # From 1987 to 2006, DST used to start at 2am (standard time) on the first
82 # Sunday in April and to end at 2am (DST time) on the las
130 def dst(self, dt): member in class:USTimeZone
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
extract.c 65 char *dst; local
136 dst = MapViewOfFile(hFileMapping,
141 if (!dst) {
146 return dst;
151 extract_file(char *dst, char *src, int method, int comp_size,
162 zstream.next_out = dst;
190 memcpy(dst, src, uncomp_size);
194 UnmapViewOfFile(dst);
228 char *dst; local
303 dst = map_new_file(0, pathname, new_part
    [all...]
  /external/selinux/libsemanage/src/
policy_components.c 18 dbase_config_t * src, dbase_config_t * dst)
25 dbase_table_t *dst_dtable = dst->dtable;
34 if (dst_dtable->exists(handle, dst->dbase, key, &exists) < 0)
60 dbase_config_t * dst,
67 dbase_t *dbase = dst->dbase;
68 dbase_table_t *dtable = dst->dtable;
101 dbase_config_t *dst; member in struct:load_table
155 dbase_config_t *dst = components[i].dst; local
162 if (dst->dtable->cache(handle, dst->dbase) < 0
    [all...]
  /external/skia/bench/
PDFBench.cpp 49 char dst[kMaximumSkFloatToDecimalLength]; variable
52 (void)SkFloatToDecimal(f, dst);
192 char dst[5]; variable
195 (void)SkPDFUtils::ColorToDecimal(SkToU8(i), dst); variable
  /external/skia/samplecode/
SamplePolyToPoly.cpp 24 SkPoint dst[] = { { 0, 0 }, local
29 (void) m1.setPolyToPoly(src, dst, 3);
32 m2.set(SkMatrix::kMScaleX, dst[1].fX - dst[0].fX);
33 m2.set(SkMatrix::kMSkewX, dst[2].fX - dst[0].fX);
34 m2.set(SkMatrix::kMTransX, dst[0].fX);
35 m2.set(SkMatrix::kMSkewY, dst[1].fY - dst[0].fY);
36 m2.set(SkMatrix::kMScaleY, dst[2].fY - dst[0].fY)
57 const SkPoint dst[] = { local
82 SkPoint src[4], dst[4]; local
    [all...]

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>