HomeSort by: relevance | last modified time | path
    Searched defs:ttt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
exp3.c 161 mpfr_exp_t ttt, shift_x; local
187 ttt = MPFR_GET_EXP (x);
192 if (ttt > 0)
194 shift_x = ttt;
195 mpfr_div_2ui (x_copy, x, ttt, MPFR_RNDN);
196 ttt = MPFR_GET_EXP (x_copy);
200 MPFR_ASSERTD (ttt <= 0);
230 mpfr_exp_rational (tmp, uk, shift + twopoweri - ttt, k + 1, P, mult);
242 mpfr_exp_rational (t, uk, twopoweri - ttt, k - i + 1, P, mult);
  /src/sbin/routed/
radix.c 856 struct radix_node *t, *tt, *ttt; local
863 ttt = rnh->rnh_nodes + 2;
864 t->rn_r = ttt;
869 *ttt = *tt;
870 ttt->rn_key = rn_ones;
  /src/sys/net/
radix.c 1084 struct radix_node *ttt; local
1088 ttt = rnh->rnh_nodes + 2;
1089 t->rn_r = ttt;
1094 *ttt = *tt;
1095 ttt->rn_key = rn_ones;
  /src/sys/netinet/
sctp_indata.c 3139 struct sctp_tmit_chunk *ttt; local
3140 ttt = TAILQ_FIRST(&asoc->send_queue);
3142 ttt->rec.data.TSN_seq - 1;
  /src/sys/dev/usb/
xhci.c 3816 uint8_t ttt = local
3820 cp[2] |= XHCI_SCTX_2_TT_THINK_TIME_SET(ttt);
3821 DPRINTFN(4, "nports=%jd ttt=%jd", hd->bNbrPorts, ttt, 0, 0);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 4390 #define IF_BIT_0(p) ttt = *(p); bound = (zip->bcj2_range >> kNumBitModelTotalBits) * ttt; if (zip->bcj2_code < bound)
4391 #define UPDATE_0(p) zip->bcj2_range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
4392 #define UPDATE_1(p) zip->bcj2_range -= bound; zip->bcj2_code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
4444 uint32_t ttt; local

Completed in 36 milliseconds