/freebsd/sys/netinet/libalias/ |
H A D | alias_util.c | 155 int accumulate; in DifferentialChecksum() local 159 accumulate = *cksum; in DifferentialChecksum() 161 accumulate -= *new++; in DifferentialChecksum() 162 accumulate += *old++; in DifferentialChecksum() 165 if (accumulate < 0) { in DifferentialChecksum() 166 accumulate = -accumulate; in DifferentialChecksum() 167 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum() 168 accumulate += accumulate >> 16; in DifferentialChecksum() 169 *cksum = (u_short)~accumulate; in DifferentialChecksum() 171 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum() [all …]
|
H A D | alias.c | 301 int accumulate; in IcmpAliasIn1() local 306 accumulate = ic->icmp_id; in IcmpAliasIn1() 307 accumulate -= original_id; in IcmpAliasIn1() 308 ADJUST_CHECKSUM(accumulate, ic->icmp_cksum); in IcmpAliasIn1() 367 int accumulate, accumulate2; in IcmpAliasIn2() local 375 accumulate = twowords(&ip->ip_src); in IcmpAliasIn2() 376 accumulate -= twowords(&original_address); in IcmpAliasIn2() 377 accumulate += ud->uh_sport; in IcmpAliasIn2() 378 accumulate -= original_port; in IcmpAliasIn2() 379 accumulate2 = accumulate; in IcmpAliasIn2() [all …]
|
H A D | alias_proxy.c | 355 int accumulate; in ProxyEncodeTcpStream() local 357 accumulate = pip->ip_len; in ProxyEncodeTcpStream() 359 accumulate -= pip->ip_len; in ProxyEncodeTcpStream() 361 ADJUST_CHECKSUM(accumulate, pip->ip_sum); in ProxyEncodeTcpStream() 417 int accumulate; in ProxyEncodeIpHeader() local 421 accumulate = 0; in ProxyEncodeIpHeader() 423 accumulate -= *(sptr++); in ProxyEncodeIpHeader() 426 accumulate += *sptr; in ProxyEncodeIpHeader() 428 accumulate -= *sptr; in ProxyEncodeIpHeader() 430 accumulate += pip->ip_len; in ProxyEncodeIpHeader() [all …]
|
H A D | alias_pptp.c | 331 int accumulate = cptr->cid1; in AliasHandlePptpOut() local 338 accumulate -= cptr->cid1; in AliasHandlePptpOut() 339 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpOut() 403 int accumulate = *pcall_id; in AliasHandlePptpIn() local 410 accumulate -= *pcall_id; in AliasHandlePptpIn() 411 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpIn()
|
/freebsd/usr.sbin/ppp/ |
H A D | tcpmss.c | 109 int accumulate; in MSSFixup() local 138 accumulate = *mss; in MSSFixup() 140 accumulate -= *mss; in MSSFixup() 141 ADJUST_CHECKSUM(accumulate, tc->th_sum); in MSSFixup()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | numeric.cppm |
|
/freebsd/sys/netgraph/ |
H A D | ng_tcpmss.c | 419 int accumulate; in correct_mss() local 436 accumulate = be16dec(opt + 2); in correct_mss() 437 if (accumulate > maxmss) { in correct_mss() 439 accumulate -= maxmss; in correct_mss() 441 TCPMSS_ADJUST_CHECKSUM(accumulate, sum); in correct_mss()
|
/freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
H A D | accumulate.h | 27 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) { 39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) { 28 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) accumulate() function 42 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) accumulate() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MultiHazardRecognizer.cpp | 62 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops() 69 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN); in PreEmitNoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 267 // Multiply accumulate: MLA, MLS, SMLABB, SMLABT, SMLATB, SMLATT, SMLAWB, 269 // Multiply-accumulate pipelines support late-forwarding of accumulate operands 270 // from similar μops, allowing a typical sequence of multiply-accumulate μops 753 // FP multiply-accumulate pipelines support late forwarding of the result 754 // from FP multiply μops to the accumulate operands of an 755 // FP multiply-accumulate μop. The latter can potentially be issued 1 cycle 764 // FP multiply accumulate, FZ: 9cyc "F0/F1" or 4 cyc for sequenced accumulate 1015 // and multiply-with-accumulate instructions relative to r0pX. 1031 // ASIMD multiply accumulate, D-form 1032 // 5cyc F0 for r0px, 4cyc F0 for r1p0 and later, 1cyc for accumulate sequence [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | chacha-armv4.S | 242 add r0,r0,r8 @ accumulate key material 280 add r4,r4,r8 @ accumulate key material 320 add r0,r0,r8 @ accumulate key material 362 add r4,r4,r8 @ accumulate key material 422 add r0,r0,r8 @ accumulate key material 507 add r4,r4,r8 @ accumulate key material 597 add r0,r0,r8 @ accumulate key material 681 add r4,r4,r8 @ accumulate key material 1103 vadd.i32 q0,q0,q12 @ accumulate key material 1160 add r0,r0,r8 @ accumulate key material [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 292 auto TopSum = std::accumulate(Node->ExtraData.TerminalDurations.begin(), in GetValueForStack() 294 return std::accumulate(Node->ExtraData.IntermediateDurations.begin(), in GetValueForStack() 460 auto Sum = std::accumulate(F->ExtraData.IntermediateDurations.begin(), in printStack() 469 std::accumulate(Leaf->ExtraData.TerminalDurations.begin(), in printStack() 626 std::accumulate(Top->ExtraData.TerminalDurations.begin(), in print()
|
/freebsd/share/doc/psd/02.implement/ |
H A D | Makefile | 12 echo accumulate; echo .R2) > ${.TARGET}
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | Makefile | 11 echo accumulate; echo .R2) > ${.TARGET}
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | Makefile | 11 echo accumulate; echo .R2) > ${.TARGET}
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedNeoverseN1.td | 331 // Multiply accumulate 332 // Multiply accumulate, long 434 // FP multiply accumulate 613 // ASIMD multiply accumulate, D-form 614 // ASIMD multiply accumulate high, D-form 615 // ASIMD multiply accumulate saturating long 617 // ASIMD multiply accumulate long 627 // ASIMD multiply accumulate, Q-form 628 // ASIMD multiply accumulate high, Q-form 640 // ASIMD pairwise add and accumulate lon [all...] |
H A D | AArch64SchedA510.td | 450 // ASIMD multiply accumulate 454 // ASIMD multiply accumulate half 456 // ASIMD multiply accumulate long 458 // ASIMD multiply accumulate long #2 469 // ASIMD pairwise add and accumulate 471 // ASIMD shift accumulate 474 // ASIMD shift accumulate #2 696 // Arithmetic, shift and accumulate 877 // Matrix multiply-accumulate 896 // Multiply accumulate, B, H, S element size [all …]
|
H A D | AArch64SchedA57.td | 113 // Forwarding logic is only modeled for multiply and accumulate 358 // Advance for absolute diff accum, pairwise add and accumulate, shift accumulate 398 // ASIMD multiply accumulate, D-form 400 // ASIMD multiply accumulate, Q-form 403 // ASIMD multiply accumulate long 404 // ASIMD multiply accumulate saturating long 414 // ASIMD pairwise add and accumulate 415 // ASIMD shift accumulate 498 // ASIMD FP multiply accumulate, [all...] |
H A D | AArch64SchedNeoverseN2.td | 818 // FP multiply accumulate 983 // ASIMD matrix multiply-accumulate 1000 // ASIMD multiply accumulate 1003 // ASIMD multiply accumulate high 1006 // ASIMD multiply accumulate long 1009 // ASIMD multiply accumulate saturating long 1019 // ASIMD pairwise add and accumulate long 1022 // ASIMD shift accumulate 1113 // ASIMD FP multiply accumulate 1116 // ASIMD FP multiply accumulate long [all …]
|
H A D | AArch64SchedNeoverseV1.td | 557 // Multiply accumulate 558 // Multiply accumulate, long 685 // FP multiply accumulate 826 // ASIMD pairwise add and accumulate long 848 // ASIMD matrix multiply- accumulate 852 // ASIMD multiply accumulate 853 // ASIMD multiply accumulate long 854 // ASIMD multiply accumulate high 855 // ASIMD multiply accumulate saturating long 870 // ASIMD shift accumulate [all …]
|
H A D | AArch64SchedNeoverseV2.td | 1167 // Multiply accumulate, W-form 1168 // Multiply accumulate, X-form 1172 // Multiply accumulate long 1311 // FP multiply accumulate 1475 // ASIMD matrix multiply-accumulate 1492 // ASIMD multiply accumulate 1495 // ASIMD multiply accumulate high 1498 // ASIMD multiply accumulate long 1501 // ASIMD multiply accumulate saturating long 1511 // ASIMD pairwise add and accumulate long [all …]
|
H A D | AArch64SchedA55.td | 438 // ASIMD multiply accumulate 442 // ASIMD multiply accumulate half 444 // ASIMD multiply accumulate long 446 // ASIMD multiply accumulate long #2 457 // ASIMD pairwise add and accumulate 459 // ASIMD shift accumulate 462 // ASIMD shift accumulate #2
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | numeric | 21 accumulate(InputIterator first, InputIterator last, T init); 25 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); 161 #include <__numeric/accumulate.h>
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 385 const unsigned NumTypeIdxs = std::accumulate( in verify() 392 const unsigned NumImmIdxs = std::accumulate( in verify()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRegUnits.h | 132 void accumulate(const MachineInstr &MI);
|