HomeSort by: relevance | last modified time | path
    Searched refs:evaluations (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-remember.mk 27 # evaluations in global scope could not overwrite the variable '_' anymore,
parse-var.mk 67 # multi-level evaluations like 'other=${OTHER}' with OTHER='$$ ${THIRD}'
cond-func-empty.mk 182 # unnecessary evaluations were fixed in several commits, starting with var.c
  /src/sys/dist/pf/net/
pf_norm.c 872 r->evaluations++;
1117 r->evaluations++;
1287 r->evaluations++;
pf_ioctl.c 1558 rule->evaluations = rule->packets[0] = rule->packets[1] =
1640 rule->evaluations = 0;
1813 newrule->evaluations = 0;
2219 rule->evaluations = 0;
pfvar.h 545 u_int64_t evaluations; member in struct:pf_rule
pf.c 2546 r->evaluations++;
3263 r->evaluations++;
3752 r->evaluations++;
  /src/dist/pf/sbin/pfctl/
pfctl.c 734 printf(" [ Evaluations: %-8llu Packets: %-8llu "
736 (unsigned long long)rule->evaluations,
813 (unsigned long long)pr.rule.evaluations,
858 (unsigned long long)pr.rule.evaluations,
pfctl_optimize.c 182 PF_RULE_FIELD(evaluations, DC),
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
searching.d 119 Performs (at most) $(BIGOH range.length) evaluations of `pred`.
172 Performs (at most) $(BIGOH range.length) evaluations of `pred`.
612 equality. Performs $(BIGOH haystack.length) evaluations of `pred`.
621 true). Performs $(BIGOH haystack.length) evaluations of `pred`.
1532 `find` performs $(BIGOH walkLength(haystack)) evaluations of `pred`.
1552 `find` performs $(BIGOH walkLength(haystack)) evaluations of `pred`.
2523 Performs (at most) $(BIGOH haystack.length) evaluations of `pred`.
2533 range). Performs $(BIGOH haystack.length) evaluations of `pred`.
2623 evaluations of `pred`.
2699 Performs $(BIGOH seq.length * choices.length) evaluations of `pred`
    [all...]
comparison.d 937 Performs $(BIGOH min(rs[0].length, rs[1].length, ...)) evaluations of `pred`. However, if
1436 into `t`. Performs $(BIGOH s.length * t.length) evaluations of $(D
1851 evaluations of `pred`.
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 292 with all the lazy evaluations and all that. The reason for this is that
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Test.pm 292 with all the lazy evaluations and all that. The reason for this is that
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Test.pm 291 with all the lazy evaluations and all that. The reason for this is that
  /src/external/mit/isl/dist/doc/
implementation.tex 580 If all the evaluations are non-negative, we only need to check for the
582 non-positive evaluations. Finally, in the rare case that all points

Completed in 69 milliseconds