Lines Matching refs:result
34 util_dynarray_init(&result, NULL);
37 util_dynarray_fini(&result);
40 const uint64_t *result_as_u64_array() { return reinterpret_cast<uint64_t *>(result.data); }
42 struct util_dynarray result;
54 bi_pack_format(&result, 1, tuples, 1, header, 0, 0, true);
61 ASSERT_EQ(result.size, 16);
72 bi_pack_format(&result, 0, tuples, 2, 0x52800011800, 0, 0, false);
73 bi_pack_format(&result, 2, tuples, 2, 0x52800011800, 0, 0, false);
82 ASSERT_EQ(result.size, 32);
94 bi_pack_format(&result, 0, tuples, 3, 0x3100000000, 0, 0, true);
95 bi_pack_format(&result, 3, tuples, 3, 0x3100000000, 0, 0, true);
96 bi_pack_format(&result, 4, tuples, 3, 0x3100000000, 0, 0, true);
107 ASSERT_EQ(result.size, 48);
122 bi_pack_format(&result, 0, tuples, 4, 0x3100000000, EC0, 0, false);
123 bi_pack_format(&result, 3, tuples, 4, 0x3100000000, EC0, 0, false);
124 bi_pack_format(&result, 6, tuples, 4, 0x3100000000, EC0, 0, false);
135 ASSERT_EQ(result.size, 48);
151 bi_pack_format(&result, 0, tuples, 5, 0x3100000000, EC0, 0, true);
152 bi_pack_format(&result, 3, tuples, 5, 0x3100000000, EC0, 0, true);
153 bi_pack_format(&result, 7, tuples, 5, 0x3100000000, EC0, 0, true);
154 bi_pack_format(&result, 8, tuples, 5, 0x3100000000, EC0, 0, true);
167 ASSERT_EQ(result.size, 64);
184 bi_pack_format(&result, 0, tuples, 6, 0x60000011800, EC0, 0, false);
185 bi_pack_format(&result, 3, tuples, 6, 0x60000011800, EC0, 0, false);
186 bi_pack_format(&result, 5, tuples, 6, 0x60000011800, EC0, 0, false);
187 bi_pack_format(&result, 9, tuples, 6, 0x60000011800, EC0, 0, false);
188 bi_pack_format(&result, 10, tuples, 6, 0x60000011800, EC0, 0, false);
203 ASSERT_EQ(result.size, 80);
219 bi_pack_format(&result, 0, tuples, 7, 0x3000100000, 0, 0, true);
220 bi_pack_format(&result, 3, tuples, 7, 0x3000100000, 0, 0, true);
221 bi_pack_format(&result, 5, tuples, 7, 0x3000100000, 0, 0, true);
222 bi_pack_format(&result, 9, tuples, 7, 0x3000100000, 0, 0, true);
223 bi_pack_format(&result, 11, tuples, 7, 0x3000100000, 0, 0, true);
238 ASSERT_EQ(result.size, 80);
257 bi_pack_format(&result, 0, tuples, 8, 0x61001311800, EC0, 0, true);
258 bi_pack_format(&result, 3, tuples, 8, 0x61001311800, EC0, 0, true);
259 bi_pack_format(&result, 5, tuples, 8, 0x61001311800, EC0, 0, true);
260 bi_pack_format(&result, 9, tuples, 8, 0x61001311800, EC0, 0, true);
261 bi_pack_format(&result, 12, tuples, 8, 0x61001311800, EC0, 0, true);
262 bi_pack_format(&result, 13, tuples, 8, 0x61001311800, EC0, 0, true);
279 ASSERT_EQ(result.size, 96);