Searched refs:next_pair (Results 1 – 2 of 2) sorted by relevance
332 uint64_t next_pair[2]; in dt_sqrt_128() local344 next_pair[0] = square[0]; in dt_sqrt_128()345 next_pair[1] = square[1]; in dt_sqrt_128()346 dt_shift_128(next_pair, -pair_shift); in dt_sqrt_128()347 next_pair[0] &= 0x3; in dt_sqrt_128()348 next_pair[1] = 0; in dt_sqrt_128()351 dt_add_128(diff, next_pair, diff); in dt_sqrt_128()
4069 nvpair_t *pair, *next_pair; in zfs_check_clearable() local4082 next_pair = nvlist_next_nvpair(props, pair); in zfs_check_clearable()4091 pair = next_pair; in zfs_check_clearable()4154 nvpair_t *pair, *next_pair; in props_reduce() local4164 next_pair = nvlist_next_nvpair(props, pair); in props_reduce()4175 pair = next_pair; in props_reduce()