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

/freebsd-13-stable/stand/uboot/lib/
H A Dcopy.c73 uint64_t biggest_block, this_block; local
116 this_block = sblock;
119 this_block = eubldr;
124 this_block = (eubldr < sblock) ? sblock : eubldr;
125 this_size = eblock - this_block;
127 this_block = 0;
131 biggest_block = this_block;

Completed in 14 milliseconds