HomeSort by relevance Sort by last modified time
    Searched refs:do_cu21 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/tests/s390x/
cu21.c 39 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) function
62 do_cu21(malloc(1), 10, pattern2, 2); // complaint (2 bytes)
65 do_cu21(malloc(2), 10, pattern2, 2); // no complaint
68 do_cu21(malloc(1), 10, pattern3, 2); // 2 complaints (3 = 2+1)
71 do_cu21(malloc(2), 10, pattern3, 2); // complaint (1 byte)
74 do_cu21(malloc(3), 10, pattern3, 2); // no complaint
77 do_cu21(malloc(1), 10, pattern4, 4); // complaint (4 bytes)
80 do_cu21(malloc(2), 10, pattern4, 4); // complaint (4 bytes)
83 do_cu21(malloc(3), 10, pattern4, 4); // complaint (4 bytes)
86 do_cu21(malloc(4), 10, pattern4, 4); // no complain
    [all...]
cu21.stderr.exp 2 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/main/none/tests/s390x/
cu21.c 68 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) function
104 result = do_cu21(dst, dst_len, src, src_len);
cu21_1.c 68 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) function
104 result = do_cu21(dst, dst_len, src, src_len);

Completed in 3017 milliseconds