HomeSort by: relevance | last modified time | path
    Searched defs:sum4 (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/indent/
opt_lpl.c 30 int sum4 = (1+2+3+4+5+ local in function:example
54 int sum4 = (1 + 2 + 3 + 4 + 5 + local in function:example
opt_lpl.c 30 int sum4 = (1+2+3+4+5+ local in function:example
54 int sum4 = (1 + 2 + 3 + 4 + 5 + local in function:example
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_lib.h 180 const __uint128_t sum4 = (__uint128_t)product13 + local in function:wideMultiply
199 sum4 +
fp_lib.h 180 const __uint128_t sum4 = (__uint128_t)product13 + local in function:wideMultiply
199 sum4 +
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 1720 u_32_t sum3, sum4; local in function:ipf_nat6_icmperror
1736 sum4 = ntohs(tcp->th_sport);
1746 sum4 = ntohs(tcp->th_sport);
1751 sumd += sum1 - sum4;
1773 sumd2 = sum4 - sum1;
1774 if (sum1 > sum4)
1784 sumd2 = sum4 - sum1;
1785 if (sum1 > sum4)
ip_nat6.c 1720 u_32_t sum3, sum4; local in function:ipf_nat6_icmperror
1736 sum4 = ntohs(tcp->th_sport);
1746 sum4 = ntohs(tcp->th_sport);
1751 sumd += sum1 - sum4;
1773 sumd2 = sum4 - sum1;
1774 if (sum1 > sum4)
1784 sumd2 = sum4 - sum1;
1785 if (sum1 > sum4)
ip_nat.c 3874 u_32_t sum3, sum4, sumt; local in function:ipf_nat_icmperror
3891 sum4 = ntohs(tcp->th_sport);
3901 sum4 = ntohs(tcp->th_sport);
3906 CALC_SUMD(sum4, sum1, sumt);
3930 CALC_SUMD(sum1, sum4, sumd2);
3938 CALC_SUMD(sum1, sum4, sumd2);
ip_nat.c 3874 u_32_t sum3, sum4, sumt; local in function:ipf_nat_icmperror
3891 sum4 = ntohs(tcp->th_sport);
3901 sum4 = ntohs(tcp->th_sport);
3906 CALC_SUMD(sum4, sum1, sumt);
3930 CALC_SUMD(sum1, sum4, sumd2);
3938 CALC_SUMD(sum1, sum4, sumd2);

Completed in 39 milliseconds