Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 1203) sorted by relevance

12345678910>>...49

/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dnotes.rst48 .. 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 Drefs.r6 %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 Dcommand1.c49 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 Dcommand3.c51 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 Dcommand2.c163 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 Dcommand6.c49 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 Dsave.c67 fread(notes, sizeof notes, 1, fp); in restore()
121 fwrite(notes, sizeof notes, 1, fp); in save()
H A Dbattlestar.c75 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 Davr-passes.def26 /* 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 Dstabs.c216 saved_string_obstack_end = obstack_next_free (&notes); in s_stab_generic()
351 && saved_string_obstack_end == obstack_next_free (&notes)) in s_stab_generic()
352 obstack_free (&notes, string); in s_stab_generic()
357 && stab_secname_obstack_end == obstack_next_free (&notes)) in s_stab_generic()
358 obstack_free (&notes, stab_secname); in s_stab_generic()
400 if (stab_secname_obstack_end == obstack_next_free (&notes)) in s_stab_generic()
401 obstack_free (&notes, stab_secname); in s_stab_generic()
430 stab_secname_obstack_end = obstack_next_free (&notes); in s_xstab()
H A Doutput-file.c61 obstack_ptr_grow (&notes, &frchp->frch_obstack); in stash_frchain_obs()
91 obstack_ptr_grow (&notes, NULL); in output_file_close()
92 obs = obstack_finish (&notes); in output_file_close()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst22 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 DReleaseNotes.rst13 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 Dstabs.c229 obstack_free (&notes, stab_secname); in s_stab_generic()
243 obstack_free (&notes, stab_secname); in s_stab_generic()
270 saved_string_obstack_end = obstack_next_free (&notes); in s_stab_generic()
352 if (saved_string_obstack_end == obstack_next_free (&notes)) in s_stab_generic()
354 obstack_free (&notes, string); in s_stab_generic()
402 if (saved_string_obstack_end == obstack_next_free (&notes)) in s_stab_generic()
403 obstack_free (&notes, string); in s_stab_generic()
H A Doutput-file.c63 obstack_ptr_grow (&notes, &frchp->frch_obstack); in stash_frchain_obs()
94 obstack_ptr_grow (&notes, NULL); in output_file_close()
95 obs = obstack_finish (&notes); in output_file_close()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-passes.def26 /* 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 DReadme8 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 DReadme8 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 DReleaseNotes.rst13 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 Disl_printer.c278 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 DReadme5 Notes notes on commands
13 5. read the notes from Notes.
/netbsd-src/sys/arch/i386/conf/
H A Dkern.ldscript.Xen81 } :notes
87 notes PT_NOTE;
/netbsd-src/sys/arch/amd64/conf/
H A Dkern.ldscript.Xen86 } :notes
92 notes PT_NOTE;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-dump.cc822 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 Dsel-sched-dump.c825 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()

12345678910>>...49