/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 1883 struct iris_resource *dst = (void *) p_dst; in iris_replace_buffer_storage() local 1886 assert(memcmp(&dst->surf, &src->surf, sizeof(dst->surf)) == 0); in iris_replace_buffer_storage() 1888 struct iris_bo *old_bo = dst->bo; in iris_replace_buffer_storage() 1892 dst->bo = src->bo; in iris_replace_buffer_storage() 1897 screen->vtbl.rebind_buffer(ice, dst); in iris_replace_buffer_storage() 2225 char *dst = res->offset + in iris_unmap_tiled_memcpy() local 2234 isl_memcpy_linear_to_tiled(x1, x2, y1, y2, dst, ptr, in iris_unmap_tiled_memcpy() 2586 uint8_t *dst = iris_bo_map(&ice->dbg, res->bo, MAP_WRITE | MAP_RAW); in iris_texture_subdata() local 2600 dst[offse in iris_texture_subdata() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 2159 djpeg_dest_ptr dst; in tjSaveImage() local 2188 if ((dst = jinit_write_bmp(dinfo, FALSE, FALSE)) == NULL) in tjSaveImage() 2192 if ((dst = jinit_write_ppm(dinfo)) == NULL) in tjSaveImage() 2197 dst->output_file = file; in tjSaveImage() 2198 (*dst->start_output) (dinfo, dst); in tjSaveImage() 2210 memcpy(dst->buffer[0], rowptr, width * tjPixelSize[pixelFormat]); in tjSaveImage() 2211 (*dst->put_pixel_rows) (dinfo, dst, 1); in tjSaveImage() 2215 (*dst in tjSaveImage() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 61 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR in hostapd_dpp_qr_code() 173 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR in hostapd_dpp_auth_resp_retry_timeout() 219 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst, in hostapd_dpp_tx_status() argument 224 wpa_printf(MSG_DEBUG, "DPP: TX status: dst=" MACSTR_SEC " ok=%d", in hostapd_dpp_tx_status() 225 MAC2STR_SEC(dst), ok); in hostapd_dpp_tx_status() 226 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX_STATUS "dst=" MACSTR in hostapd_dpp_tx_status() 227 " result=%s", MAC2STR(dst), ok ? "SUCCESS" : "FAILED"); in hostapd_dpp_tx_status() 268 if (!is_broadcast_ether_addr(dst) && !ok) { in hostapd_dpp_tx_status() 295 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && ok) { in hostapd_dpp_tx_status() 446 const u8 *dst; in hostapd_dpp_auth_init_next() local [all...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 409 void Matrix4::MapScalars(const double src[DIMENSION], double dst[DIMENSION]) const in MapScalars() 413 double* result = (src == dst) ? storage : dst; in MapScalars() 424 std::copy_n(result, DIMENSION, dst); in MapScalars()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 112 const Drawing::Rect dst(1.0f, 1.0f, 1.0f, 1.0f); in HWTEST_F() 115 drawable->DrawRenderContent(canvas, dst); in HWTEST_F() 119 drawable->DrawRenderContent(canvas, dst); in HWTEST_F() 123 drawable->DrawRenderContent(canvas, dst); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | exif_getfilterarea_test.cpp | 93 void CopyFileStream(std::fstream &src, std::fstream &dst); 96 void ExifGetFilterAreaTest::CopyFileStream(std::fstream &src, std::fstream &dst) in CopyFileStream() argument 106 dst.write(buffer, size); in CopyFileStream() 108 dst.seekg(0); in CopyFileStream()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 47 CopyInfo dst = { in CopyDataToPixelMap() local 60 MemcpyHelper::CopyData(buffer.get(), dst); in CopyDataToPixelMap() 101 CopyInfo dst = { in CopyDataToSurfaceBuffer() local 112 MemcpyHelper::CopyData(buffer.get(), dst); in CopyDataToSurfaceBuffer()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 606 JsPath* dst = nullptr; in GetFillPath() local 607 GET_UNWRAP_PARAM(ARGC_ONE, dst); in GetFillPath() 608 if (dst->GetPath() == nullptr) { in GetFillPath() 609 ROSEN_LOGE("JsPen::GetFillPath dst jsPath is nullptr"); in GetFillPath() 613 return CreateJsValue(env, pen->GetFillPath(*src->GetPath(), *dst->GetPath(), nullptr, Matrix())); in GetFillPath()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 509 uint8_t *dst; in libx265_encode_frame() local 597 dst = pkt->data; in libx265_encode_frame() 600 memcpy(dst, nal[i].payload, nal[i].sizeBytes); in libx265_encode_frame() 601 dst += nal[i].sizeBytes; in libx265_encode_frame()
|
H A D | opusenc.c | 485 static inline int write_opuslacing(uint8_t *dst, int v) in write_opuslacing() argument 487 dst[0] = FFMIN(v - FFALIGN(v - 255, 4), v); in write_opuslacing() 488 dst[1] = v - dst[0] >> 2; in write_opuslacing()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_apsyclip.c | 187 AVFilterContext *ctx = inlink->dst; in config_input() 515 float *dst = (float *)out->extended_data[ch]; in psy_channel() local 520 feed(ctx, ch, in_buffer, dst, s->diff_only, in psy_channel() 546 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | vf_pullup.c | 177 AVFilterContext *ctx = inlink->dst; in config_input() 610 PullupBuffer *dst, PullupBuffer *src, int parity) in copy_field() 617 dd = dst->planes[i] + parity * s->planewidth[i]; in copy_field() 653 AVFilterContext *ctx = inlink->dst; in filter_frame() 609 copy_field(PullupContext *s, PullupBuffer *dst, PullupBuffer *src, int parity) copy_field() argument
|
/third_party/backends/backend/pixma/ |
H A D | pixma_imageclass.c | 517 pack_rgb (const uint8_t * src, unsigned nlines, unsigned w, uint8_t * dst) in pack_rgb() argument 528 *dst++ = src[x + 0]; in pack_rgb() 529 *dst++ = src[x + w]; in pack_rgb() 530 *dst++ = src[x + w2]; in pack_rgb()
|
H A D | pixma_mp750.c | 437 int line_size, uint8_t * dst) in shift_rgb() 444 *(dst++ + sr + st) = *src++; in shift_rgb() 445 *(dst++ + sg + st) = *src++; in shift_rgb() 446 *(dst++ + sb + st) = *src++; in shift_rgb() 832 /* dst: img, src: imgcol */ in mp750_fill_buffer() 435 shift_rgb(const uint8_t * src, unsigned pixels, int sr, int sg, int sb, int stripe_shift, int line_size, uint8_t * dst) shift_rgb() argument
|
H A D | pixma_mp730.c | 480 pack_rgb (const uint8_t * src, unsigned nlines, unsigned w, uint8_t * dst) in pack_rgb() argument 491 *dst++ = src[x + 0]; in pack_rgb() 492 *dst++ = src[x + w]; in pack_rgb() 493 *dst++ = src[x + w2]; in pack_rgb()
|
/third_party/curl/lib/ |
H A D | content_encoding.c | 667 uint8_t *dst; in brotli_do_write() local 684 dst = (uint8_t *) decomp; in brotli_do_write() 687 &nbytes, &src, &dstleft, &dst, NULL); in brotli_do_write() 779 out.dst = zp->decomp; in zstd_do_write()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 126 int32_t raw, dst; in ucal_getDSTSavings() local 127 zone->getOffset(d, false, raw, dst, *ec); in ucal_getDSTSavings() 130 } else if (dst != 0) { in ucal_getDSTSavings() 131 result = dst; in ucal_getDSTSavings()
|
/third_party/libuv/src/unix/ |
H A D | aix.c | 422 static char* uv__rawname(const char* cp, char (*dst)[FILENAME_MAX+1]) { in uv__rawname() argument 429 snprintf(*dst, sizeof(*dst), "%.*s/r%s", (int) (dp - cp), cp, dp + 1); in uv__rawname() 430 return *dst; in uv__rawname()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_csmt_helper.h | 395 args->_##y.dst.resource = NULL; \ 397 pipe_resource_reference(&args->_##y.dst.resource, y->dst.resource);,\ 401 pipe_resource_reference(&args->_##y.dst.resource, NULL);,\
|
/third_party/node/deps/zlib/ |
H A D | crc32.c | 1172 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() argument 1176 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc() 1180 zmemcpy(dst, strm->next_in, size); in copy_with_crc() 1181 strm->adler = crc32(strm->adler, dst, size); in copy_with_crc()
|
/third_party/nghttp2/src/ |
H A D | util.h | 442 template <typename T, typename OutputIt> OutputIt utos(OutputIt dst, T n) { in utos() argument 444 *dst++ = '0'; in utos() 445 return dst; in utos() 450 auto p = dst + nlen; in utos()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 127 int32_t raw, dst; in ucal_getDSTSavings() local 128 zone->getOffset(d, false, raw, dst, *ec); in ucal_getDSTSavings() 131 } else if (dst != 0) { in ucal_getDSTSavings() 132 result = dst; in ucal_getDSTSavings()
|
/third_party/mesa3d/src/util/tests/format/ |
H A D | u_format_test.c | 335 convert_float_to_8unorm(uint8_t *dst, const double *src) in convert_float_to_8unorm() argument 343 dst[i] = 0; in convert_float_to_8unorm() 347 dst[i] = 255; in convert_float_to_8unorm() 350 dst[i] = src[i] * 255.0; in convert_float_to_8unorm()
|
/third_party/lz4/tests/ |
H A D | fullbench.c | 389 static int local_LZ4F_decompress_followHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_followHint() argument 401 LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NULL); in local_LZ4F_decompress_followHint() 424 static int local_LZ4F_decompress_noHint(const char* src, char* dst, int srcSize, int dstSize) in local_LZ4F_decompress_noHint() argument 435 size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NULL); in local_LZ4F_decompress_noHint() 571 case 2 : compressionFunction = local_LZ4_compress_default_small; compressorName = "LZ4_compress_default(small dst)"; break; in fullSpeedBench()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 921 trace_dump_member_begin("dst"); in trace_dump_blit_info() 922 trace_dump_struct_begin("dst"); in trace_dump_blit_info() 923 trace_dump_member(ptr, &info->dst, resource); in trace_dump_blit_info() 924 trace_dump_member(uint, &info->dst, level); in trace_dump_blit_info() 925 trace_dump_member(format, &info->dst, format); in trace_dump_blit_info() 927 trace_dump_box(&info->dst.box); in trace_dump_blit_info()
|