| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-threadbackward.cc | 356 back_threader::resolve_phi (gphi *phi, bitmap interesting) in resolve_phi() argument 387 && !bitmap_bit_p (interesting, SSA_NAME_VERSION (arg))) in resolve_phi() 392 bitmap_set_bit (interesting, v); in resolve_phi() 396 find_paths_to_names (e->src, interesting); in resolve_phi() 399 bitmap_clear_bit (interesting, v); in resolve_phi() 409 back_threader::find_paths_to_names (basic_block bb, bitmap interesting) in find_paths_to_names() argument 430 auto_vec<tree> worklist (bitmap_count_bits (interesting)); in find_paths_to_names() 431 populate_worklist (worklist, interesting); in find_paths_to_names() 444 resolve_phi (as_a<gphi *> (def_stmt), interesting); in find_paths_to_names() 452 bitmap_and_compl_into (interesting, processed); in find_paths_to_names() [all …]
|
| H A D | gimple-ssa-evrp-analyze.cc | 264 bool interesting = stmt_interesting_for_vrp (phi); in record_ranges_from_phis() local 265 if (!has_unvisited_preds && interesting) in record_ranges_from_phis() 276 && interesting in record_ranges_from_phis()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BugpointRedesign.md | 34 interesting-ness test and the arguments for said test, similar to other delta 39 The interesting-ness test that’s going to be run to reduce the code is given 47 The interesting-ness test would be defined as a script that returns 0 when the 50 and isn’t interesting to the tool, and thus, streamlining the process of 73 interesting-ness test
|
| /netbsd-src/usr.bin/config/ |
| H A D | scan.l | 111 int in_interesting; /* previous value for "interesting" */ 406 int interesting = 1; 552 in->in_interesting = interesting; 555 interesting = direct & interesting; 556 if (interesting) 624 interesting = in->in_interesting;
|
| /netbsd-src/sbin/route/ |
| H A D | show.c | 135 static int interesting = RTF_ANNOUNCE | RTF_BLACKHOLE | RTF_BROADCAST | in show() local 141 p_rttables(af, flags, rflags, interesting); in show()
|
| H A D | rtutil.c | 108 p_rttables(int paf, int flags, int pflags, int interesting) in p_rttables() argument 142 p_rtentry(rtm, flags, interesting); in p_rttables() 256 p_rtentry(struct rt_msghdr *rtm, int flags, int interesting) in p_rtentry() argument 282 p_flags(rtm->rtm_flags & interesting); in p_rtentry()
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | if.c | 847 struct iftot *lastif, *sum, *interesting; in sidewaysintpr_kvm() local 868 interesting = (interface == NULL) ? iftot : NULL; in sidewaysintpr_kvm() 875 interesting = ip; in sidewaysintpr_kvm() 881 if (interesting == NULL) { in sidewaysintpr_kvm() 903 interesting->ift_name, " ", in sidewaysintpr_kvm() 904 interesting->ift_name, " "); in sidewaysintpr_kvm() 907 interesting->ift_name, " ", in sidewaysintpr_kvm() 908 interesting->ift_name, " ", " "); in sidewaysintpr_kvm() 970 if (ip == interesting) { in sidewaysintpr_kvm()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_edit.c | 169 int interesting; in pcf_edit_main() local 232 interesting = 0; in pcf_edit_main() 236 if (interesting == 0) in pcf_edit_main() 245 if ((interesting = !!cvalue) != 0) { in pcf_edit_main()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | weblatency_example.txt | 61 interesting that the New Zealand server responded slightly faster. 116 It's interesting that the most common host (www.smh.com.au, NUM == 51), 123 The results from weblatency.d are interesting, but they don't point the
|
| H A D | runocc_example.txt | 24 This script is more interesting on a multi-CPU server,
|
| H A D | j_who_example.txt | 1 In many cases, in order to get interesting or in-depth results the
|
| H A D | cputypes_example.txt | 23 Much more interesting! We can see from the CHIP field that there is actually
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | weblatency_example.txt | 61 interesting that the New Zealand server responded slightly faster. 116 It's interesting that the most common host (www.smh.com.au, NUM == 51), 123 The results from weblatency.d are interesting, but they don't point the
|
| H A D | runocc_example.txt | 24 This script is more interesting on a multi-CPU server,
|
| H A D | j_who_example.txt | 1 In many cases, in order to get interesting or in-depth results the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-evrp-analyze.c | 266 bool interesting = stmt_interesting_for_vrp (phi); in record_ranges_from_phis() local 267 if (!has_unvisited_preds && interesting) in record_ranges_from_phis() 278 && interesting in record_ranges_from_phis()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 14 being a semi-interesting (but probably still useless) toy. :) 16 It is interesting to see how far we've come, and how little code it has 22 Our little language supports a couple of interesting features: it 49 extending the type system in all sorts of interesting ways. Simple 149 That said, there are interesting subsets of C that can be made portable. 161 process (assuming the JVM has no bugs). Safety is an interesting 230 One interesting thing that comes up, if you are trying to keep the code
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsfnms.c | 606 int interesting, preferold; variable 615 interesting = finptr || errno!=ENOENT; 616 if (interesting || !preferold) { 621 return interesting;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | README | 6 interesting ways.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| H A D | README | 6 interesting ways.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | releasing.md | 10 * Pick the most interesting.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | releasing.md | 10 * Pick the most interesting.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | n0ll.pem | 10 domain of interesting integers.
|
| /netbsd-src/usr.bin/pmap/ |
| H A D | TODO | 6 would certainly be interesting to adapt.
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | README | 11 interesting. Existence here does not necessarily imply any support
|