Searched refs:lastoff (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | gapless.h | 77 off_t byteoff = (fr->num == fr->lastframe) ? samples_to_bytes(fr, fr->lastoff) : 0; in frame_buffercheck() 82 …IZE_P" bytes.\n", (off_p)fr->num, (off_p)(fr->num == fr->lastframe ? fr->lastoff : 0), (size_p)fr-… in frame_buffercheck()
|
H A D | frame.h | 279 off_t lastoff; /* number of samples to use from lastframe */ member
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | frame.c | 549 fr->lastoff = 0; in frame_fixed_reset() 891 fr->lastoff = 0; in frame_gapless_update() 931 fr->lastoff = fr->end_os - frame_outs(fr, fr->lastframe); in frame_set_frameseek() 932 } else {fr->lastframe = -1; fr->lastoff = 0; } in frame_set_frameseek() 933 } else { fr->firstoff = fr->lastoff = 0; fr->lastframe = -1; } in frame_set_frameseek() 939 (long) fr->lastframe, (long) fr->lastoff, (long) fr->ignoreframe); in frame_set_frameseek() 967 (long) fr->lastframe, (long) fr->lastoff, (long) fr->ignoreframe); in frame_set_seek()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | balance.c | 1759 ULONG bmplen, runlength, index, lastoff; in balance_data_chunk() local 1894 lastoff = 0; in balance_data_chunk() 1908 if (index > lastoff) { in balance_data_chunk() 1909 ULONG off = lastoff; in balance_data_chunk() 1910 ULONG size = index - lastoff; in balance_data_chunk() 1978 lastoff = index; in balance_data_chunk() 1987 ULONG off = lastoff; in balance_data_chunk() 2832 if (tp.item->key.offset > lastoff) 2833 add_trim_entry_avoid_sb(Vcb, dev, lastoff, tp.item->key.offset - lastoff); 2851 if (lastoff < dev->devitem.num_bytes) [all …]
|
H A D | free-space.c | 778 uint64_t lastoff; in load_stored_free_space_tree() local 810 lastoff = tp.item->key.obj_id; in load_stored_free_space_tree() 830 if (runstart > lastoff) { in load_stored_free_space_tree() 831 … Status = add_space_entry(&c->space, &c->space_size, lastoff, runstart - lastoff); in load_stored_free_space_tree() 839 lastoff = runend; in load_stored_free_space_tree() 844 if (lastoff < tp.item->key.obj_id + tp.item->key.offset) { in load_stored_free_space_tree() 845 … = add_space_entry(&c->space, &c->space_size, lastoff, tp.item->key.obj_id + tp.item->key.offset -… in load_stored_free_space_tree()
|
H A D | send.c | 1653 uint64_t lastoff = 0; in add_ext_holes() local 1660 if (ext->offset > lastoff) { in add_ext_holes() 1671 ext2->offset = lastoff; in add_ext_holes() 1673 ext2->data.decoded_size = ed2->num_bytes = ext->offset - lastoff; in add_ext_holes() 1681 lastoff = ext->offset + ext->data.decoded_size; in add_ext_holes() 1684 lastoff = ext->offset + ed2->num_bytes; in add_ext_holes() 1690 if (size > lastoff) { in add_ext_holes() 1701 ext2->offset = lastoff; in add_ext_holes() 1703 …ext2->data.decoded_size = ed2->num_bytes = sector_align(size - lastoff, Vcb->superblock.sector_siz… in add_ext_holes()
|
/reactos/sdk/lib/fslib/btrfslib/ |
H A D | btrfslib.c | 150 uint64_t lastoff; member 428 c->lastoff = off; 482 addr = c->lastoff; 518 c->lastoff = r->header.address + node_size;
|