| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | zstd.c | 57 size_t zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, in zstd_compress_stream_to_records() argument 71 dst_size -= size; in zstd_compress_stream_to_records() 72 output = (ZSTD_outBuffer){ dst, (dst_size > max_record_size) ? in zstd_compress_stream_to_records() 73 max_record_size : dst_size, 0 }; in zstd_compress_stream_to_records() 86 dst_size -= size; in zstd_compress_stream_to_records() 93 void *dst, size_t dst_size) in zstd_decompress_stream() argument 97 ZSTD_outBuffer output = { dst, dst_size, 0 }; in zstd_decompress_stream() 103 src_size, output.size, dst_size, ZSTD_getErrorName(ret)); in zstd_decompress_stream() 107 output.size = dst_size - output.pos; in zstd_decompress_stream()
|
| H A D | compress.h | 32 size_t zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, 37 void *dst, size_t dst_size); 52 void *dst __maybe_unused, size_t dst_size __maybe_unused, in zstd_compress_stream_to_records() 62 size_t dst_size __maybe_unused) in zstd_decompress_stream()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_warp.c | 115 unsigned int src_size, dst_size; in mga_warp_install_microcode() local 120 dst_size = WARP_UCODE_SIZE(src_size); in mga_warp_install_microcode() 122 pcbase += dst_size; in mga_warp_install_microcode() 123 vcbase += dst_size; in mga_warp_install_microcode()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.cpp | 71 size_t dst_size; member 310 fwrite(info->vir_dst0, 1, info->dst_size, cfg->fp_dst); in iep_process_thread() 520 info.dst_size = get_image_size(cfg.dst_w, cfg.dst_h, cfg.dst_fmt); in main() 525 size_t dst_size = MPP_ALIGN(info.dst_size, SZ_4K); in main() local 527 size_t total_size = src_size * 2 + dst_size * 2; in main() 540 info.phy_dst1 = ADD_OFFSET(buf_fd, src_size * 2 + dst_size); in main() 545 info.vir_dst1 = buf_ptr + src_size * 2 + dst_size; in main()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | misc_decompress.c | 229 u64 dst_size = 0; in misc_decompress_process() local 267 ret = misc_decompress_data_size(dev, &dst_size, comp); in misc_decompress_process() 269 *size = dst_size; in misc_decompress_process() 272 (const char *)dst, dst_size); in misc_decompress_process()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | buf.h | 112 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 115 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | buf.h | 112 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 115 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | buf.h | 116 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 119 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| H A D | mem.h | 144 size_t dst_size); 148 size_t dst_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | buf.h | 116 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 119 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| H A D | mem.h | 144 size_t dst_size); 148 size_t dst_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | buf.h | 116 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 119 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| H A D | mem.h | 144 size_t dst_size); 148 size_t dst_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | buf.h | 116 OPENSSL_EXPORT size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size); 119 OPENSSL_EXPORT size_t BUF_strlcat(char *dst, const char *src, size_t dst_size);
|
| H A D | mem.h | 144 size_t dst_size); 148 size_t dst_size);
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | platform.c | 414 size_t dst_size; in pstore_dump() local 429 dst_size = big_oops_buf_sz; in pstore_dump() 432 dst_size = psinfo->bufsize; in pstore_dump() 436 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump() 438 dst_size -= header_size; in pstore_dump() 442 dst_size, &dump_size)) in pstore_dump()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.cpp | 165 RK_U32 dst_size; in main() local 183 dst_size = dst_w * dst_h * 4; in main() 207 ret = mpp_buffer_get(NULL, &dst_buf, dst_size); in main() 209 mpp_err("failed to get dst buffer %d with size %d\n", ret, dst_size); in main()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_unlzma.c | 224 uint64_t dst_size; member 342 } while (len != 0 && wr->buffer_pos < wr->header->dst_size); in copy_bytes() 607 ENDIAN_CONVERT(header.dst_size); in unlzma() 615 wr.bufsize = MIN(header.dst_size, header.dict_size); in unlzma() 631 while (get_pos(&wr) < header.dst_size) { in unlzma()
|
| /OK3568_Linux_fs/kernel/include/uapi/rdma/ |
| H A D | rdma_user_cm.h | 136 __u16 dst_size; member 177 __u16 dst_size; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/ |
| H A D | rdma_user_cm.h | 136 __u16 dst_size; member 175 __u16 dst_size; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | rdma_user_cm.h | 136 __u16 dst_size; member 175 __u16 dst_size; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 817 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local 829 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr() 831 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr() 857 0, 1, dst_size); in create_cipher_wr() 882 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr() 887 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr() 2453 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local 2482 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2485 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr() 2537 0, 0, dst_size); in create_authenc_wr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | i8042-x86ia64io.h | 1034 static void i8042_pnp_id_to_string(struct pnp_id *id, char *dst, int dst_size) in i8042_pnp_id_to_string() argument 1036 strlcpy(dst, "PNP:", dst_size); in i8042_pnp_id_to_string() 1039 strlcat(dst, " ", dst_size); in i8042_pnp_id_to_string() 1040 strlcat(dst, id->id, dst_size); in i8042_pnp_id_to_string()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 109 Size dst_size, OutputArray dst) in warpBackward() argument 114 detectResultRoi(dst_size, src_tl, src_br); in warpBackward() 119 Mat xmap(dst_size, CV_32F); in warpBackward() 120 Mat ymap(dst_size, CV_32F); in warpBackward() 123 for (int y = 0; y < dst_size.height; ++y) in warpBackward() 125 for (int x = 0; x < dst_size.width; ++x) in warpBackward() 133 dst.create(dst_size, src.type()); in warpBackward()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | crypto.c | 39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument 44 for (x = 0; x < dst_size; x++) { in ecryptfs_from_hex() 1757 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() argument 1766 (*dst_size) = 0; in ecryptfs_encode_for_filename() 1785 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1833 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename() argument 1841 (*dst_size) = ecryptfs_max_decoded_size(src_size); in ecryptfs_decode_from_filename() 1871 (*dst_size) = dst_byte_offset; in ecryptfs_decode_from_filename()
|