/lib/ |
D | kfifo.c | 103 unsigned int len, unsigned int off) in kfifo_copy_in() 127 const void *buf, unsigned int len) in __kfifo_in() 142 unsigned int len, unsigned int off) in kfifo_copy_out() 166 void *buf, unsigned int len) in __kfifo_out_peek() 180 void *buf, unsigned int len) in __kfifo_out() 189 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user() 224 unsigned long len, unsigned int *copied) in __kfifo_from_user() 250 unsigned int len, unsigned int off, unsigned int *copied) in kfifo_copy_to_user() 284 unsigned long len, unsigned int *copied) in __kfifo_to_user() 309 int nents, unsigned int len) in setup_sgl_buf() [all …]
|
D | checksum.c | 50 static unsigned int do_csum(const unsigned char *buff, int len) in do_csum() 129 __wsum csum_partial(const void *buff, int len, __wsum wsum) in csum_partial() 146 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() 156 csum_partial_copy_from_user(const void __user *src, void *dst, int len, in csum_partial_copy_from_user() 176 csum_partial_copy(const void *src, void *dst, int len, __wsum sum) in csum_partial_copy() 185 unsigned short len, in csum_tcpudp_nofold()
|
D | crc32.c | 56 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) 141 size_t len, const u32 (*tab)[256], 180 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) 184 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len) 189 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) 194 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len) 211 size_t len, const u32 (*tab)[256], 251 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) 256 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
|
D | iovec.c | 11 int memcpy_fromiovec(unsigned char *kdata, struct iovec *iov, int len) in memcpy_fromiovec() 36 int memcpy_toiovec(struct iovec *iov, unsigned char *kdata, int len) in memcpy_toiovec()
|
D | nlattr.c | 123 int nla_validate(const struct nlattr *head, int len, int maxtype, in nla_validate() 154 int i, len = 0; in nla_policy_len() local 182 int len, const struct nla_policy *policy) in nla_parse() 220 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() 253 size_t len = (srclen >= dstsize) ? dstsize - 1 : srclen; in nla_strlcpy() local 306 int len = strlen(str) + 1; in nla_strcmp() local
|
D | textsearch.c | 196 unsigned int len; member 229 const void *data, unsigned int len) in textsearch_find_continuous() 261 unsigned int len, gfp_t gfp_mask, int flags) in textsearch_prepare()
|
D | parser.c | 35 int len = -1; in match_one() local 133 size_t len = s->to - s->from; in match_number() local 210 size_t len = ret >= size ? size - 1 : ret; in match_strlcpy() local
|
D | decompress_inflate.c | 29 static int INIT nofill(void *buffer, unsigned int len) in nofill() 35 STATIC int INIT gunzip(unsigned char *buf, int len, in gunzip()
|
D | hexdump.c | 83 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize, in hex_dump_to_buffer() 198 const void *buf, size_t len, bool ascii) in print_hex_dump() 244 const void *buf, size_t len) in print_hex_dump_bytes()
|
D | crc-ccitt.c | 60 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt()
|
D | crc16.c | 57 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16()
|
D | crc7.c | 59 u8 crc7(u8 crc, const u8 *buffer, size_t len) in crc7()
|
D | crc-itu-t.c | 59 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) in crc_itu_t()
|
D | crc-t10dif.c | 54 __u16 crc_t10dif(const unsigned char *buffer, size_t len) in crc_t10dif()
|
D | pci_iomap.c | 29 resource_size_t len = pci_resource_len(dev, bar); in pci_iomap() local
|
D | kasprintf.c | 16 unsigned int len; in kvasprintf() local
|
D | ucs2_string.c | 35 ucs2_strncmp(const ucs2_char_t *a, const ucs2_char_t *b, size_t len) in ucs2_strncmp()
|
D | asn1_decoder.c | 60 size_t dp = *_dp, len, n; in asn1_find_indefinite_length() local 176 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
|
D | ts_kmp.c | 78 static inline void compute_prefix_tbl(const u8 *pattern, unsigned int len, in compute_prefix_tbl() 95 static struct ts_config *kmp_init(const void *pattern, unsigned int len, in kmp_init()
|
D | decompress_bunzip2.c | 522 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() 620 static int INIT nofill(void *buf, unsigned int len) in nofill() 628 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, int len, in start_bunzip() 678 STATIC int INIT bunzip2(unsigned char *buf, int len, in bunzip2() 746 STATIC int INIT decompress(unsigned char *buf, int len, in decompress()
|
D | decompress.c | 51 decompress_fn __init decompress_method(const unsigned char *inbuf, int len, in decompress_method()
|
/lib/reed_solomon/ |
D | reed_solomon.c | 298 int encode_rs8(struct rs_control *rs, uint8_t *data, int len, uint16_t *par, in encode_rs8() 324 int decode_rs8(struct rs_control *rs, uint8_t *data, uint16_t *par, int len, in decode_rs8() 344 int encode_rs16(struct rs_control *rs, uint16_t *data, int len, uint16_t *par, in encode_rs16() 368 int decode_rs16(struct rs_control *rs, uint16_t *data, uint16_t *par, int len, in decode_rs16()
|
/lib/zlib_inflate/ |
D | infutil.c | 10 const void *buf, unsigned int len) in zlib_inflate_blob()
|
/lib/mpi/ |
D | mpiutil.c | 59 size_t len = nlimbs * sizeof(mpi_limb_t); in mpi_alloc_limb_space() local
|
/lib/lz4/ |
D | lz4_compress.c | 126 int len; in lz4_compressctx() local 254 int len, length; in lz4_compress64kctx() local
|