Home
last modified time | relevance | path

Searched refs:do_cu42 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/s390x/
Dcu42.c25 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len) in do_cu42() function
47 do_cu42(malloc(1), 10, pattern2, 4); // complaint (2 bytes) in main()
50 do_cu42(malloc(2), 10, pattern2, 4); // no complaint in main()
53 do_cu42(malloc(1), 10, pattern4, 4); // complaint (4 bytes) in main()
56 do_cu42(malloc(2), 10, pattern4, 4); // complaint (4 bytes) in main()
59 do_cu42(malloc(3), 10, pattern4, 4); // complaint (4 bytes) in main()
62 do_cu42(malloc(4), 10, pattern4, 4); // no complaint in main()
72 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint in main()
77 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint in main()
82 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint in main()
[all …]
Dcu42.stderr.exp2 at 0x........: do_cu42 (cu42.c:31)
9 at 0x........: do_cu42 (cu42.c:31)
16 at 0x........: do_cu42 (cu42.c:31)
23 at 0x........: do_cu42 (cu42.c:31)
30 at 0x........: do_cu42 (cu42.c:31)
34 at 0x........: do_cu42 (cu42.c:31)
38 at 0x........: do_cu42 (cu42.c:31)
42 at 0x........: do_cu42 (cu42.c:31)
46 at 0x........: do_cu42 (cu42.c:31)
50 at 0x........: do_cu42 (cu42.c:31)
/external/valgrind/none/tests/s390x/
Dcu42.c58 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len) in do_cu42() function
94 result = do_cu42(dst, dst_len, src, src_len); in run_test()