Home
last modified time | relevance | path

Searched refs:ttt (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dexp3.c157 mpfr_exp_t ttt, shift_x; in mpfr_exp_3() local
183 ttt = MPFR_GET_EXP (x); in mpfr_exp_3()
188 if (ttt > 0) in mpfr_exp_3()
190 shift_x = ttt; in mpfr_exp_3()
191 mpfr_div_2ui (x_copy, x, ttt, MPFR_RNDN); in mpfr_exp_3()
192 ttt = MPFR_GET_EXP (x_copy); in mpfr_exp_3()
196 MPFR_ASSERTD (ttt <= 0); in mpfr_exp_3()
226 mpfr_exp_rational (tmp, uk, shift + twopoweri - ttt, k + 1, P, mult); in mpfr_exp_3()
238 mpfr_exp_rational (t, uk, twopoweri - ttt, k - i + 1, P, mult); in mpfr_exp_3()
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Discsi.h177 u_int ttt; member
194 u_int ttt; member
211 u_int ttt; member
229 u_int ttt; member
253 u_int ttt; member
357 int ttt; // Target Transfer Tag member
H A Disc_sm.c184 nop_out->ttt = -1; in _nop_out()
203 sdebug(5, "itt=%x ttt=%x", htonl(nop_in->itt), htonl(nop_in->ttt)); in _nop_in()
212 if(nop_in->ttt != -1) { in _nop_in()
237 if(nop_in->ttt == -1) { in _nop_in()
H A Discsi_subr.c110 cmd->ttt = r2t->ttt; in iscsi_r2t()
/dragonfly/contrib/file/magic/Magdir/
H A Dacorn92 # load address 0xFFFtttdd, ttt is the object filetype and dddddddddd is time
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3751 #define IF_BIT_0(p) ttt = *(p); bound = (zip->bcj2_range >> kNumBitModelTotalBits) * ttt; if (zip->…
3752 #define UPDATE_0(p) zip->bcj2_range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMo…
3753 #define UPDATE_1(p) zip->bcj2_range -= bound; zip->bcj2_code -= bound; *(p) = (CProb)(ttt - (ttt >>…
3805 uint32_t ttt; in Bcj2_Decode() local
/dragonfly/sbin/iscontrol/
H A Dfsm.c516 tp->ttt = 0xffffffff; in doDiscovery()
/dragonfly/etc/
H A Dpf.os113 # wwww:ttt:D:ss:OOO...:OS:Version:Subtype:Details
118 # ttt - initial TTL
/dragonfly/contrib/tcpdump/
H A DCHANGES413 Fix display of timestamps with -tt, -ttt and -ttttt options