Lines Matching defs:end
550 lfs_mdir_t *source, uint16_t begin, uint16_t end);
866 uint16_t end;
881 uint16_t begin, uint16_t end, int16_t diff,
939 .end = end,
952 end = 0;
963 !(lfs_tag_id(tag) >= begin && lfs_tag_id(tag) < end)) {
1001 .end = end,
1019 end = fromid+1;
1057 end = stack[sp-1].end;
1291 // did we end on a valid commit? we may have an erased block
1549 lfs_off_t end;
1574 if (commit->off + dsize > commit->end) {
1623 // - 2-word crc with no following prog (end of block)
1624 const lfs_off_t end = lfs_alignup(
1634 while (commit->off < end) {
1636 lfs_min(end - (commit->off+sizeof(lfs_tag_t)), 0x3fe)
1639 if (noff < end) {
1640 noff = lfs_min(noff, end - 5*sizeof(uint32_t));
1645 if (noff >= end && noff <= lfs->cfg->block_size - lfs->cfg->prog_size) {
1719 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) {
1831 lfs_mdir_t *source, uint16_t split, uint16_t end) {
1844 int res = lfs_dir_compact(lfs, &tail, attrs, attrcount, source, split, end);
1903 lfs_mdir_t *source, uint16_t begin, uint16_t end) {
1939 .end = (lfs->cfg->metadata_max ?
1969 begin, end, -begin,
2033 dir->count = end - begin;
2076 lfs_mdir_t *source, uint16_t begin, uint16_t end) {
2085 while (end - split > 1) {
2091 split, end, -split,
2108 if (end - split < 0xff
2119 split = split + ((end - split) / 2);
2129 source, split, end);
2141 end = split;
2159 source, begin, end);
2169 end = begin;
2174 return lfs_dir_compact(lfs, dir, attrs, attrcount, source, begin, end);
2225 .end = (lfs->cfg->metadata_max ?
2596 // find end of list
2614 // current block not end of list?
3425 // eof if past end
3755 // flush+seek if not already at end