Searched defs:src_len (Results 1 – 7 of 7) sorted by relevance
/spdk/lib/util/ |
H A D | base64.c | 74 base64_encode(char *dst, const char *enc_table, const void *src, size_t src_len) in base64_encode() 123 spdk_base64_encode(char *dst, const void *src, size_t src_len) in spdk_base64_encode() 129 spdk_base64_urlsafe_encode(char *dst, const void *src, size_t src_len) in spdk_base64_urlsafe_encode()
|
H A D | base64_neon.c | 96 base64_encode_neon64(char **dst, const char *enc_table, const void **src, size_t *src_len) in base64_encode_neon64() 136 size_t *src_len) in base64_decode_neon64()
|
H A D | base64_sve.c | 161 base64_encode_sve(char **dst, const char *enc_table, const void **src, size_t *src_len) in base64_encode_sve() 256 base64_decode_sve(void **dst, const uint8_t *dec_table, const uint8_t **src, size_t *src_len) in base64_decode_sve()
|
H A D | dif.c | 1119 uint32_t offset_in_block, src_len, data_block_size; _dif_generate_copy_split() local [all...] |
/spdk/lib/idxd/ |
H A D | idxd.c | 1586 size_t src_len, dst_len; idxd_validate_dif_insert_iovecs() local 1612 idxd_validate_dif_insert_buf_align(const struct spdk_dif_ctx * ctx,const uint64_t src_len,const uint64_t dst_len) idxd_validate_dif_insert_buf_align() argument 1735 idxd_validate_dif_strip_buf_align(const struct spdk_dif_ctx * ctx,const uint64_t src_len,const uint64_t dst_len) idxd_validate_dif_strip_buf_align() argument [all...] |
/spdk/lib/ioat/ |
H A D | ioat.c | 581 uint64_t pdst_addr, psrc_addr, dst_len, src_len; in spdk_ioat_build_copy() local
|
/spdk/lib/iscsi/ |
H A D | iscsi_rpc.c | 1943 size_t src_len, dst_len; in rpc_iscsi_get_histogram() local
|