Lines Matching refs:do_cu42
25 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len)
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); // complaint
87 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint
92 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint
97 do_cu42(buf, sizeof buf, (void *)input, 4); // no complaint
104 do_cu42(buf, sizeof buf, (void *)input, 8); // complaint
108 // do_cu42(NULL, 10, pattern1, sizeof pattern1); // complaint