Home
last modified time | relevance | path

Searched refs:note (Results 251 - 275 of 475) sorted by relevance

1...<<111213141516171819

/third_party/libunwind/libunwind/tests/
H A Dflush-cache.S101 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/riscv/
H A Dsetcontext.S87 .section .note.GNU-stack,"",@progbits
H A Dgetcontext.S87 .section .note.GNU-stack,"",@progbits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DError.cpp42 void PrintNote(const Twine &Msg) { WithColor::note() << Msg << "\n"; } in PrintNote()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dtls1.rs63 #[deprecated(note = "use SSL_CTX_set_tlsext_servername_callback__fixed_rust instead")]
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs54 (SuggestionKind::Note, None) => res.note(msg),
/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument
55 printk(KERN_CRIT "%s", note); in hexdump()
/kernel/linux/linux-5.10/arch/sh/
H A DMakefile79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A DMakefile27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o
28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
41 /** note messages (channel specific)
194 /* note event */
197 unsigned char note; member
224 void *ptr; /* pointer to data (note: maybe 64-bit) */
286 struct snd_seq_ev_note note; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
25 /** note messages (channel specific)
179 /* note event */
182 unsigned char note; member
209 void *ptr; /* pointer to data (note: maybe 64-bit) */
257 struct snd_seq_ev_note note; member
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A DMakefile27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o
28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/kernel/linux/linux-6.6/crypto/
H A Dansi_cprng.c53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument
56 printk(KERN_CRIT "%s", note); in hexdump()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h102 unsigned char note; member
174 struct snd_seq_ev_note note; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
41 /** note messages (channel specific)
195 /* note event */
198 unsigned char note; member
225 void *ptr; /* pointer to data (note: maybe 64-bit) */
273 struct snd_seq_ev_note note; member
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCollectAPI.java47 String note = "Contents generated by CollectAPI tool on " + new Date().toString(); in writeHTML()
142 pw.println("<p><i><font size=\"-1\">" + note + "</font></i></p>"); in writeHTML()
/third_party/rust/crates/libc/src/
H A Dmacros.rs302 note = "Use the `mach2` crate instead",
317 note = "Use the `mach2` crate instead",
/third_party/python/Lib/
H A Dpydoc.py1030 note = ''
1036 note = ' from ' + self.classlink(imclass, mod)
1039 note = ' method of %s instance' % self.classlink(
1042 note = ' unbound %s method' % self.classlink(imclass,mod)
1078 decl = asyncqualifier + title + self.escape(argspec) + (note and
1079 self.grey('<span class="heading-text">%s</span>' % note))
1464 note = ''
1470 note = ' from ' + classname(imclass, mod)
1473 note = ' method of %s instance' % classname(
1476 note
[all...]
H A Dtraceback.py834 for note in self.__notes__:
835 note = _safe_string(note, 'note')
836 yield from [l + '\n' for l in note.split('\n')]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h66 #define NOTES_HEADERS :text :note
881 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler.
884 * Also, discard .note.gnu.property, otherwise it forces the notes section to
890 *(.note.GNU-stack) \
891 *(.note.gnu.property) \
894 BOUNDED_SECTION_BY(.note.*, _notes) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dsdt.h16 note section. The data in the note section describes the operands, in terms
208 operand note format.
219 register, then a sys/sdt.h note consumer may need to employ
254 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
261 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
269 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
898 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp73 WithColor::note() << "found in scheduling class " << SCDesc.Name in initializeUsedResources()
553 WithColor::note() << "call instructions are not correctly modeled. "
561 WithColor::note() << "program counter updates are ignored.\n";

Completed in 23 milliseconds

1...<<111213141516171819