Searched refs:snbytes (Results 1 – 1 of 1) sorted by relevance
306 uint64_t snbytes = 0; in choose_slice() local314 ((error = slice_get_size(slice, &snbytes)) != 0) || in choose_slice()329 if (bytes_to_sizestr(snbytes, &sizestr, in choose_slice()363 if (snbytes > nbytes) { in choose_slice()365 } else if (snbytes == nbytes) { in choose_slice()373 if (nbytes_is_min && (snbytes < nbytes)) { in choose_slice()402 m = (snbytes == nbytes ? 0 : (snbytes > nbytes ? 1 : 2)); in choose_slice()472 uint64_t snbytes = 0; in choose_slice() local477 (void) slice_get_size(slice, &snbytes); in choose_slice()479 if (bytes_to_sizestr(snbytes, &sizestr, in choose_slice()