Home
last modified time | relevance | path

Searched refs:test_using (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/test/sysperf/
H A Dmemzero.c9 void test_using(const char *ctl, char *buf, int bytes, void (*zerof)(void *d, size_t bytes));
64 test_using("bzero", buf, bytes, (void *)bzero); in main()
66 test_using("dozero1", buf, bytes, dozero1); in main()
67 test_using("dozero2", buf, bytes, dozero2); in main()
68 test_using("dozero3", buf, bytes, dozero3); in main()
69 test_using("dozero4", buf, bytes, dozero4); in main()
70 test_using("dozero5", buf, bytes, dozero5); in main()
71 test_using("dozero6", buf, bytes, dozero6); in main()
72 test_using("dozero7", buf, bytes, dozero7); in main()
78 test_using(const char *ctl, char *buf, int bytes, void (*zerof)(void *d, size_t bytes)) in test_using() function
H A Dmemcpy.c9 void test_using(const char *ctl, char *buf, int bytes, void (*copyf)(const void *s1, void *d, size_…
65 test_using("bcopy", buf, bytes, bcopy); in main()
67 test_using("docopy1", buf, bytes, docopy1); in main()
68 test_using("docopy2", buf, bytes, docopy2); in main()
69 test_using("docopy3", buf, bytes, docopy3); in main()
70 test_using("docopy4", buf, bytes, docopy4); in main()
71 test_using("docopy5", buf, bytes, docopy5); in main()
72 test_using("docopy6", buf, bytes, docopy6); in main()
73 test_using("docopy7", buf, bytes, docopy7); in main()
79 test_using(const char *ctl, char *buf, int bytes, void (*copyf)(const void *s1, void *d, size_t byt… in test_using() function