Home
last modified time | relevance | path

Searched defs:src (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c16 static void do_one(char *src, char *dst, unsigned long src_off, in do_one()
64 char *src, *dst, *redzone, *fill; in test_copy_loop() local
/tools/usb/usbip/
DMakefile.am1 SUBDIRS := libsrc src subdir
/tools/perf/util/include/asm/
Duaccess.h4 #define __get_user(src, dest) \ argument
/tools/perf/util/
Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) in sq_quote_buf()
Dalias.c28 int src, dst, count = 0, size = 16; in split_cmdline() local
Dpath.c29 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy()
Dstring.c353 void *memdup(const void *src, size_t len) in memdup()
Dutil.c613 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32()
623 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64()
Dcallchain.c639 struct callchain_node *dst, struct callchain_node *src) in merge_chain_branch()
680 struct callchain_root *dst, struct callchain_root *src) in callchain_merge()
Dcallchain.h212 struct callchain_cursor *src) in callchain_cursor_snapshot()
Dannotate.h132 struct annotated_source *src; member
Ddwarf-aux.c36 const char *src = NULL; in cu_find_realpath() local
Dprobe-finder.c1593 static int line_range_add_line(const char *src, unsigned int lineno, in line_range_add_line()
Dhist.c230 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
/tools/perf/util/include/linux/
Dbitmap.h33 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
/tools/perf/bench/
Dmem-functions.c195 static void memcpy_alloc_mem(void **dst, void **src, size_t size) in memcpy_alloc_mem()
212 void *src = NULL, *dst = NULL; in do_memcpy_cycles() local
238 void *src = NULL, *dst = NULL; in do_memcpy_gettimeofday() local
/tools/testing/selftests/exec/
Dexecveat.c137 static void exe_cp(const char *src, const char *dest) in exe_cp()
150 static int check_execveat_pathmax(int dot_dfd, const char *src, int is_script) in check_execveat_pathmax()
/tools/testing/selftests/x86/
Dsigreturn.c559 const char *src = (sig_err & 1) ? " EXT" : ""; in test_bad_iret() local
/tools/perf/scripts/python/
Dnetdev-times.py56 def diff_msec(src, dst): argument