Lines Matching refs:nslt
392 #define CONV_HRESTIME(hrestsec, hrestnsec, adj, nslt, nano) \
394 add hrestnsec, nslt, hrestnsec; /* hrest.tv_nsec += nslt */ \
396 srlx nslt, ADJ_SHIFT, nslt; /* delay: nslt >>= 4 */ \
397 subcc adj, nslt, %g0; /* hrestime_adj - nslt/16 */ \
398 movg %xcc, nslt, adj; /* adj by min(adj, nslt/16) */ \
401 2: addcc adj, nslt, %g0; /* hrestime_adj + nslt/16 */ \
404 sub hrestnsec, nslt, hrestnsec; /* no: hrest.nsec -= nslt/16 */ \
584 add %i3, %i1, %i3 ! hrestime.nsec += nslt