Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/lib/libalias/
H A Dalias.c296 int accumulate; in IcmpAliasIn1() local
487 int accumulate; in IcmpAliasOut1() local
493 accumulate -= alias_id; in IcmpAliasOut1()
557 int accumulate; in IcmpAliasOut2() local
590 int accumulate; in IcmpAliasOut2() local
753 int accumulate; in UdpAliasIn() local
849 int accumulate; in UdpAliasOut() local
894 int accumulate; in TcpAliasIn() local
990 int accumulate; in TcpAliasOut() local
1012 int accumulate; in TcpAliasOut() local
[all …]
H A Dalias_util.c145 int accumulate; in DifferentialChecksum() local
147 accumulate = *cksum; in DifferentialChecksum()
150 accumulate -= *new++; in DifferentialChecksum()
151 accumulate += *old++; in DifferentialChecksum()
154 if (accumulate < 0) in DifferentialChecksum()
156 accumulate = -accumulate; in DifferentialChecksum()
157 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum()
158 accumulate += accumulate >> 16; in DifferentialChecksum()
163 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum()
164 accumulate += accumulate >> 16; in DifferentialChecksum()
[all …]
H A Dalias_proxy.c354 int accumulate; in ProxyEncodeTcpStream() local
356 accumulate = pip->ip_len; in ProxyEncodeTcpStream()
358 accumulate -= pip->ip_len; in ProxyEncodeTcpStream()
360 ADJUST_CHECKSUM(accumulate, pip->ip_sum); in ProxyEncodeTcpStream()
411 int accumulate; in ProxyEncodeIpHeader() local
415 accumulate = 0; in ProxyEncodeIpHeader()
417 accumulate -= *(sptr++); in ProxyEncodeIpHeader()
420 accumulate += *sptr; in ProxyEncodeIpHeader()
422 accumulate -= *sptr; in ProxyEncodeIpHeader()
424 accumulate += pip->ip_len; in ProxyEncodeIpHeader()
[all …]
H A Dalias_pptp.c183 int accumulate = cptr->cid1; in AliasHandlePptpOut() local
190 accumulate -= cptr->cid1; in AliasHandlePptpOut()
191 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpOut()
253 int accumulate = *pcall_id; in AliasHandlePptpIn() local
260 accumulate -= *pcall_id; in AliasHandlePptpIn()
261 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpIn()
/dragonfly/usr.sbin/ppp/
H A Dtcpmss.c105 int accumulate; in MSSFixup() local
134 accumulate = *mss; in MSSFixup()
136 accumulate -= *mss; in MSSFixup()
137 ADJUST_CHECKSUM(accumulate, tc->th_sum); in MSSFixup()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dnumericfwd.h43 accumulate(_IIter, _IIter, _Tp); in _GLIBCXX_VISIBILITY()
47 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY()
51 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY()
59 accumulate(_IIter, _IIter, _Tp, _BinaryOper); in _GLIBCXX_VISIBILITY()
63 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
68 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
H A Dnumeric56 accumulate(_IIter __begin, _IIter __end, _Tp __init,
58 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init); }
62 accumulate(_IIter __begin, _IIter __end, _Tp __init,
64 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init, __binary_op); }
71 { return accumulate(__begin, __end, __init,
79 { return accumulate(__begin, __end, __init, __binary_op,
110 return accumulate(__begin, __end, __init, __binary_op,
117 accumulate(_IIter __begin, _IIter __end, _Tp __init,
131 accumulate(_IIter __begin, _IIter __end, _Tp __init)
144 accumulate(_IIter __begin, _IIter __end, _Tp __init,
[all …]
H A Dpartial_sum.h163 _ValueType(__gnu_parallel::accumulate( in __parallel_partial_sum_linear()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dnumericfwd.h43 accumulate(_IIter, _IIter, _Tp); in _GLIBCXX_VISIBILITY()
47 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY()
51 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY()
59 accumulate(_IIter, _IIter, _Tp, _BinaryOper); in _GLIBCXX_VISIBILITY()
63 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
68 accumulate(_IIter, _IIter, _Tp, _BinaryOper, in _GLIBCXX_VISIBILITY()
H A Dnumeric56 accumulate(_IIter __begin, _IIter __end, _Tp __init,
58 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init); }
62 accumulate(_IIter __begin, _IIter __end, _Tp __init,
64 { return _GLIBCXX_STD_A::accumulate(__begin, __end, __init, __binary_op); }
71 { return accumulate(__begin, __end, __init,
79 { return accumulate(__begin, __end, __init, __binary_op,
109 return accumulate(__begin, __end, __init, __binary_op,
116 accumulate(_IIter __begin, _IIter __end, _Tp __init,
130 accumulate(_IIter __begin, _IIter __end, _Tp __init)
143 accumulate(_IIter __begin, _IIter __end, _Tp __init,
[all …]
H A Dpartial_sum.h163 _ValueType(__gnu_parallel::accumulate( in __parallel_partial_sum_linear()
/dragonfly/sys/netgraph7/tcpmss/
H A Dng_tcpmss.c416 int accumulate; in correct_mss() local
434 accumulate = *mss; in correct_mss()
436 accumulate -= *mss; in correct_mss()
438 TCPMSS_ADJUST_CHECKSUM(accumulate, tc->th_sum); in correct_mss()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_numeric.h121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in _GLIBCXX_VISIBILITY()
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2258 const double __sum = std::accumulate(_M_prob.begin(), in _M_initialize()
2380 const double __sum = std::accumulate(_M_den.begin(), in _M_initialize()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_numeric.h120 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in _GLIBCXX_VISIBILITY()
146 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in _GLIBCXX_VISIBILITY()
H A Drandom.tcc2655 const double __sum = std::accumulate(_M_prob.begin(), in _M_initialize()
2808 const double __sum = std::accumulate(_M_den.begin(), in _M_initialize()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgcov.texi469 several ways. For example, it could be used to accumulate data over a
H A Dcfg.texi421 accumulate into quite large errors.
H A Darm-neon-intrinsics.texi703 @subsubsection Multiply-accumulate
2125 @subsubsection Absolute difference and accumulate
2531 @subsubsection Pairwise add, single_opcode widen and accumulate
3771 @subsubsection Vector shift right by constant and accumulate
6134 @subsubsection Multiply-accumulate, lane
6494 @subsubsection Vector multiply-accumulate by scalar
H A Dinvoke.texi6298 the compiler normally lets arguments accumulate on the stack for several
10497 integer multiply, or integer multiply-and-accumulate.
11883 Enable the use of multiply-accumulate instructions. Disabled by default.
15115 Enables the multiplication and multiply-accumulate instructions.
15835 Enable (disable) use of the floating-point multiply-accumulate
15839 When multiply-accumulate instructions are used, the intermediate
16950 accumulate instructions. These instructions are generated by default
16961 multiply-accumulate instructions on the IBM 405, 440, 464 and 476 processors.
17790 accumulate instructions. These instructions are generated by default if
17850 Enable the use of multiply-accumulate instructions. Disabled by default.
[all …]
H A Drtl.texi2940 add-accumulate instruction that does clobber the MQ register. Similarly,
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mmix.texi466 prefixes accumulate. For example,
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def1119 /* Widening multiply-accumulate.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def1323 /* Widening multiply-accumulate.
/dragonfly/games/fortune/datfiles/
H A Dmurphy555 Friends come and go, but enemies accumulate.

12