Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 27) sorted by relevance

12

/lib/
Dstring_helpers.c132 static bool unescape_space(char **src, char **dst) in unescape_space()
160 static bool unescape_octal(char **src, char **dst) in unescape_octal()
179 static bool unescape_hex(char **src, char **dst) in unescape_hex()
203 static bool unescape_special(char **src, char **dst) in unescape_special()
266 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
301 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
311 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
347 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
377 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
395 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
[all …]
Dstrncpy_from_user.c14 #define IS_UNALIGNED(src, dst) 0 argument
16 #define IS_UNALIGNED(src, dst) \ argument
26 static inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user()
103 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
Diomap_copy.c35 u32 __iomem *dst = to; in __iowrite32_copy() local
56 u32 *dst = to; in __ioread32_copy() local
80 u64 __iomem *dst = to; in __iowrite64_copy() local
Diomap.c146 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
154 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
162 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
196 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
200 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
204 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
Dbitmap.c64 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement()
86 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src, in __bitmap_shift_right()
131 void __bitmap_shift_left(unsigned long *dst, const unsigned long *src, in __bitmap_shift_left()
156 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and()
172 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or()
183 void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_xor()
194 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot()
747 void bitmap_remap(unsigned long *dst, const unsigned long *src, in bitmap_remap()
913 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto()
953 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold()
[all …]
Dchecksum.c156 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()
Dhexdump.c48 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
69 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
Dflex_array.c203 void *dst; in flex_array_put() local
234 void *dst; in flex_array_clear() local
Dtextsearch.c202 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, in get_linear_data()
Dxxhash.c79 void xxh32_copy_state(struct xxh32_state *dst, const struct xxh32_state *src) in xxh32_copy_state()
85 void xxh64_copy_state(struct xxh64_state *dst, const struct xxh64_state *src) in xxh64_copy_state()
Dnlattr.c286 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy()
315 char *src = nla_data(nla), *dst; in nla_strdup() local
Dpercpu_ida.c43 static inline void move_tags(unsigned *dst, unsigned *dst_nr, in move_tags()
Dtest_firmware.c158 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy()
274 static ssize_t config_test_show_str(char *dst, in config_test_show_str()
Dbch.c135 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()
/lib/lzo/
Dlzodefs.h16 #define COPY4(dst, src) \ argument
19 #define COPY8(dst, src) \ argument
22 #define COPY8(dst, src) \ argument
/lib/zstd/
Dhuf_decompress.c199 static size_t HUF_decompress1X2_usingDTable_internal(void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress1X2_usingDTable_internal()
224 size_t HUF_decompress1X2_usingDTable(void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, … in HUF_decompress1X2_usingDTable()
232 size_t HUF_decompress1X2_DCtx_wksp(HUF_DTable *DCtx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress1X2_DCtx_wksp()
247 static size_t HUF_decompress4X2_usingDTable_internal(void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X2_usingDTable_internal()
355 size_t HUF_decompress4X2_usingDTable(void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, … in HUF_decompress4X2_usingDTable()
363 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X2_DCtx_wksp()
655 static size_t HUF_decompress1X4_usingDTable_internal(void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress1X4_usingDTable_internal()
684 size_t HUF_decompress1X4_usingDTable(void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, … in HUF_decompress1X4_usingDTable()
692 size_t HUF_decompress1X4_DCtx_wksp(HUF_DTable *DCtx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress1X4_DCtx_wksp()
707 static size_t HUF_decompress4X4_usingDTable_internal(void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X4_usingDTable_internal()
[all …]
Dhuf_compress.c82 size_t HUF_compressWeights_wksp(void *dst, size_t dstSize, const void *weightTable, size_t wtSize, … in HUF_compressWeights_wksp()
152 size_t HUF_writeCTable_wksp(void *dst, size_t maxDstSize, const HUF_CElt *CTable, U32 maxSymbolValu… in HUF_writeCTable_wksp()
538 size_t HUF_compress1X_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const… in HUF_compress1X_usingCTable()
579 size_t HUF_compress4X_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const… in HUF_compress4X_usingCTable()
651 static size_t HUF_compress_internal(void *dst, size_t dstSize, const void *src, size_t srcSize, uns… in HUF_compress_internal()
746 size_t HUF_compress1X_wksp(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned max… in HUF_compress1X_wksp()
752 size_t HUF_compress1X_repeat(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned m… in HUF_compress1X_repeat()
759 size_t HUF_compress4X_wksp(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned max… in HUF_compress4X_wksp()
765 size_t HUF_compress4X_repeat(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned m… in HUF_compress4X_repeat()
Dfse_decompress.c214 FORCE_INLINE size_t FSE_decompress_usingDTable_generic(void *dst, size_t maxDstSize, const void *cS… in FSE_decompress_usingDTable_generic()
282 size_t FSE_decompress_usingDTable(void *dst, size_t originalSize, const void *cSrc, size_t cSrcSize… in FSE_decompress_usingDTable()
294 size_t FSE_decompress_wksp(void *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsign… in FSE_decompress_wksp()
Ddecompress.c52 static void ZSTD_copy4(void *dst, const void *src) { memcpy(dst, src, 4); } in ZSTD_copy4()
412 static size_t ZSTD_copyRawBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize) in ZSTD_copyRawBlock()
420 static size_t ZSTD_setRleBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize, size… in ZSTD_setRleBlock()
1093 static size_t ZSTD_decompressSequences(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const void *s… in ZSTD_decompressSequences()
1348 static size_t ZSTD_decompressSequencesLong(ZSTD_DCtx *dctx, void *dst, size_t maxDstSize, const voi… in ZSTD_decompressSequencesLong()
1445 static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const v… in ZSTD_decompressBlock_internal()
1469 static void ZSTD_checkContinuity(ZSTD_DCtx *dctx, const void *dst) in ZSTD_checkContinuity()
1479 size_t ZSTD_decompressBlock(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t… in ZSTD_decompressBlock()
1497 size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length) in ZSTD_generateNxBytes()
1566 static size_t ZSTD_decompressFrame(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void **src… in ZSTD_decompressFrame()
[all …]
Dcompress.c434 size_t ZSTD_noCompressBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize) in ZSTD_noCompressBlock()
443 static size_t ZSTD_noCompressLiterals(void *dst, size_t dstCapacity, const void *src, size_t srcSiz… in ZSTD_noCompressLiterals()
462 static size_t ZSTD_compressRleLiteralsBlock(void *dst, size_t dstCapacity, const void *src, size_t … in ZSTD_compressRleLiteralsBlock()
482 static size_t ZSTD_compressLiterals(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, const void *src, … in ZSTD_compressLiterals()
586 ZSTD_STATIC size_t ZSTD_compressSequences_internal(ZSTD_CCtx *zc, void *dst, size_t dstCapacity) in ZSTD_compressSequences_internal()
832 ZSTD_STATIC size_t ZSTD_compressSequences(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, size_t srcS… in ZSTD_compressSequences()
2333 static size_t ZSTD_compressBlock_internal(ZSTD_CCtx *zc, void *dst, size_t dstCapacity, const void … in ZSTD_compressBlock_internal()
2355 static size_t ZSTD_compress_generic(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const void *src… in ZSTD_compress_generic()
2431 static size_t ZSTD_writeFrameHeader(void *dst, size_t dstCapacity, ZSTD_parameters params, U64 pled… in ZSTD_writeFrameHeader()
2490 static size_t ZSTD_compressContinue_internal(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const … in ZSTD_compressContinue_internal()
[all …]
Dzstd_internal.h129 ZSTD_STATIC void ZSTD_copy8(void *dst, const void *src) { in ZSTD_copy8()
135 ZSTD_STATIC void ZSTD_wildcopy(void *dst, const void *src, ptrdiff_t length) in ZSTD_wildcopy()
Dfse_compress.c724 static size_t FSE_compress_usingCTable_generic(void *dst, size_t dstSize, const void *src, size_t s… in FSE_compress_usingCTable_generic()
785 size_t FSE_compress_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const F… in FSE_compress_usingCTable()
/lib/lz4/
Dlz4_compress.c525 char * const dst, in LZ4_compress_destSize_generic()
723 char *dst, in LZ4_compress_destSize_extState()
757 char *dst, in LZ4_compress_destSize()
Dlz4hc_compress.c584 char *dst, in LZ4_compress_HC_extStateHC()
608 int LZ4_compress_HC(const char *src, char *dst, int srcSize, in LZ4_compress_HC()
Dlz4defs.h135 static FORCE_INLINE void LZ4_copy8(void *dst, const void *src) in LZ4_copy8()

12