| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | notes.rst | 48 .. include:: ../notes/notes-9.20.4.rst 49 .. include:: ../notes/notes-9.20.3.rst 50 .. include:: ../notes/notes-9.20.2.rst 51 .. include:: ../notes/notes-9.20.1.rst 52 .. include:: ../notes/notes [all...] |
| /netbsd-src/share/doc/papers/pulldown/ |
| H A D | refs.r | 6 %U ftp://ftp.isi.edu/in-notes/rfc1883.txt 13 %U ftp://ftp.isi.edu/in-notes/rfc1885.txt 20 %U ftp://ftp.isi.edu/in-notes/rfc2373.txt 26 %U ftp://ftp.isi.edu/in-notes/rfc793.txt 33 %U ftp://ftp.isi.edu/in-notes/rfc959.txt 40 %U ftp://ftp.isi.edu/in-notes/rfc2546.txt 47 %U ftp://ftp.isi.edu/in-notes/rfc2460.txt 55 %U ftp://ftp.isi.edu/in-notes/rfc2461.txt 62 %U ftp://ftp.isi.edu/in-notes/rfc2462.txt 69 %U ftp://ftp.isi.edu/in-notes/rfc2463.txt [all …]
|
| /netbsd-src/games/battlestar/ |
| H A D | command1.c | 49 if ((!notes[CANTMOVE] && !notes[LAUNCHED]) || in moveplayer() 51 (fuel > 0 && notes[LAUNCHED])) { in moveplayer() 63 if (notes[CANTMOVE] && !notes[LAUNCHED]) { in moveplayer() 171 notes[CANTSEE] = 1; in news() 178 notes[CANTSEE] = 0; in news() 247 notes[CANTMOVE] = 1; in news() 249 notes[CANTMOVE] = 0; in news() 273 notes[LAUNCHED] = 0; in crash()
|
| H A D | command3.c | 51 if (!notes[DUG]) { in dig() 56 notes[DUG] = 1; in dig() 291 notes[JINXED]++; in shoot() 307 notes[JINXED]++; in shoot() 324 notes[JINXED]++; in shoot() 354 notes[JINXED]++; in shoot()
|
| H A D | command2.c | 163 notes[CANTSEE] = 0; in use() 227 notes[JINXED]++; in murder() 240 notes[JINXED]++; in murder() 252 notes[JINXED]++; in murder() 263 notes[JINXED]++; in murder() 375 notes[CANTSEE] = 1; in follow()
|
| H A D | command6.c | 49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) { in launch() 53 notes[LAUNCHED] = 1; in launch() 71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) && in land() 73 notes[LAUNCHED] = 0; in land()
|
| H A D | save.c | 67 fread(notes, sizeof notes, 1, fp); in restore() 121 fwrite(notes, sizeof notes, 1, fp); in save()
|
| H A D | battlestar.c | 75 if (notes[LAUNCHED]) in main() 81 if (!notes[CANTSEE] || testbit(inven, LAMPON) || in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-passes.def | 26 /* This avr-specific pass (re)computes insn notes, in particular REG_DEAD 27 notes which are used by `avr.c::reg_unused_after' and branch offset 28 computations. These notes must be correct, i.e. there must be no 29 dangling REG_DEAD notes; otherwise wrong code might result, cf. PR64331. 32 opportunity to rectify notes. */
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | stabs.c | 216 saved_string_obstack_end = obstack_next_free (¬es); in s_stab_generic() 351 && saved_string_obstack_end == obstack_next_free (¬es)) in s_stab_generic() 352 obstack_free (¬es, string); in s_stab_generic() 357 && stab_secname_obstack_end == obstack_next_free (¬es)) in s_stab_generic() 358 obstack_free (¬es, stab_secname); in s_stab_generic() 400 if (stab_secname_obstack_end == obstack_next_free (¬es)) in s_stab_generic() 401 obstack_free (¬es, stab_secname); in s_stab_generic() 430 stab_secname_obstack_end = obstack_next_free (¬es); in s_xstab()
|
| H A D | output-file.c | 61 obstack_ptr_grow (¬es, &frchp->frch_obstack); in stash_frchain_obs() 91 obstack_ptr_grow (¬es, NULL); in output_file_close() 92 obs = obstack_finish (¬es); in output_file_close()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | APINotes.rst | 22 That's API notes. 24 API notes use a YAML-based file format. YAML is a format best explained by 26 notes for a hypothetical "SomeKit" framework. 34 API notes files are found relative to the module map that defines a module, 44 Clang will search for API notes files next to module maps only when passed the 45 ``-fapi-notes-modules`` option. 51 - Since they're identified by module name, API notes cannot be used to modify 58 Many API notes affect how a C API is imported into Swift. In order to change 59 that behavior while still remaining backwards-compatible, API notes can be 61 compiler (e.g. ``-fapi-notes-swift-version=5``). The rule is that an [all …]
|
| H A D | ReleaseNotes.rst | 13 These are in-progress notes for the upcoming Clang 13 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the Clang C/C++/Objective-C 24 general LLVM release notes, see `the LLVM 35 the current one. To see the release notes for a specific release, please 264 .. _release-notes-ubsan:
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | stabs.c | 229 obstack_free (¬es, stab_secname); in s_stab_generic() 243 obstack_free (¬es, stab_secname); in s_stab_generic() 270 saved_string_obstack_end = obstack_next_free (¬es); in s_stab_generic() 352 if (saved_string_obstack_end == obstack_next_free (¬es)) in s_stab_generic() 354 obstack_free (¬es, string); in s_stab_generic() 402 if (saved_string_obstack_end == obstack_next_free (¬es)) in s_stab_generic() 403 obstack_free (¬es, string); in s_stab_generic()
|
| H A D | output-file.c | 63 obstack_ptr_grow (¬es, &frchp->frch_obstack); in stash_frchain_obs() 94 obstack_ptr_grow (¬es, NULL); in output_file_close() 95 obs = obstack_finish (¬es); in output_file_close()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-passes.def | 26 /* This avr-specific pass (re)computes insn notes, in particular REG_DEAD 27 notes which are used by `avr.cc::reg_unused_after' and branch offset 28 computations. These notes must be correct, i.e. there must be no 29 dangling REG_DEAD notes; otherwise wrong code might result, cf. PR64331. 32 opportunity to rectify notes. */
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | Readme | 8 ALL*_notes.txt - notes that cover a collection of tools 9 *_notes.txt - notes that cover a specific tool 17 *.d - implementation notes within the code itself
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | Readme | 8 ALL*_notes.txt - notes that cover a collection of tools 9 *_notes.txt - notes that cover a specific tool 17 *.d - implementation notes within the code itself
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 13 These are in-progress notes for the upcoming libc++ 13 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 23 release and new feature work. For the general LLVM release notes, see `the LLVM 32 the current one. To see the release notes for a specific release, please
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_printer.c | 278 isl_id_to_id_free(p->notes); in isl_printer_free() 398 if (!p->notes) in isl_printer_has_note() 400 return isl_id_to_id_has(p->notes, id); in isl_printer_has_note() 418 return isl_id_to_id_get(p->notes, id); in isl_printer_get_note() 432 if (!p->notes) { in isl_printer_set_note() 433 p->notes = isl_id_to_id_alloc(isl_printer_get_ctx(p), 1); in isl_printer_set_note() 434 if (!p->notes) in isl_printer_set_note() 437 p->notes = isl_id_to_id_set(p->notes, id, note); in isl_printer_set_note() 438 if (!p->notes) in isl_printer_set_note()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
| H A D | Readme | 5 Notes notes on commands 13 5. read the notes from Notes.
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | kern.ldscript.Xen | 81 } :notes 87 notes PT_NOTE;
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | kern.ldscript.Xen | 86 } :notes 92 notes PT_NOTE;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | sel-sched-dump.cc | 822 insn_t notes = BB_NOTE_LIST (bb); in sel_dump_cfg_2() local 824 if (notes != NULL_RTX) in sel_dump_cfg_2() 830 while (notes != NULL_RTX) in sel_dump_cfg_2() 832 sel_dump_cfg_insn (notes, flags); in sel_dump_cfg_2() 835 notes = PREV_INSN (notes); in sel_dump_cfg_2()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | sel-sched-dump.c | 825 insn_t notes = BB_NOTE_LIST (bb); in sel_dump_cfg_2() local 827 if (notes != NULL_RTX) in sel_dump_cfg_2() 833 while (notes != NULL_RTX) in sel_dump_cfg_2() 835 sel_dump_cfg_insn (notes, flags); in sel_dump_cfg_2() 838 notes = PREV_INSN (notes); in sel_dump_cfg_2()
|