Home
last modified time | relevance | path

Searched refs:note (Results 326 - 350 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_asm_aarch64.S153 .pushsection .note.gnu.property, "a";
/third_party/typescript/tests/baselines/reference/
H A DrecursiveConditionalCrash3.js23 note: string,
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs24 #[deprecated(since = "0.10.6", note = "renamed to NO_WILDCARDS")]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs547 only on field level\n\n= note: {note}\n\n", in push_attrs()
549 note = "see \ in push_attrs()
595 only on field level\n\n= note: {note}\n\n", in push_attrs()
597 note = "see \ in push_attrs()
606 "#[arg(default_values_t)] can be used only on Vec types\n\n= note: {note}\n\n", in push_attrs()
608 note = "see \ in push_attrs()
679 only on field level\n\n= note in push_attrs()
[all...]
/third_party/lame/libmp3lame/i386/
H A Dnasm.h22 section .note.GNU-stack noalloc noexec nowrite progbits
44 section .note.GNU-stack progbits noalloc noexec nowrite align=1
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c241 char *note) in tvaudio_setmode()
253 if (note) in tvaudio_setmode()
255 note, audio->name, in tvaudio_setmode()
239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h66 #define NOTES_HEADERS :text :note
931 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler.
935 /DISCARD/ : { *(.note.GNU-stack) } \
938 KEEP(*(.note.*)) \
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c241 char *note) in tvaudio_setmode()
253 if (note) in tvaudio_setmode()
255 note, audio->name, in tvaudio_setmode()
239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile90 # .note.gnu.property for code-less object files (like lib/ctype.c),
93 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivu.S57 ;; RETURN A may happen here (note: must happen before the next branch)
H A Ddivremu.S45 ;; RETURN A may happen here (note: must happen before the next branch)
H A Dremu.S47 ;; RETURN A may happen here (note: must happen before the next branch)
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A DMakefile60 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
/kernel/linux/linux-5.10/arch/x86/boot/
H A DMakefile87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/parisc/
H A DMakefile78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/kernel/linux/linux-5.10/include/sound/
H A Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member
275 unsigned long note_off; /* note-off time */
276 int note_off_check; /* check note-off time */
280 struct snd_midi_channel *chan; /* Midi channel for this note */
331 struct timer_list tlist; /* timer for note-offs and effects */
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile106 # .note.gnu.property for code-less object files (like lib/ctype.c),
109 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
/kernel/linux/linux-6.6/include/sound/
H A Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member
275 unsigned long note_off; /* note-off time */
276 int note_off_check; /* check note-off time */
280 struct snd_midi_channel *chan; /* Midi channel for this note */
331 struct timer_list tlist; /* timer for note-offs and effects */
/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S176 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/tests/
H A Dia64-test-stack-asm.S182 .section .note.GNU-stack,"",@progbits
/third_party/rust/crates/nix/src/
H A Dsched.rs63 #[deprecated(since = "0.23.0", note = "Deprecated by Linux 2.6.2")]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dmips64.s189 .section .note.GNU-stack,"",@progbits
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp45 contact.note = GetNote(env, object); in GetContactDataByObject()
485 if (!contact.note.noteContent.empty() || contact.note.noteContent != "") { in GetValuesBucketNote()
487 valuesBucketNote.Put("detail_info", contact.note.noteContent); in GetValuesBucketNote()
488 valuesBucketNote.Put("content_type", "note"); in GetValuesBucketNote()
813 napi_value noteObj = GetObjectByKey(env, object, "note"); in GetNote()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c945 int note, sample_id; in load_guspatch() local
1024 note = freq_to_note(patch.base_note); in load_guspatch()
1025 zone->v.root = note / 100; in load_guspatch()
1026 zone->v.tune = -(note % 100); in load_guspatch()
1215 * The note can be rewritten by preset mapping (alias).
1314 * drums are mapped from 128 to 255 according to its note key.

Completed in 15 milliseconds

1...<<11121314151617181920