Lines Matching defs:do_cu21
39 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
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 complaint
94 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
99 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
104 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
109 do_cu21(malloc(4), 4, (void *)input, 2); // no complaint
116 do_cu21(malloc(4), 4, (void *)input, 4); // complaint
119 // do_cu21(NULL, 10, pattern1, sizeof pattern1); // complaint