Home | History | Annotate | Download | only in tests

Lines Matching defs:bc

57             const uint32_t bc[] = {
61 bwr.write_buffer = (uintptr_t)bc;
62 bwr.write_size = sizeof(bc);
68 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
198 const uint32_t bc[] = {
209 bwr.write_buffer = (uintptr_t)bc;
210 bwr.write_size = sizeof(bc);
212 EXPECT_EQ(sizeof(bc), bwr.write_consumed);
308 } __attribute__((packed)) bc = {
332 bwr.write_buffer = (uintptr_t)&bc;
333 bwr.write_size = sizeof(bc);
338 EXPECT_EQ(sizeof(bc), bwr.write_consumed);