Home
last modified time | relevance | path

Searched refs:do_cu21 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/s390x/
Dcu21.c39 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) in do_cu21() function
62 do_cu21(malloc(1), 10, pattern2, 2); // complaint (2 bytes) in main()
65 do_cu21(malloc(2), 10, pattern2, 2); // no complaint in main()
68 do_cu21(malloc(1), 10, pattern3, 2); // 2 complaints (3 = 2+1) in main()
71 do_cu21(malloc(2), 10, pattern3, 2); // complaint (1 byte) in main()
74 do_cu21(malloc(3), 10, pattern3, 2); // no complaint in main()
77 do_cu21(malloc(1), 10, pattern4, 4); // complaint (4 bytes) in main()
80 do_cu21(malloc(2), 10, pattern4, 4); // complaint (4 bytes) in main()
83 do_cu21(malloc(3), 10, pattern4, 4); // complaint (4 bytes) in main()
86 do_cu21(malloc(4), 10, pattern4, 4); // no complaint in main()
[all …]
Dcu21.stderr.exp2 at 0x........: do_cu21 (cu21.c:45)
9 at 0x........: do_cu21 (cu21.c:45)
16 at 0x........: do_cu21 (cu21.c:45)
23 at 0x........: do_cu21 (cu21.c:45)
30 at 0x........: do_cu21 (cu21.c:45)
37 at 0x........: do_cu21 (cu21.c:45)
44 at 0x........: do_cu21 (cu21.c:45)
51 at 0x........: do_cu21 (cu21.c:45)
55 at 0x........: do_cu21 (cu21.c:45)
59 at 0x........: do_cu21 (cu21.c:45)
[all …]
/external/valgrind/none/tests/s390x/
Dcu21_1.c68 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) in do_cu21() function
104 result = do_cu21(dst, dst_len, src, src_len); in run_test()
Dcu21.c68 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) in do_cu21() function
104 result = do_cu21(dst, dst_len, src, src_len); in run_test()