Home
last modified time | relevance | path

Searched refs:dst (Results 4326 - 4350 of 5743) sorted by relevance

1...<<171172173174175176177178179180>>...230

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c479 struct sta_info *sta, const u8 *dst, in fils_process_hlp_udp()
510 struct sta_info *sta, const u8 *dst, in fils_process_hlp_ip()
532 return fils_process_hlp_udp(hapd, sta, dst, pos, len); in fils_process_hlp_ip()
545 wpa_printf(MSG_DEBUG, "FILS: HLP request from " MACSTR_SEC " (dst=" MACSTR_SEC in fils_process_hlp_req()
478 fils_process_hlp_udp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) fils_process_hlp_udp() argument
509 fils_process_hlp_ip(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) fils_process_hlp_ip() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigReference.cpp511 void chooseConfigReference (const Library& egl, EGLDisplay display, std::vector<EGLConfig>& dst, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in chooseConfigReference() argument
540 // Write to dst list in chooseConfigReference()
541 dst.resize(filteredConfigs.size()); in chooseConfigReference()
543 dst[ndx] = filteredConfigs[ndx].getEglConfig(); in chooseConfigReference()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c479 struct sta_info *sta, const u8 *dst, in fils_process_hlp_udp()
510 struct sta_info *sta, const u8 *dst, in fils_process_hlp_ip()
532 return fils_process_hlp_udp(hapd, sta, dst, pos, len); in fils_process_hlp_ip()
545 wpa_printf(MSG_DEBUG, "FILS: HLP request from " MACSTR " (dst=" MACSTR in fils_process_hlp_req()
478 fils_process_hlp_udp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) fils_process_hlp_udp() argument
509 fils_process_hlp_ip(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *pos, size_t len) fils_process_hlp_ip() argument
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h28 Dst dst; in widen_cast() local
29 memcpy(&dst, &src, sizeof(Src)); in widen_cast()
30 return dst; in widen_cast()
558 auto dst = (double*)ptr;
559 if (tail > 0) { _mm_storel_pd(dst+0, _01); }
560 if (tail > 1) { _mm_storeh_pd(dst+1, _01); }
561 if (tail > 2) { _mm_storel_pd(dst+2, _23); }
562 if (tail > 3) { _mm_storeh_pd(dst+3, _23); }
563 if (tail > 4) { _mm_storel_pd(dst+4, _45); }
564 if (tail > 5) { _mm_storeh_pd(dst
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c696 unsigned int dst; in ntfs_inherit_acl() local
720 src = dst = sizeof(ACL); in ntfs_inherit_acl()
765 ((char*)newacl + dst); in ntfs_inherit_acl()
833 dst += acesz; in ntfs_inherit_acl()
839 dst += acesz; in ntfs_inherit_acl()
852 ((char*)newacl + dst); in ntfs_inherit_acl()
873 dst += usidsz + 8; in ntfs_inherit_acl()
886 dst += gsidsz + 8; in ntfs_inherit_acl()
901 ((char*)newacl + dst); in ntfs_inherit_acl()
938 dst in ntfs_inherit_acl()
4204 int dst; getmappingitem() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp809 static void readPixelsRGBAInteger32 (const PixelBufferAccess& dst, int originX, int originY, glu::CallLogWrapper& glLog) in readPixelsRGBAInteger32() argument
811 DE_ASSERT(dst.getDepth() == 1); in readPixelsRGBAInteger32()
813 if (isFormatTypeUnsignedInteger(dst.getFormat().type)) in readPixelsRGBAInteger32()
815 vector<UVec4> data(dst.getWidth()*dst.getHeight()); in readPixelsRGBAInteger32()
817 glLog.glReadPixels(originX, originY, dst.getWidth(), dst.getHeight(), GL_RGBA_INTEGER, GL_UNSIGNED_INT, &data[0]); in readPixelsRGBAInteger32()
819 for (int y = 0; y < dst.getHeight(); y++) in readPixelsRGBAInteger32()
820 for (int x = 0; x < dst.getWidth(); x++) in readPixelsRGBAInteger32()
821 dst in readPixelsRGBAInteger32()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S195 @ void vp8_idct_add(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
274 usub16 r1, r9, lr @ b-c = dst{0,1}[2]
275 uadd16 r7, r10, r12 @ a+d = dst{0,1}[0]
276 usub16 r12, r10, r12 @ a-d = dst{0,1}[3]
277 uadd16 r10, r9, lr @ b+c = dst{0,1}[1]
317 @ void vp8_idct_dc_add(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
358 @ void vp8_idct_dc_add4uv(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride)
374 @ void vp8_idct_dc_add4y(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride)
458 @ void vp8_v_loop_filter16_simple(uint8_t *dst, ptrdiff_t stride, int flim)
869 @ void vp8_h_loop_filter16_simple(uint8_t *dst, ptrdiff_
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c3577 /* cmd: "<src network id> <dst network id> <variable name>" */ in wpa_supplicant_ctrl_iface_dup_network()
5891 u8 dst_buf[ETH_ALEN], *dst; in p2p_ctrl_serv_disc_req() local
5898 dst = dst_buf; in p2p_ctrl_serv_disc_req()
5899 if (dst[0] == 0 && dst[1] == 0 && dst[2] == 0 && in p2p_ctrl_serv_disc_req()
5900 dst[3] == 0 && dst[4] == 0 && dst[5] == 0) in p2p_ctrl_serv_disc_req()
5901 dst in p2p_ctrl_serv_disc_req()
5995 u8 dst[ETH_ALEN]; p2p_ctrl_serv_disc_resp() local
7131 ctrl_interworking_connect(struct wpa_supplicant *wpa_s, char *dst, int only_add) ctrl_interworking_connect() argument
7174 get_anqp(struct wpa_supplicant *wpa_s, char *dst) get_anqp() argument
7370 get_hs20_anqp(struct wpa_supplicant *wpa_s, char *dst) get_hs20_anqp() argument
7428 hs20_get_nai_home_realm_list(struct wpa_supplicant *wpa_s, char *dst) hs20_get_nai_home_realm_list() argument
8584 wpas_ctrl_iface_mgmt_tx_cb(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) wpas_ctrl_iface_mgmt_tx_cb() argument
9049 u8 dst[ETH_ALEN], src[ETH_ALEN]; wpas_ctrl_iface_data_test_tx() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dffv1dec.c983 uint8_t *dst[4]; in decode_frame() local
989 dst[j] = p->data[j] + p->linesize[j] * in decode_frame()
996 dst[1] = p->data[1]; in decode_frame()
999 av_image_copy(dst, p->linesize, src, in decode_frame()
1047 static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) in update_thread_context() argument
1050 FFV1Context *fdst = dst->priv_data; in update_thread_context()
1053 if (dst == src) in update_thread_context()
1080 ff_thread_release_ext_buffer(dst, &fdst->picture); in update_thread_context()
/third_party/ffmpeg/libavfilter/
H A Daf_afftdn.c604 AVFilterContext *ctx = inlink->dst; in config_input()
984 double *dst = dnch->out_samples; in filter_channel() local
1003 dst[m] += s->window[m] * fft_in[m] / (1LL << 23); in filter_channel()
1011 AVFilterContext *ctx = inlink->dst; in output_frame()
1111 float *dst = (float *)out->extended_data[ch]; in output_frame() local
1116 dst[m] = orig[m]; in output_frame()
1120 dst[m] = src[m]; in output_frame()
1124 dst[m] = orig[m] - src[m]; in output_frame()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp194 static void extract_luma_from_v210(uint16_t *dst, const uint8_t *src, int width) in extract_luma_from_v210() argument
198 *dst++ = (src[1] >> 2) + ((src[2] & 15) << 6); in extract_luma_from_v210()
199 *dst++ = src[4] + ((src[5] & 3) << 8); in extract_luma_from_v210()
200 *dst++ = (src[6] >> 4) + ((src[7] & 63) << 4); in extract_luma_from_v210()
205 static void unpack_v210(uint16_t *dst, const uint8_t *src, int width) in unpack_v210() argument
209 *dst++ = src[0] + ((src[1] & 3) << 8); in unpack_v210()
210 *dst++ = (src[1] >> 2) + ((src[2] & 15) << 6); in unpack_v210()
211 *dst++ = (src[2] >> 4) + ((src[3] & 63) << 4); in unpack_v210()
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h1447 * [`start`, `start + length`) into the array `dst`,
1449 * If the string aliases to `dst` itself as an external buffer,
1454 * @param dst array in which to copy characters. The length of `dst`
1456 * @param dstStart the offset in `dst` where the first character
1462 Char16Ptr dst,
1505 * into the array `dst`, beginning at `dstStart`.
1508 * @param dst array in which to copy characters. The length of `dst`
1510 * @param dstStart the offset in `dst` wher
4479 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const extract() argument
4492 extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart) const extractBetween() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c710 struct tegra_resource *dst = to_tegra_resource(pdst); in tegra_resource_copy_region() local
713 context->gpu->resource_copy_region(context->gpu, dst->gpu, dst_level, dstx, in tegra_resource_copy_region()
726 info.dst.resource = tegra_resource_unwrap(info.dst.resource); in tegra_blit()
755 struct tegra_surface *dst = to_tegra_surface(pdst); in tegra_clear_render_target() local
757 context->gpu->clear_render_target(context->gpu, dst->gpu, color, dstx, in tegra_clear_render_target()
774 struct tegra_surface *dst = to_tegra_surface(pdst); in tegra_clear_depth_stencil() local
776 context->gpu->clear_depth_stencil(context->gpu, dst->gpu, flags, depth, in tegra_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1191 virgl_encoder_write_dword(ctx->cbuf, blit->dst.level); in virgl_encode_blit()
1192 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(blit->dst.format)); in virgl_encode_blit()
1193 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.x); in virgl_encode_blit()
1194 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.y); in virgl_encode_blit()
1195 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.z); in virgl_encode_blit()
1196 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.width); in virgl_encode_blit()
1197 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.height); in virgl_encode_blit()
1198 virgl_encoder_write_dword(ctx->cbuf, blit->dst.box.depth); in virgl_encode_blit()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h1447 * [`start`, `start + length`) into the array `dst`,
1449 * If the string aliases to `dst` itself as an external buffer,
1454 * @param dst array in which to copy characters. The length of `dst`
1456 * @param dstStart the offset in `dst` where the first character
1462 Char16Ptr dst,
1505 * into the array `dst`, beginning at `dstStart`.
1508 * @param dst array in which to copy characters. The length of `dst`
1510 * @param dstStart the offset in `dst` wher
4506 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const extract() argument
4519 extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart) const extractBetween() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1127 struct crocus_resource *dst = (void *) p_dst; in crocus_replace_buffer_storage() local
1130 assert(memcmp(&dst->surf, &src->surf, sizeof(dst->surf)) == 0); in crocus_replace_buffer_storage()
1132 struct crocus_bo *old_bo = dst->bo; in crocus_replace_buffer_storage()
1136 dst->bo = src->bo; in crocus_replace_buffer_storage()
1141 screen->vtbl.rebind_buffer(ice, dst); in crocus_replace_buffer_storage()
1485 char *dst = in crocus_unmap_tiled_memcpy() local
1494 isl_memcpy_linear_to_tiled(x1, x2, y1, y2, dst, ptr, in crocus_unmap_tiled_memcpy()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c445 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src) in EVP_PKEY_meth_copy() argument
447 int pkey_id = dst->pkey_id; in EVP_PKEY_meth_copy()
448 int flags = dst->flags; in EVP_PKEY_meth_copy()
450 *dst = *src; in EVP_PKEY_meth_copy()
453 dst->pkey_id = pkey_id; in EVP_PKEY_meth_copy()
454 dst->flags = flags; in EVP_PKEY_meth_copy()
1678 int (*copy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_set_copy()
1863 int (**pcopy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_get_copy()
1677 EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth, int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src)) EVP_PKEY_meth_set_copy() argument
1862 EVP_PKEY_meth_get_copy(const EVP_PKEY_METHOD *pmeth, int (**pcopy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src)) EVP_PKEY_meth_get_copy() argument
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c444 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src) in EVP_PKEY_meth_copy() argument
446 int pkey_id = dst->pkey_id; in EVP_PKEY_meth_copy()
447 int flags = dst->flags; in EVP_PKEY_meth_copy()
449 *dst = *src; in EVP_PKEY_meth_copy()
452 dst->pkey_id = pkey_id; in EVP_PKEY_meth_copy()
453 dst->flags = flags; in EVP_PKEY_meth_copy()
1677 int (*copy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_set_copy()
1862 int (**pcopy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_get_copy()
1676 EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth, int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src)) EVP_PKEY_meth_set_copy() argument
1861 EVP_PKEY_meth_get_copy(const EVP_PKEY_METHOD *pmeth, int (**pcopy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src)) EVP_PKEY_meth_get_copy() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h1447 * [`start`, `start + length`) into the array `dst`,
1449 * If the string aliases to `dst` itself as an external buffer,
1454 * @param dst array in which to copy characters. The length of `dst`
1456 * @param dstStart the offset in `dst` where the first character
1462 Char16Ptr dst,
1505 * into the array `dst`, beginning at `dstStart`.
1508 * @param dst array in which to copy characters. The length of `dst`
1510 * @param dstStart the offset in `dst` wher
4479 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const extract() argument
4492 extractBetween(int32_t start, int32_t limit, char16_t *dst, int32_t dstStart) const extractBetween() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp708 void log (tcu::TestLog& dst) const { dst << m_program; } in log()
737 void log (tcu::TestLog& dst) const { dst << m_program; } in log()
778 void log (tcu::TestLog& dst) const { dst << m_program; } in log()
820 void log (tcu::TestLog& dst) const { dst << m_program; } in log()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c342 struct sockaddr_in *dst; in dpp_ipaddr_to_sockaddr() local
349 dst = (struct sockaddr_in *) addr; in dpp_ipaddr_to_sockaddr()
350 os_memset(dst, 0, sizeof(*dst)); in dpp_ipaddr_to_sockaddr()
351 dst->sin_family = AF_INET; in dpp_ipaddr_to_sockaddr()
352 dst->sin_addr.s_addr = ipaddr->u.v4.s_addr; in dpp_ipaddr_to_sockaddr()
353 dst->sin_port = htons(port); in dpp_ipaddr_to_sockaddr()
354 *addrlen = sizeof(*dst); in dpp_ipaddr_to_sockaddr()
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h1034 "link($module, /, src, dst, *, src_dir_fd=None, dst_dir_fd=None,\n"
1041 " descriptor open to a directory, and the respective path string (src or dst)\n"
1054 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd,
1061 static const char * const _keywords[] = {"src", "dst", "src_dir_fd", "dst_dir_fd", "follow_symlinks", NULL}; in os_link()
1066 path_t dst = PATH_T_INITIALIZE("link", "dst", 0, 0); in os_link() local
1078 if (!path_converter(args[1], &dst)) { in os_link()
1105 return_value = os_link_impl(module, &src, &dst, src_dir_fd, dst_dir_fd, follow_symlinks); in os_link()
1110 /* Cleanup for dst */ in os_link()
1111 path_cleanup(&dst); in os_link()
1573 path_t dst = PATH_T_INITIALIZE("rename", "dst", 0, 0); os_rename() local
1641 path_t dst = PATH_T_INITIALIZE("replace", "dst", 0, 0); os_replace() local
4292 path_t dst = PATH_T_INITIALIZE("symlink", "dst", 0, 0); os_symlink() local
5746 int dst; os_copy_file_range() local
5837 int dst; os_splice() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp433 // calculate sample size and dst size for hardware decode in HeapMemAlloc()
641 IMAGE_LOGD("Decode dst info: WH[%{public}d x %{public}d], A %{public}d, C %{public}d.", in HeapMemAlloc()
733 ExtPixels dst = {dstBuffer, dstSize, pixelCount}; in HeapMemAlloc() local
734 auto res = ExtPixelConvert::RGBxToRGB(src, dst); in HeapMemAlloc()
752 IMAGE_LOGE("Decode failed, dst info is empty"); in HeapMemAlloc()
1191 uint32_t ExtDecoder::HandleGifCache(uint8_t* src, uint8_t* dst, uint64_t rowStride, int dstHeight) in HeapMemAlloc() argument
1193 if (src == nullptr || dst == nullptr) { in HeapMemAlloc()
1197 uint8_t* dstRow = dst; in HeapMemAlloc()
1228 bool ExtDecoder::FrameCacheInfoIsEqual(ExtDecoder::FrameCacheInfo& src, ExtDecoder::FrameCacheInfo& dst) in HeapMemAlloc() argument
1234 return (src.byteCount == dst in HeapMemAlloc()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c2247 VkBaseOutStructure *dst = (void *)&local_info->format; in vn_physical_device_fix_image_format_info() local
2283 dst->pNext = pnext; in vn_physical_device_fix_image_format_info()
2284 dst = pnext; in vn_physical_device_fix_image_format_info()
2296 dst->pNext = (void *)&local_info->modifier; in vn_physical_device_fix_image_format_info()
2297 dst = dst->pNext; in vn_physical_device_fix_image_format_info()
2323 dst->pNext = (void *)list; in vn_physical_device_fix_image_format_info()
2324 dst = dst->pNext; in vn_physical_device_fix_image_format_info()
2329 dst in vn_physical_device_fix_image_format_info()
[all...]
/third_party/node/deps/openssl/openssl/
H A DConfigure2634 dst => 'sources' } },
2636 dst => 'sources' },
2641 dst => 'shared_sources' } },
2643 dst => 'sources' } },
2645 dst => 'sources' } }
2648 next if ($intent->{$kind}->{dst} eq 'shared_sources'
2652 my $dst = $intent->{$kind}->{dst};
2672 $unified_info{$dst}->{$prod}->{$newobj} = 1;
2702 $unified_info{$dst}
[all...]

Completed in 80 milliseconds

1...<<171172173174175176177178179180>>...230