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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c302 uint64_t next_pair[2]; local
314 next_pair[0] = square[0];
315 next_pair[1] = square[1];
316 dt_shift_128(next_pair, -pair_shift);
317 next_pair[0] &= 0x3;
318 next_pair[1] = 0;
321 dt_add_128(diff, next_pair, diff);

Completed in 24 milliseconds