Home
last modified time | relevance | path

Searched refs:test_memmove (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libc/test/
H A Drun-memops.c31 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
89 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
93 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
96 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libc/test/
H A Drun-memops.c32 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
96 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
100 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
103 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libc/test/
H A Drun-memops.c32 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
96 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
100 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
103 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libc/test/
H A Drun-memops.c32 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
96 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
100 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
103 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libc/test/
H A Drun-memops.c32 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
96 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
100 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
103 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libc/test/
H A Drun-memops.c21 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
85 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
89 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
92 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libc/test/
H A Drun-memops.c32 int test_memmove(void *dest, const void *src, size_t n, const void *r, const void *expected, size_t…
96 assert(test_memmove(buf + 5, buf2, strlen(buf2), buf, in main()
100 …assert(test_memmove(buf, buf+1, strlen("Hello World!"), buf, "Hello World!", strlen("Hello World!"… in main()
103 assert(test_memmove(buf+1, buf , strlen("0123456789"), buf, "00123456789", strlen("00123456789"))); in main()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-memcpy.c52 static NOINLINE OPTIMIZE3 void *test_memmove(void *dest, const void *src, size_t n) in test_memmove() function
105 (void)test_memmove(aligned_buf, aligned_buf + 64, STR_SHARED_SIZE - 64);
107 (void)test_memmove(aligned_buf + 64, aligned_buf, STR_SHARED_SIZE - 64);
109 (void)test_memmove(aligned_buf + 1, aligned_buf, STR_SHARED_SIZE - 1);
110 (void)test_memmove(aligned_buf, aligned_buf + 1, STR_SHARED_SIZE - 1);
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/test/lib/
H A Dstring.c109 static int test_memmove(struct unit_test_state *uts, u8 buf[], u8 mask, in test_memmove() function
148 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy()
183 if (test_memmove(uts, buf, 0, offset1, offset2, in lib_memmove()

12345678910>>...14