HomeSort by relevance Sort by last modified time
    Searched defs:do_cu42 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/tests/s390x/
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(buf, sizeof buf, (void *)input, 4); // complain
    [all...]
  /external/valgrind/none/tests/s390x/
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 67 milliseconds