/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perl.pod | 283 perlaix Perl notes for AIX 284 perlamiga Perl notes for AmigaOS 285 perlandroid Perl notes for Android 286 perlbs2000 Perl notes for POSIX-BC BS2000 287 perlcygwin Perl notes for Cygwin 288 perlfreebsd Perl notes for FreeBSD 289 perlhaiku Perl notes for Haiku 290 perlhpux Perl notes for HP-UX 291 perlhurd Perl notes for Hurd 292 perlirix Perl notes fo 451 =head1 NOTES global() chapter [all...] |
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | README.mkisofs | 15 Notes for version 1.12 32 Notes for version 1.11 40 Notes for version 1.10b1 51 Unfortunately the notes on some of the small patches got lost. 54 Notes for version 1.06 61 Notes for version 1.05 69 Notes for version 1.04 71 No notes for 1.04. 74 Notes for version 1.03 76 No notes for 1.03. [all …]
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | APINotes.rst | 2 API Notes: Annotations Without Modifying Headers 22 That's API notes. 24 API notes use a YAML-based file format. YAML is a format best explained by 28 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 55 "Versioned" API Notes 58 Many API notes affect how a C API is imported into Swift. In order to change [all …]
|
/openbsd-src/share/man/man4/ |
H A D | speaker.4 | 102 There are 84 accessible notes numbered 1-84 in 7 octaves, each running from 105 By default, the play function emits half-second notes with the last 1/16th 137 When octave-tracking is on, interpretation of a pair of letter notes will 139 notes. 164 Sets the current time value for notes. 165 The default is L4, quarter notes. 167 L1 sets whole notes, L2 sets half notes, L4 sets quarter notes, etc. 176 Sets the number of quarter notes pe [all...] |
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 254 // the main executable using data we found in the core file notes. in DoLoadCore() 526 "Error parsing NetBSD core(5) notes: Unsupported procinfo version", in ParseNetBSDProcInfo() 532 "Error parsing NetBSD core(5) notes: Unsupported procinfo size", in ParseNetBSDProcInfo() 593 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument 602 for (const auto ¬e : notes) { in parseFreeBSDNotes() 635 thread_data.notes.push_back(note); in parseFreeBSDNotes() 650 /// NetBSD ELF core files use notes to provide information about 664 /// machine-dependent space) to identify register info notes. The 665 /// info in such notes is in the same format that ptrace(2) would 670 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() argument [all …]
|
H A D | RegisterContextPOSIXCore_arm64.cpp | 23 llvm::ArrayRef<CoreNote> notes) { in Create() argument 26 DataExtractor sve_data = getRegset(notes, arch.GetTriple(), AARCH64_SVE_Desc); in Create() 33 DataExtractor pac_data = getRegset(notes, arch.GetTriple(), AARCH64_PAC_Desc); in Create() 41 gpregset, notes)); in Create() 46 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64() argument 54 m_fpr_data = getRegset(notes, target_triple, FPR_Desc); in RegisterContextCorePOSIX_arm64() 57 m_sve_data = getRegset(notes, target_triple, AARCH64_SVE_Desc); in RegisterContextCorePOSIX_arm64() 60 m_pac_data = getRegset(notes, target_triple, AARCH64_PAC_Desc); in RegisterContextCorePOSIX_arm64()
|
H A D | ProcessElfCore.h | 7 // Notes about Linux Process core dumps: 173 llvm::Error parseFreeBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes); 174 llvm::Error parseNetBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes); 175 llvm::Error parseOpenBSDNotes(llvm::ArrayRef<lldb_private::CoreNote> notes); 176 llvm::Error parseLinuxNotes(llvm::ArrayRef<lldb_private::CoreNote> notes);
|
H A D | RegisterUtilities.cpp | 29 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset() argument 37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() 38 return Iter == Notes.end() ? DataExtractor() : DataExtractor(Iter->data); in getRegset()
|
/openbsd-src/games/battlestar/ |
H A D | command1.c | 43 if ((!notes[CANTMOVE] && !notes[LAUNCHED]) || in moveplayer() 45 (fuel > 0 && notes[LAUNCHED])) { in moveplayer() 57 if (notes[CANTMOVE] && !notes[LAUNCHED]) in moveplayer() 155 notes[CANTSEE] = 1; in news() 162 notes[CANTSEE] = 0; in news() 228 notes[CANTMOVE] = 1; in news() 230 notes[CANTMOVE] = 0; in news() 252 notes[LAUNCHED] = 0; in crash() 274 if (notes[LAUNCHED]) in newlocation() 280 if (!notes[CANTSEE] || TestBit(inven, LAMPON) || in newlocation()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | haifa-sched.c | 129 The information in the line number notes is carefully retained by 130 this pass. Notes that refer to the starting and ending of 208 /* List of important notes we must keep around. This is a pointer to the 325 /* Notes handling mechanism: 327 Generally, NOTES are saved before scheduling and restored after scheduling. 328 The scheduler distinguishes between three types of notes: 330 (1) LINE_NUMBER notes, generated and used for debugging. Here, 337 (2) LOOP_BEGIN, LOOP_END, SETJMP, EHREGION_BEG, EHREGION_END notes: 343 (3) All other notes (e.g. INSN_DELETED): Before scheduling a block, 344 these notes are put in a list (in rm_other_notes() and [all …]
|
/openbsd-src/gnu/usr.bin/perl/Porting/ |
H A D | git-deltatool | 169 my $note = $log->notes; 201 $self->git->notes('edit', '-F', "$tempfh", $id); 205 # git notes won't take an empty file as input 206 system("git notes edit -F $tempfh $id"); 242 @list = grep { ! $_->notes } @commits; 258 my @delta = split "\n", ($log->notes || ''); 266 my $note = $log->notes or return ''; 273 my $note = $log->notes or return ''; 349 return unless my $notes = $log->notes; 350 say $lf ? "\n$notes" : $notes; [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | Atomics.rst | 151 Notes for frontends 161 Notes for optimizers 166 Notes for code generation 189 Notes for frontends 198 Notes for optimizers 208 Notes for code generation 228 Notes for frontends 235 Notes for optimizers 243 Notes for code generation 258 Notes for frontends [all …]
|
H A D | UserGuides.rst | 78 Notes on building and testing LLVM/Clang on ARM. 81 Notes on building LLVM/Clang with PGO. 84 Notes on cross-building and testing LLVM/Clang. 224 Notes on assembling a Windows Itanium environment. 227 Notes on cross-building and testing the compiler-rt builtins for Arm.
|
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformLinux.c | 120 * Each note in notes section starts with a struct which includes 149 * Helper function that iterates through notes section and find build ids. 162 /* Calculate the offset of the next note in notes section. */ in WriteBinaryIds() 186 /* Look for the notes segment in program header entries. */ in __llvm_write_binary_ids() 190 /* There can be multiple notes segment, and examine each of them. */ in __llvm_write_binary_ids() 194 * When examining notes in file, use p_offset, which is the offset within in __llvm_write_binary_ids() 195 * the elf file, to find the start of notes. in __llvm_write_binary_ids() 205 * When examining notes in memory, use p_vaddr, which is the address of in __llvm_write_binary_ids() 206 * section after loaded to memory, to find the start of notes. in __llvm_write_binary_ids()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
H A D | DiagnosticsYaml.h | 69 : DiagnosticName(D.DiagnosticName), Message(D.Message), Notes(D.Notes), in LLVM_YAML_IS_SEQUENCE_VECTOR() 73 return clang::tooling::Diagnostic(DiagnosticName, Message, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR() 79 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; in LLVM_YAML_IS_SEQUENCE_VECTOR() 89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/ |
H A D | Diagnostic.cpp | 55 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic() argument 57 : DiagnosticName(DiagnosticName), Message(Message), Notes(Notes), in Diagnostic() 63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix() 66 if (Iter != D.Notes.end()) in selectFirstFix()
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
H A D | cpp | 9 =head1 C++ NOTES 18 .SH "C++ NOTES" 19 .IX Header "C++ NOTES"
|
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/ |
H A D | Types.h | 1 //===-- Types.h - API Notes Data Types --------------------------*- C++ -*-===// 48 /// Describes API notes data for any entity. 50 /// This is used as the base of all API notes. 129 /// Describes API notes for types. 196 /// Describes API notes data for an Objective-C class or protocol. 303 /// API notes for a variable/property. 358 /// Describes API notes data for an Objective-C property. 482 /// API notes for a function or method. 601 /// Describes API notes data for an Objective-C method. 638 /// Describes API notes data for a global variable. [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | TextDiagnosticBuffer.h | 32 DiagList Errors, Warnings, Remarks, Notes; 36 /// keeps notes in the right places. Each pair in the vector is a diagnostic 50 const_iterator note_begin() const { return Notes.begin(); } in note_begin() 51 const_iterator note_end() const { return Notes.end(); } in note_end()
|
/openbsd-src/gnu/usr.bin/cvs/doc/ |
H A D | cvsclient.aux | 64 'xrdef {Protocol Notes-title}{Notes on the Protocol} 65 'xrdef {Protocol Notes-pg}{32} 66 'xrdef {Protocol Notes-snt}{Chapter'tie6}
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | TextDiagnosticBuffer.cpp | 21 /// HandleDiagnostic - Store the errors, warnings, and notes that are 34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic() 35 Notes.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic() 60 Diag << Notes[I.second].second; in FlushDiagnostics()
|
/openbsd-src/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 1 //===-- APINotesWriter.h - API Notes Writer ---------------------*- C++ -*-===// 17 /// Magic number for API notes files. 20 /// API notes file major version number. 23 /// API notes file minor version number. 34 /// The various types of blocks that can occur within a API notes file. 40 /// be validated prior to committing to loading the API notes file.
|
/openbsd-src/usr.sbin/rpc.lockd/ |
H A D | procs.c | 60 * Notes: Extracts the source address from the transport handle 85 * Notes: Creating a CLIENT* is quite expensive, involving a 194 * Notes: clnt_call() will always fail (with timeout) as we are 222 * Notes: clnt_call() will always fail (with timeout) as we are 289 * Notes: 379 * Notes: *** grace period support missing 430 * Notes: 479 * Notes: "no such lock" error condition is ignored, as the 534 * Notes: 643 * Notes: Blocking locks are not supported - client is expected [all …]
|
/openbsd-src/usr.sbin/rpc.statd/ |
H A D | statd.c | 170 * Notes: No special action required, other than to collect the 232 * Notes: 271 * Notes: 308 * Notes: 329 * Notes: 372 * Notes: Clean-up of existing file - monitored hosts will have a 400 * Notes: 412 * Notes: 428 * Notes: 479 * Notes: Called before process becomes daemon, hence logs to [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | haifa-sched.c | 121 The information in the line number notes is carefully retained by 122 this pass. Notes that refer to the starting and ending of 207 /* List of important notes we must keep around. This is a pointer to the 509 /* Notes handling mechanism: 511 Generally, NOTES are saved before scheduling and restored after scheduling. 512 The scheduler distinguishes between three types of notes: 514 (1) LINE_NUMBER notes, generated and used for debugging. Here, 521 (2) LOOP_BEGIN, LOOP_END, SETJMP, EHREGION_BEG, EHREGION_END notes: 527 (3) All other notes (e.g. INSN_DELETED): Before scheduling a block, 528 these notes are put in a list (in rm_other_notes() and [all …]
|