Searched refs:s_end (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/zfs/
H A Dzfs_lzjb.c51 uint8_t *s_end = (uint8_t *) s_start + s_len; local
55 while (dst < d_end && src < s_end) {
60 if (src >= s_end) {
69 if (src > s_end || cpy < (uint8_t *) d_start) {
/u-boot/common/
H A Dflash.c30 short s_end; local
38 s_end = info->sector_count - 1; /* index of last sector */
57 end = (i == s_end) ? b_end : info->start[i + 1] - 1;
143 short s_end = info->sector_count - 1; local
145 ulong e_addr = (i == s_end) ? b_end : info->start[i + 1];
/u-boot/cmd/
H A Dflash.c213 short s_end; local
219 s_end = info->sector_count - 1; /* last sector */
224 end = (sect == s_end) ? b_end : info->start[sect + 1] - 1;
240 s_last[bank] = s_end;
253 addr_first = (sect == s_end) ? b_end + 1 : info->start[sect + 1];

Completed in 51 milliseconds