Lines Matching refs:nslt
546 #define CONV_HRESTIME(hrestsec, hrestnsec, adj, nslt, nano) \
548 add hrestnsec, nslt, hrestnsec; /* hrest.tv_nsec += nslt */ \
550 srlx nslt, ADJ_SHIFT, nslt; /* delay: nslt >>= 4 */ \
551 subcc adj, nslt, %g0; /* hrestime_adj - nslt/16 */ \
552 movg %xcc, nslt, adj; /* adj by min(adj, nslt/16) */ \
555 2: addcc adj, nslt, %g0; /* hrestime_adj + nslt/16 */ \
558 sub hrestnsec, nslt, hrestnsec; /* no: hrest.nsec -= nslt/16 */ \
738 add %i3, %i1, %i3 ! hrestime.nsec += nslt