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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c332 uint64_t next_pair[2]; local
344 next_pair[0] = square[0];
345 next_pair[1] = square[1];
346 dt_shift_128(next_pair, -pair_shift);
347 next_pair[0] &= 0x3;
348 next_pair[1] = 0;
351 dt_add_128(diff, next_pair, diff);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4658 nvpair_t *pair, *next_pair; local
4671 next_pair = nvlist_next_nvpair(props, pair);
4681 pair = next_pair;
4744 nvpair_t *pair, *next_pair; local
4754 next_pair = nvlist_next_nvpair(props, pair);
4765 pair = next_pair;

Completed in 162 milliseconds