| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| H A D | nand_onfi.c | 113 nand_bit_wise_majority(const void **srcbufs, unsigned int nsrcbufs, void *dstbuf, unsigned int bufsize) nand_bit_wise_majority() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| H A D | nand_onfi.c | 113 nand_bit_wise_majority(const void **srcbufs, unsigned int nsrcbufs, void *dstbuf, unsigned int bufsize) nand_bit_wise_majority() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | yop.c | 47 uint8_t *dstbuf; member
|
| /third_party/ltp/testcases/kernel/io/aio/ |
| H A D | aio01.c | 82 char *srcbuf, *dstbuf; variable [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzfht_test.c | 235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local [all...] |
| /kernel/linux/linux-5.10/sound/soc/uniphier/ |
| H A D | aio-compress.c | 290 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local
|
| /kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_stateful.c | 58 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local 100 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzfht_test.c | 190 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/uniphier/ |
| H A D | aio-compress.c | 285 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | bprint.c | 263 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() argument [all...] |
| H A D | avstring.c | 341 AVBPrint dstbuf; in av_escape() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 126 struct ureg_dst dstbuf = ureg_dst(ureg_DECL_buffer(ureg, 0, false)); in si_create_dma_compute_shader() local
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| H A D | mtk_vcodec_dec.c | 106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local 157 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local [all...] |
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | exthdrs.c | 282 __u16 dstbuf; in ipv6_destopt_rcv() local
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | exthdrs.c | 299 __u16 dstbuf; in ipv6_destopt_rcv() local
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | policy_unpack.c | 1068 void *stgbuf, *dstbuf; in deflate_compress() local
|
| /third_party/mbedtls/library/ |
| H A D | ssl_tls13_keys.c | 295 mbedtls_ssl_tls13_derive_secret( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, const unsigned char *label, size_t label_len, const unsigned char *ctx, size_t ctx_len, int ctx_hashed, unsigned char *dstbuf, size_t dstbuf_len) mbedtls_ssl_tls13_derive_secret() argument
|
| H A D | ssl_tls.c | 466 mbedtls_ssl_tls_prf(const mbedtls_tls_prf_types prf, const unsigned char *secret, size_t slen, const char *label, const unsigned char *random, size_t rlen, unsigned char *dstbuf, size_t dlen) mbedtls_ssl_tls_prf() argument 6746 tls_prf_generic(mbedtls_md_type_t md_type, const unsigned char *secret, size_t slen, const char *label, const unsigned char *random, size_t rlen, unsigned char *dstbuf, size_t dlen) tls_prf_generic() argument 6826 tls_prf_generic(mbedtls_md_type_t md_type, const unsigned char *secret, size_t slen, const char *label, const unsigned char *random, size_t rlen, unsigned char *dstbuf, size_t dlen) tls_prf_generic() argument 6933 tls_prf_sha256(const unsigned char *secret, size_t slen, const char *label, const unsigned char *random, size_t rlen, unsigned char *dstbuf, size_t dlen) tls_prf_sha256() argument 6945 tls_prf_sha384(const unsigned char *secret, size_t slen, const char *label, const unsigned char *random, size_t rlen, unsigned char *dstbuf, size_t dlen) tls_prf_sha384() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_nnedi.c | 561 float *dstbuf = s->output_buf[jobnr]; in filter_slice() local
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2422 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2424 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffprobe.c | 775 AVBPrint dstbuf; in validate_string() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 8600 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
|