Home
last modified time | relevance | path

Searched refs:data (Results 46626 - 46650 of 48947) sorted by relevance

1...<<1861186218631864186518661867186818691870>>...1958

/kernel/linux/linux-6.6/net/atm/
H A Dsvc.c379 msg = (struct atmsvc_msg *)skb->data; in svc_accept()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto.c519 .data = (void *)(unsigned long)nfproto, in nf_ct_netns_do_get()
/kernel/linux/linux-6.6/net/mctp/
H A Daf_mctp.c228 /* extract message type, remove from data */ in mctp_recvmsg()
229 type = *((u8 *)skb->data); in mctp_recvmsg()
/kernel/linux/linux-6.6/net/caif/
H A Dcfcnfg.c285 memcpy(l->u.utility.params, s->param.data, in caif_connect_req_to_link_param()
/kernel/linux/linux-6.6/net/core/
H A Dlwt_bpf.c32 return (struct bpf_lwt *)lwt->data; in bpf_lwt_lwtunnel()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_fragment.c300 /* Release all fragment data. */ in inet_frag_destroy()
486 * it to two chunks: the first with data and paged part in inet_frag_reasm_prepare()
524 skb_push(head, head->data - skb_network_header(head)); in inet_frag_reasm_finish()
/kernel/linux/linux-6.6/net/lapb/
H A Dlapb_in.c444 skb->data); in lapb_state3_machine()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c199 sh = (struct sctphdr *)(skb->data + sctphoff); in sctp_csum_check()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt6797/
H A Dmt6797-afe-pcm.c688 /* force cpu use normal mode when access sram data */ in mt6797_afe_runtime_resume()
691 /* force cpu use 8_24 format when writing 32bit data */ in mt6797_afe_runtime_resume()
792 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
/kernel/linux/linux-6.6/sound/soc/meson/
H A Daxg-pdm.c194 /* Capture the data when we are at 75% of the half period */ in axg_pdm_set_sample_pointer()
581 .data = &axg_pdm_config,
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_dai.c563 siu_stream->rw_flg = 0; /* stream-data transfer flag */ in siu_dai_prepare()
737 memcpy(&info->fw, fw_entry->data, fw_entry->size); in siu_probe()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dradeon_drm.h514 const void __user * data; member
/kernel/linux/linux-6.6/net/nfc/
H A Dllcp_commands.c810 skb->data[2] = sock->recv_n; in nfc_llcp_send_rr()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvirtio_transport.c118 sg_init_one(&buf, skb->data, skb->len); in virtio_transport_send_pkt_work()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dradeon_drm.h514 const void __user * data; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk.cpp413 FILE *fp = fopen("/data/storage/el2/base/files/Fzl.txt", "a+"); in DoOnce()
416 FILE *fpSecond = fopen("/data/storage/el2/base/files/Fzl.txt", "r"); in DoOnce()
422 void Func(void *data) { call_once(&flag, DoOnce); } in Func() argument
437 remove("/data/storage/el2/base/files/Fzl.txt"); in CallOnce()
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp262 std::string_view outputFilePath = "/data/storage/el2/base/files/DemoSurface.h264"; in NormalAVScreenCaptureSurfaceTest()
264 outputFile->open(outputFilePath.data(), std::ios::out | std::ios::binary | std::ios::ate); in NormalAVScreenCaptureSurfaceTest()
382 snprintf(g_filename, sizeof(g_filename), "data/storage/el2/base/files/%s.pcm", filename.c_str()); in OpenAFile()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000.c627 av_freep(&cblk->data); in ff_jpeg2000_cleanup()
H A Dh261dec.c378 /* NOTE: GOB can be empty (no MB data) or exist only of MBA_stuffing */ in h261_decode_mb()
423 /* Motion vector data is included for all MC macroblocks. MVD is in h261_decode_mb()
601 const uint8_t *buf = avpkt->data; in h261_decode_frame()
H A Dmjpegenc.c154 * Uses the data stored in the JPEG buffer to compute the tables.
387 * Add the coefficient's data to the JPEG buffer.
416 * Add the block's data into the JPEG buffer.
617 pic->data[i] += pic->linesize[i] * (vsample * s->height / V_MAX - 1); in amv_encode_picture()
H A Dalacenc.c470 init_put_bits(pb, avpkt->data, avpkt->size); in write_frame()
H A Dalac.c424 if ((ret = init_get_bits8(&alac->gb, avpkt->data, avpkt->size)) < 0) in alac_decode_frame()
/third_party/elfutils/libdwfl/
H A DlibdwflP.h80 DWFL_ERROR (BAD_PRELINK, N_("corrupt .gnu.prelink_undo section data")) \
82 DWFL_ERROR (CORE_MISSING, N_("Missing data in core file")) \
474 to make it possible to relocate the data in place (or ELF_C_RDWR or
476 this, dwarf_begin_elf on FILE will read the relocated data.
635 extern Dwfl_Error __libdw_open_elf_memory (char *data, size_t size, Elf **elfp,
720 data as contained in an NT_AUXV note or read from a /proc/pid/auxv
/third_party/elfutils/libcpu/
H A Dbpf_disasm.c98 const bool need_bswap = MY_ELFDATA != ebl->data; in bpf_disasm()
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c68 memcpy(frame->data[0], coeffs + s->pts, nb_samples * sizeof(float)); in activate()

Completed in 54 milliseconds

1...<<1861186218631864186518661867186818691870>>...1958