/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | sidtab.h | 69 extern void sepol_sidtab_set(sidtab_t * dst, sidtab_t * src);
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativePixmap.hpp | 64 virtual void readPixels (tcu::TextureLevel* dst);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.h | 18 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
|
H A D | dpp_hostapd.c | 51 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR in hostapd_dpp_qr_code() 76 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR in hostapd_dpp_auth_resp_retry_timeout() 122 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst, in hostapd_dpp_tx_status() argument 127 wpa_printf(MSG_DEBUG, "DPP: TX status: dst=" MACSTR " ok=%d", in hostapd_dpp_tx_status() 128 MAC2STR(dst), ok); in hostapd_dpp_tx_status() 129 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX_STATUS "dst=" MACSTR in hostapd_dpp_tx_status() 130 " result=%s", MAC2STR(dst), ok ? "SUCCESS" : "FAILED"); in hostapd_dpp_tx_status() 165 if (!is_broadcast_ether_addr(dst) && !ok) { in hostapd_dpp_tx_status() 181 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && ok) { in hostapd_dpp_tx_status() 313 const u8 *dst; in hostapd_dpp_auth_init_next() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 3924 dst : path_t 3933 descriptor open to a directory, and the respective path string (src or dst) 3944 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, in os_link_impl() argument 3965 if ((src->narrow && dst->wide) || (src->wide && dst->narrow)) { in os_link_impl() 3967 "link: src and dst must be the same type"); in os_link_impl() 3972 if (PySys_Audit("os.link", "OOii", src->object, dst->object, in os_link_impl() 3980 result = CreateHardLinkW(dst->wide, src->wide, NULL); in os_link_impl() 3984 return path_error2(src, dst); in os_link_impl() 3995 dst_dir_fd, dst in os_link_impl() 4775 internal_rename(path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd, int is_replace) internal_rename() argument 4868 os_rename_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_rename_impl() argument 4889 os_replace_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, int dst_dir_fd) os_replace_impl() argument 8919 os_symlink_impl(PyObject *module, path_t *src, path_t *dst, int target_is_directory, int dir_fd) os_symlink_impl() argument 10570 os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst) os_copy_file_range_impl() argument 10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 1028 struct FrameListData *dst, in cx_pktcpy() 1031 dst->pts = src->data.frame.pts; in cx_pktcpy() 1032 dst->duration = src->data.frame.duration; in cx_pktcpy() 1033 dst->flags = src->data.frame.flags; in cx_pktcpy() 1034 dst->sz = src->data.frame.sz; in cx_pktcpy() 1035 dst->buf = src->data.frame.buf; in cx_pktcpy() 1037 dst->frame_number = ++ctx->frame_number; in cx_pktcpy() 1038 dst->have_sse = ctx->have_sse; in cx_pktcpy() 1041 /* Transfers ownership from ctx to dst. */ in cx_pktcpy() 1042 memcpy(dst in cx_pktcpy() 1027 cx_pktcpy(AOMContext *ctx, struct FrameListData *dst, const struct aom_codec_cx_pkt *src) cx_pktcpy() argument [all...] |
H A D | vp9.c | 152 static int vp9_frame_ref(AVCodecContext *avctx, VP9Frame *dst, VP9Frame *src) in vp9_frame_ref() argument 156 ret = ff_thread_ref_frame(&dst->tf, &src->tf); in vp9_frame_ref() 160 dst->extradata = av_buffer_ref(src->extradata); in vp9_frame_ref() 161 if (!dst->extradata) in vp9_frame_ref() 164 dst->segmentation_map = src->segmentation_map; in vp9_frame_ref() 165 dst->mv = src->mv; in vp9_frame_ref() 166 dst->uses_2pass = src->uses_2pass; in vp9_frame_ref() 169 dst->hwaccel_priv_buf = av_buffer_ref(src->hwaccel_priv_buf); in vp9_frame_ref() 170 if (!dst->hwaccel_priv_buf) in vp9_frame_ref() 172 dst in vp9_frame_ref() 1823 vp9_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) vp9_decode_update_thread_context() argument [all...] |
H A D | dxa.c | 54 static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst, in decode_13() argument 75 tmp = dst + i; in decode_13() 205 dst += stride * 4; in decode_13()
|
H A D | hapdec.c | 229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread() local 238 ret = ff_snappy_uncompress(&gbc, dst, &uncompressed_size); in decompress_chunks_thread() 244 bytestream2_get_buffer(&gbc, dst, chunk->compressed_size); in decompress_chunks_thread()
|
H A D | atrac3plusdsp.c | 425 float *dst, grp_lev, qu_lev; in ff_atrac3p_power_compensation() local 459 dst = &sp[ff_atrac3p_qu_to_spec_pos[qu]]; in ff_atrac3p_power_compensation() 462 fdsp->vector_fmac_scalar(dst, pwcsp, qu_lev, nsp); in ff_atrac3p_power_compensation()
|
H A D | atrac3plusdec.c | 225 float *dst, q; in decode_residual_spectrum() local 250 dst = &out[ch][ff_atrac3p_qu_to_spec_pos[qu]]; in decode_residual_spectrum() 258 dst[i] = src[i] * q; in decode_residual_spectrum()
|
H A D | metasound.c | 155 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data() 162 *dst++ = get_bits(gb, tctx->bits_main_spec[0][ftype][bs_second_part]); in read_cb_data() 163 *dst++ = get_bits(gb, tctx->bits_main_spec[1][ftype][bs_second_part]); in read_cb_data() 154 read_cb_data(TwinVQContext *tctx, GetBitContext *gb, uint8_t *dst, enum TwinVQFrameType ftype) read_cb_data() argument
|
H A D | hpeldsp.c | 39 static inline void OPNAME ## _no_rnd_pixels8_l2_8(uint8_t *dst, \ 53 OP(*((uint32_t *) &dst[i * dst_stride]), \ 57 OP(*((uint32_t *) &dst[i * dst_stride + 4]), \
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfiltergraph.c | 227 if (!filt->outputs[j] || !filt->outputs[j]->dst) { in graph_check_validity() 482 link->src->name, link->dst->name); in query_formats() 532 "'%s' and the filter '%s'\n", link->src->name, link->dst->name); in query_formats() 645 link->dst->name); in pick_format() 654 link->dst->name); in pick_format() 1302 if (oldest->dst->filter->activate) { in avfilter_graph_request_oldest() 1304 r = av_buffersink_get_frame_flags(oldest->dst, NULL, in avfilter_graph_request_oldest() 1313 av_log(oldest->dst, AV_LOG_DEBUG, "EOF on sink link %s:%s.\n", in avfilter_graph_request_oldest() 1314 oldest->dst->name, in avfilter_graph_request_oldest() 1324 av_assert1(!oldest->dst in avfilter_graph_request_oldest() [all...] |
H A D | af_chorus.c | 213 AVFilterContext *ctx = inlink->dst; in filter_frame() 231 float *dst = (float *)out_frame->extended_data[c]; in filter_frame() local 249 dst[i] = out; in filter_frame()
|
H A D | f_loop.c | 72 AVFilterContext *ctx = inlink->dst; in aconfig_input() 133 AVFilterContext *ctx = inlink->dst; in afilter_frame() 355 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 512 AVFrame **dst; in ff_vk_add_exec_dep() local 572 dst = av_fast_realloc(q->frame_deps, &q->frame_deps_alloc_size, in ff_vk_add_exec_dep() 573 (q->nb_frame_deps + 1) * sizeof(*dst)); in ff_vk_add_exec_dep() 574 if (!dst) { in ff_vk_add_exec_dep() 579 q->frame_deps = dst; in ff_vk_add_exec_dep() 642 AVBufferRef **dst; in ff_vk_add_dep_exec_ctx() local 648 dst = av_fast_realloc(q->buf_deps, &q->buf_deps_alloc_size, in ff_vk_add_dep_exec_ctx() 649 (q->nb_buf_deps + nb_deps) * sizeof(*dst)); in ff_vk_add_dep_exec_ctx() 650 if (!dst) in ff_vk_add_dep_exec_ctx() 653 q->buf_deps = dst; in ff_vk_add_dep_exec_ctx() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 628 nir_deref_instr *dst = nir_src_as_deref(instr->src[0]); in validate_intrinsic_instr() local 629 assert(dst); in validate_intrinsic_instr() 630 validate_assert(state, glsl_type_is_vector_or_scalar(dst->type)); in validate_intrinsic_instr() 632 glsl_get_vector_elements(dst->type)); in validate_intrinsic_instr() 633 src_bit_sizes[1] = glsl_get_bit_size(dst->type); in validate_intrinsic_instr() 635 if (glsl_type_is_boolean(dst->type)) in validate_intrinsic_instr() 637 validate_assert(state, !nir_deref_mode_may_be(dst, nir_var_read_only_modes)); in validate_intrinsic_instr() 642 nir_deref_instr *dst = nir_src_as_deref(instr->src[0]); in validate_intrinsic_instr() local 644 validate_assert(state, glsl_get_bare_type(dst->type) == in validate_intrinsic_instr() 646 validate_assert(state, !nir_deref_mode_may_be(dst, nir_var_read_only_mode in validate_intrinsic_instr() [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 95 const struct prog_dst_register *dst, const struct asm_src_register *src0, 99 const struct prog_dst_register *dst, const struct asm_src_register *src0, 103 const struct prog_instruction *base, const struct prog_dst_register *dst, 2075 const struct prog_dst_register *dst, 2083 if (dst == NULL) { 2086 inst->Base.DstReg = *dst; 2114 const struct prog_dst_register *dst, 2125 asm_instruction_set_operands(inst, dst, src0, src1, src2); 2134 const struct prog_dst_register *dst, 2146 asm_instruction_set_operands(inst, dst, src [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 879 struct pipe_resource *dst = rb_resource_dst->resource; in rbug_resource_copy_region() local 884 dst, in rbug_resource_copy_region() 899 struct rbug_resource *rb_resource_dst = rbug_resource(_blit_info->dst.resource); in rbug_blit() 902 struct pipe_resource *dst = rb_resource_dst->resource; in rbug_blit() local 907 blit_info.dst.resource = dst; in rbug_blit() 961 struct pipe_surface *dst = rb_surface_dst->surface; in rbug_clear_render_target() local 965 dst, in rbug_clear_render_target() 988 struct pipe_surface *dst = rb_surface_dst->surface; in rbug_clear_depth_stencil() local 992 dst, in rbug_clear_depth_stencil() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_test.cc | 103 // Add "s" to *dst via `MakeCordFromExternal` 104 static void AddExternalMemory(absl::string_view s, absl::Cord* dst) { in AddExternalMemory() argument 106 dst->Append(absl::MakeCordFromExternal(*str, [str](absl::string_view data) { in AddExternalMemory() 148 static void AddNewStringBlock(const std::string& str, absl::Cord* dst) { in AddNewStringBlock() argument 151 dst->Append(absl::MakeCordFromExternal( in AddNewStringBlock() 244 absl::Cord dst(src); in TEST_P() 245 EXPECT_EQ(std::string(dst), src) << s; in TEST_P() 1230 absl::Cord dst("(prefix)"); 1231 AddExternalMemory(str, &dst); 1232 dst [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 886 int radius_msg_copy_attr(struct radius_msg *dst, struct radius_msg *src, in radius_msg_copy_attr() argument 896 if (!radius_msg_add_attr(dst, type, (u8 *) (attr + 1), in radius_msg_copy_attr() 1674 int radius_copy_class(struct radius_class_data *dst, in radius_copy_class() argument 1682 dst->attr = os_calloc(src->count, sizeof(struct radius_attr_data)); in radius_copy_class() 1683 if (dst->attr == NULL) in radius_copy_class() 1686 dst->count = 0; in radius_copy_class() 1689 dst->attr[i].data = os_memdup(src->attr[i].data, in radius_copy_class() 1691 if (dst->attr[i].data == NULL) in radius_copy_class() 1693 dst->count++; in radius_copy_class() 1694 dst in radius_copy_class() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 886 int radius_msg_copy_attr(struct radius_msg *dst, struct radius_msg *src, in radius_msg_copy_attr() argument 896 if (!radius_msg_add_attr(dst, type, (u8 *) (attr + 1), in radius_msg_copy_attr() 1674 int radius_copy_class(struct radius_class_data *dst, in radius_copy_class() argument 1682 dst->attr = os_calloc(src->count, sizeof(struct radius_attr_data)); in radius_copy_class() 1683 if (dst->attr == NULL) in radius_copy_class() 1686 dst->count = 0; in radius_copy_class() 1689 dst->attr[i].data = os_memdup(src->attr[i].data, in radius_copy_class() 1691 if (dst->attr[i].data == NULL) in radius_copy_class() 1693 dst->count++; in radius_copy_class() 1694 dst in radius_copy_class() [all...] |
/test/xts/hats/hdf/hdf_lite/display/ |
H A D | loadbmp_test.c | 186 uint16_t *dst = NULL; in LoadRgbData() local 195 dst = (uint16_t*)(videoLogo->picBuffer + i * videoLogo->stride + j * TWO_OFFSET); in LoadRgbData() 199 *dst = OsdMakeColorU16(c.r, c.g, c.b, g_osdCompInfo[enFmt]); in LoadRgbData()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 267 @ void itxfm_add(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 789 @ r0 = dst (temp buffer) 847 @ r0 = dst 848 @ r1 = dst stride 1319 @ r0 = dst (temp buffer) 1451 @ r0 = dst 1452 @ r1 = dst stride
|