Home
last modified time | relevance | path

Searched refs:next_pair (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c327 uint64_t next_pair[2]; in dt_sqrt_128() local
339 next_pair[0] = square[0]; in dt_sqrt_128()
340 next_pair[1] = square[1]; in dt_sqrt_128()
341 dt_shift_128(next_pair, -pair_shift); in dt_sqrt_128()
342 next_pair[0] &= 0x3; in dt_sqrt_128()
343 next_pair[1] = 0; in dt_sqrt_128()
346 dt_add_128(diff, next_pair, diff); in dt_sqrt_128()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4568 nvpair_t *pair, *next_pair; in zfs_check_clearable() local
4581 next_pair = nvlist_next_nvpair(props, pair); in zfs_check_clearable()
4590 pair = next_pair; in zfs_check_clearable()
4653 nvpair_t *pair, *next_pair; in props_reduce() local
4663 next_pair = nvlist_next_nvpair(props, pair); in props_reduce()
4674 pair = next_pair; in props_reduce()