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

  /src/sys/netinet/
tcp_vtw.c 39 * Maximum Segment Lifetime (MSL) expires. On a host whose workload
46 * is an MSL, and a session uses the MSL of its class. The classes are
1268 * {1,2,3} MSL-class based allocation
1271 * space. MSL-class based divides the arena, so that allocation
1342 /*!\brief map class to TCP MSL
1358 /*!\brief map TCP MSL to class
1361 msl_to_class(int msl)
1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
1366 if (msl <= (tcp_msl_local ? tcp_msl_local : (TCPTV_MSL >> 1))
1381 int msl; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/
divrem_2.asm 135 C n2 un up n1 q0 -d1 di d0 d1 msl qp fn
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
divrem_2.asm 133 C n2 un -d1 dinv qp d0 q0 d1 up fn msl
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 1148 mp_limb_t msl = MPFR_MANT (p)[MPFR_LIMB_SIZE (p) - 1]; local
1152 digit = msl >> (rnd_bit + 1);
1157 && (msl & (MPFR_LIMB_ONE << rnd_bit))))
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
divrem_2.asm 138 C msl di d0 qp d1 fn up un
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 57 #define MSL 0
78 charcode_tag = 403, // MSL for Intellifont, Unicode for TrueType
123 "Font Type" // MSL for Intellifont, Unicode for TrueType
514 case MSL:
533 if (tfm_type == MSL && (num != 8782 || den != 1))
540 if (tfm_type == MSL && (num != 100 || den != 7231))
874 else if (tfm_type == MSL)
929 printf("\t-- MSL %4d", charcode);
955 fprintf(stderr, "%s: warning: symbol MSL %d (%s",
990 case MSL
    [all...]

Completed in 52 milliseconds