Lines Matching defs:offset
21 size_t offset;
28 ASSERT(count <= f->size - f->offset);
29 memcpy(buf, &f->data[f->offset], count);
30 f->offset += count;
205 f.offset = 0;
279 u64 offset)
292 * Test that this Merkle tree block has the expected size, offset, and
295 * level 1 block should have the smallest offset).
301 ASSERT(offset == 0);
308 ASSERT(offset == 1024 + (count * 1024));
417 f.offset = 0;