/lib/ |
D | strncpy_from_user.c | 10 #define IS_UNALIGNED(src, dst) 0 argument 12 #define IS_UNALIGNED(src, dst) \ argument 22 static inline long do_strncpy_from_user(char *dst, const char __user *src, long count, unsigned lon… in do_strncpy_from_user() 98 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
D | string_helpers.c | 72 static bool unescape_space(char **src, char **dst) in unescape_space() 100 static bool unescape_octal(char **src, char **dst) in unescape_octal() 119 static bool unescape_hex(char **src, char **dst) in unescape_hex() 143 static bool unescape_special(char **src, char **dst) in unescape_special() 168 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
|
D | iomap_copy.c | 35 u32 __iomem *dst = to; in __iowrite32_copy() local 59 u64 __iomem *dst = to; in __iowrite64_copy() local
|
D | iomap.c | 145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb() 153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw() 161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl() 195 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() 203 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
|
D | bitmap.c | 89 void __bitmap_complement(unsigned long *dst, const unsigned long *src, int bits) in __bitmap_complement() 111 void __bitmap_shift_right(unsigned long *dst, in __bitmap_shift_right() 156 void __bitmap_shift_left(unsigned long *dst, in __bitmap_shift_left() 184 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() 197 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() 208 void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_xor() 219 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot() 811 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap() 971 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto() 1011 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold() [all …]
|
D | checksum.c | 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()
|
D | flex_array.c | 198 void *dst; in flex_array_put() local 229 void *dst; in flex_array_clear() local
|
D | textsearch.c | 200 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, in get_linear_data()
|
D | hexdump.c | 44 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
|
D | nlattr.c | 244 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy()
|
D | bch.c | 135 static void load_ecc8(struct bch_control *bch, uint32_t *dst, in load_ecc8() 151 static void store_ecc8(struct bch_control *bch, uint8_t *dst, in store_ecc8() 371 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy()
|
D | kfifo.c | 141 static void kfifo_copy_out(struct __kfifo *fifo, void *dst, in kfifo_copy_out()
|
/lib/lzo/ |
D | lzodefs.h | 15 #define COPY4(dst, src) \ argument 18 #define COPY8(dst, src) \ argument 21 #define COPY8(dst, src) \ argument
|
/lib/lz4/ |
D | lz4_compress.c | 419 unsigned char *dst, size_t *dst_len, void *wrkmem) in lz4_compress()
|
D | lz4hc_compress.c | 517 unsigned char *dst, size_t *dst_len, void *wrkmem) in lz4hc_compress()
|