Lines Matching defs:bytes
25 alignas(max_align_t) array<byte, kN> bytes;
27 auto result = Block::init(bytes);
55 alignas(max_align_t) array<byte, kN> bytes;
56 span<byte> aligned(bytes);
71 array<byte, 2> bytes;
72 auto result = Block::init(bytes);
80 // bytes from this one's. This should be sufficient for any machine's
84 array<byte, kN> bytes;
85 auto result = Block::init(bytes);
110 array<byte, kN> bytes;
111 auto result = Block::init(bytes);
147 array<byte, kN> bytes;
148 auto result = Block::init(bytes);
169 array<byte, kN> bytes;
170 auto result = Block::init(bytes);
181 array<byte, kN> bytes;
182 auto result = Block::init(bytes);
194 array<byte, kN> bytes;
195 auto result = Block::init(bytes);
207 array<byte, kN> bytes;
208 auto result = Block::init(bytes);
221 array<byte, kN> bytes;
222 auto result = Block::init(bytes);
237 array<byte, kN> bytes;
238 auto result = Block::init(bytes);
255 array<byte, kN> bytes;
256 auto result = Block::init(bytes);
271 array<byte, kN> bytes;
272 auto result = Block::init(bytes);
297 array<byte, kN> bytes;
298 auto result = Block::init(bytes);
314 array<byte, kN> bytes;
315 auto result = Block::init(bytes);
328 array<byte, 1024> bytes;
329 auto result = Block::init(bytes);
341 array<byte, kN> bytes{};
342 auto result = Block::init(bytes);
356 array<byte, kN> bytes;
357 auto result = Block::init(bytes);
370 array<byte, kN> bytes;
371 auto result = Block::init(bytes);
387 array<byte, kN> bytes;
388 auto result = Block::init(bytes);
415 array<byte, kN> bytes;
416 auto result = Block::init(bytes);
452 array<byte, kN> bytes;
453 auto result = Block::init(bytes);
489 array<byte, kN> bytes;
490 auto result = Block::init(bytes);