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

/illumos-gate/usr/src/lib/libtnf/
H A Dref.c57 tnf_ref32_t src_off, exp_off, dst_off, *dst_blk, *dst_cell; local
70 exp_off = src_off + src_val;
72 gen_delta = (tnf_int32_t)((unsigned)exp_off >> shft);
73 if ((exp_off & LONG_SIGN_BIT) == LONG_SIGN_BIT) {
80 dst_off = (tnf_ref32_t)((unsigned)exp_off & mask);

Completed in 83 milliseconds