| /trueos/sys/netinet/libalias/ |
| HD | alias_util.c | 156 int accumulate; in DifferentialChecksum() local 160 accumulate = *cksum; in DifferentialChecksum() 162 accumulate -= *new++; in DifferentialChecksum() 163 accumulate += *old++; in DifferentialChecksum() 166 if (accumulate < 0) { in DifferentialChecksum() 167 accumulate = -accumulate; in DifferentialChecksum() 168 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum() 169 accumulate += accumulate >> 16; in DifferentialChecksum() 170 *cksum = (u_short) ~ accumulate; in DifferentialChecksum() 172 accumulate = (accumulate >> 16) + (accumulate & 0xffff); in DifferentialChecksum() [all …]
|
| HD | alias.c | 310 int accumulate; in IcmpAliasIn1() local 315 accumulate = ic->icmp_id; in IcmpAliasIn1() 316 accumulate -= original_id; in IcmpAliasIn1() 317 ADJUST_CHECKSUM(accumulate, ic->icmp_cksum); in IcmpAliasIn1() 377 int accumulate, accumulate2; in IcmpAliasIn2() local 385 accumulate = twowords(&ip->ip_src); in IcmpAliasIn2() 386 accumulate -= twowords(&original_address); in IcmpAliasIn2() 387 accumulate += ud->uh_sport; in IcmpAliasIn2() 388 accumulate -= original_port; in IcmpAliasIn2() 389 accumulate2 = accumulate; in IcmpAliasIn2() [all …]
|
| HD | alias_proxy.c | 360 int accumulate; in ProxyEncodeTcpStream() local 362 accumulate = pip->ip_len; in ProxyEncodeTcpStream() 364 accumulate -= pip->ip_len; in ProxyEncodeTcpStream() 366 ADJUST_CHECKSUM(accumulate, pip->ip_sum); in ProxyEncodeTcpStream() 423 int accumulate; in ProxyEncodeIpHeader() local 427 accumulate = 0; in ProxyEncodeIpHeader() 429 accumulate -= *(sptr++); in ProxyEncodeIpHeader() 432 accumulate += *sptr; in ProxyEncodeIpHeader() 434 accumulate -= *sptr; in ProxyEncodeIpHeader() 436 accumulate += pip->ip_len; in ProxyEncodeIpHeader() [all …]
|
| HD | alias_pptp.c | 342 int accumulate = cptr->cid1; in AliasHandlePptpOut() local 349 accumulate -= cptr->cid1; in AliasHandlePptpOut() 350 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpOut() 414 int accumulate = *pcall_id; in AliasHandlePptpIn() local 421 accumulate -= *pcall_id; in AliasHandlePptpIn() 422 ADJUST_CHECKSUM(accumulate, tc->th_sum); in AliasHandlePptpIn()
|
| /trueos/usr.sbin/ppp/ |
| HD | tcpmss.c | 104 int accumulate; in MSSFixup() local 133 accumulate = *mss; in MSSFixup() 135 accumulate -= *mss; in MSSFixup() 136 ADJUST_CHECKSUM(accumulate, tc->th_sum); in MSSFixup()
|
| /trueos/contrib/groff/src/preproc/refer/ |
| HD | refer.cpp | 54 int accumulate = 0; variable 208 accumulate = 1; in main() 325 accumulate = 1; in main() 384 if (accumulate) in main() 498 if (accumulate) in do_file() 504 unsigned flags = (accumulate in do_file() 508 if (accumulate && outfp == stdout) in do_file() 592 if (accumulate) in do_file() 632 if (label_in_text && !accumulate && ncitations > 0) { in output_pending_line() 645 if (!accumulate) in output_pending_line() [all …]
|
| HD | command.cpp | 349 accumulate = 1; in accumulate_command() 354 accumulate = 0; in no_accumulate_command() 373 accumulate = 1; in sort_command() 416 if (!accumulate) in bibliography_command() 420 if (accumulate) in bibliography_command() 507 accumulate = 1; in discard_command()
|
| HD | command.h | 24 extern int accumulate;
|
| /trueos/sys/netgraph/ |
| HD | ng_tcpmss.c | 414 int accumulate; in correct_mss() local 431 accumulate = be16dec(opt + 2); in correct_mss() 432 if (accumulate > maxmss) { in correct_mss() 434 accumulate -= maxmss; in correct_mss() 436 TCPMSS_ADJUST_CHECKSUM(accumulate, sum); in correct_mss()
|
| /trueos/contrib/binutils/bfd/ |
| HD | ecofflink.c | 369 struct accumulate struct 405 PARAMS ((struct accumulate *, struct shuffle **, struct shuffle **, argument 410 struct accumulate *ainfo; in add_file_shuffle() 456 PARAMS ((struct accumulate *, struct shuffle **head, struct shuffle **tail, 461 struct accumulate *ainfo; in add_memory_shuffle() 498 struct accumulate *ainfo; 499 bfd_size_type amt = sizeof (struct accumulate); 501 ainfo = (struct accumulate *) bfd_malloc (amt); 559 struct accumulate *ainfo = (struct accumulate *) handle; 592 struct accumulate *ainfo = (struct accumulate *) handle; [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | scm-exp.c | 75 goto accumulate; in scm_istr2int() 83 goto accumulate; in scm_istr2int() 91 accumulate: in scm_istr2int()
|
| /trueos/contrib/libc++/include/ |
| D | numeric | 22 accumulate(InputIterator first, InputIterator last, T init); 26 accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); 72 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) 82 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_numeric.h | 81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in _GLIBCXX_BEGIN_NAMESPACE() 107 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in accumulate() function
|
| /trueos/share/doc/psd/02.implement/ |
| HD | Makefile | 15 echo accumulate; echo .R2) > ${.TARGET}
|
| /trueos/share/doc/psd/01.cacm/ |
| HD | Makefile | 14 echo accumulate; echo .R2) > ${.TARGET}
|
| /trueos/share/doc/psd/15.yacc/ |
| HD | Makefile | 14 echo accumulate; echo .R2) > ${.TARGET}
|
| /trueos/contrib/libstdc++/include/backward/ |
| D | algo.h | 128 using std::accumulate;
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm1136jfs.md | 49 ;; - A 4-stage multiply-accumulate pipeline. It has three stages, called 130 ;; Multiply and multiply-accumulate results are available after four stages. 161 ;; the two multiply-accumulate instructions.
|
| /trueos/contrib/libyaml/src/ |
| HD | emitter.c | 312 int accumulate = 0; in yaml_emitter_need_more_events() local 320 accumulate = 1; in yaml_emitter_need_more_events() 323 accumulate = 2; in yaml_emitter_need_more_events() 326 accumulate = 3; in yaml_emitter_need_more_events() 332 if (emitter->events.tail - emitter->events.head > accumulate) in yaml_emitter_need_more_events()
|
| /trueos/contrib/groff/contrib/mm/examples/ |
| HD | References | 197 accumulate 605 accumulate
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | IntrinsicsAArch64.td | 25 // Vector saturating accumulate
|
| /trueos/contrib/ntp/kernel/ |
| HD | README | 8 discipline can accumulate to several milliseconds on a typical Unix
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARM.td | 76 // Some processors have FP multiply-accumulate instructions that don't
|
| HD | ARMInstrThumb2.td | 2172 // T2Imac - Thumb2 multiply [accumulate, and absolute difference] instructions. 2517 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2557 // Multiply + accumulate 2587 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2597 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2652 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2665 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2678 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2691 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) 2704 let Inst{15-12} = 0b1111; // Ra = 0b1111 (no accumulate) [all …]
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCSchedule440.td | 71 // - The integer multiply-accumulate instruction will hold in
|