Home
last modified time | relevance | path

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

1234

/trueos/sys/netinet/libalias/
HDalias_util.c156 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 …]
HDalias.c310 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 …]
HDalias_proxy.c360 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 …]
HDalias_pptp.c342 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/
HDtcpmss.c104 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/
HDrefer.cpp54 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 …]
HDcommand.cpp349 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()
HDcommand.h24 extern int accumulate;
/trueos/sys/netgraph/
HDng_tcpmss.c414 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/
HDecofflink.c369 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/
HDscm-exp.c75 goto accumulate; in scm_istr2int()
83 goto accumulate; in scm_istr2int()
91 accumulate: in scm_istr2int()
/trueos/contrib/libc++/include/
Dnumeric22 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/
Dstl_numeric.h81 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/
HDMakefile15 echo accumulate; echo .R2) > ${.TARGET}
/trueos/share/doc/psd/01.cacm/
HDMakefile14 echo accumulate; echo .R2) > ${.TARGET}
/trueos/share/doc/psd/15.yacc/
HDMakefile14 echo accumulate; echo .R2) > ${.TARGET}
/trueos/contrib/libstdc++/include/backward/
Dalgo.h128 using std::accumulate;
/trueos/contrib/gcc/config/arm/
HDarm1136jfs.md49 ;; - 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/
HDemitter.c312 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/
HDReferences197 accumulate
605 accumulate
/trueos/contrib/llvm/include/llvm/IR/
HDIntrinsicsAArch64.td25 // Vector saturating accumulate
/trueos/contrib/ntp/kernel/
HDREADME8 discipline can accumulate to several milliseconds on a typical Unix
/trueos/contrib/llvm/lib/Target/ARM/
HDARM.td76 // Some processors have FP multiply-accumulate instructions that don't
HDARMInstrThumb2.td2172 // 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/
HDPPCSchedule440.td71 // - The integer multiply-accumulate instruction will hold in

1234