Searched refs:do_cu42 (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/s390x/ |
H A D | cu42.c | 25 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len) function 47 do_cu42(malloc(1), 10, pattern2, 4); // complaint (2 bytes) 50 do_cu42(malloc(2), 10, pattern2, 4); // no complaint 53 do_cu42(malloc(1), 10, pattern4, 4); // complaint (4 bytes) 56 do_cu42(malloc(2), 10, pattern4, 4); // complaint (4 bytes) 59 do_cu42(malloc(3), 10, pattern4, 4); // complaint (4 bytes) 62 do_cu42(malloc(4), 10, pattern4, 4); // no complaint 72 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint 77 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint 82 do_cu42(bu [all...] |
H A D | cu42.stderr.exp | 2 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 (cu4 [all...] |
/external/valgrind/none/tests/s390x/ |
H A D | cu42.c | 58 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len) function 94 result = do_cu42(dst, dst_len, src, src_len);
|
Completed in 5695 milliseconds