Home
last modified time | relevance | path

Searched refs:note (Results 26 - 50 of 472) sorted by relevance

12345678910>>...19

/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A Dvdso.lds.S24 .note : { *(.note.*) } :text :note
43 *(.note.GNU-stack)
53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdso.lds.S34 .note : { *(.note.*) } :text :note
50 *(.note.GNU-stack)
64 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
21 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan);
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
21 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan);
/kernel/linux/linux-6.6/include/sound/
H A Dump_msg.h135 u32 note:8; member
139 u32 note:8;
154 u32 note:8; member
158 u32 note:8;
261 struct snd_ump_midi1_msg_note note; member
279 u32 note:8; member
287 u32 note:8;
306 u32 note:8; member
313 u32 note:8;
331 u32 note member
356 u32 note:8; global() member
508 u32 note:8; global() member
527 struct snd_ump_midi2_msg_note note; global() member
[all...]
/third_party/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c248 "Parsing Pentax maker note v%d...", (int)n->version); in exif_mnote_data_pentax_load()
253 "Parsing Casio maker note v2..."); in exif_mnote_data_pentax_load()
260 "Parsing Pentax maker note v1..."); in exif_mnote_data_pentax_load()
360 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; in exif_mnote_data_pentax_get_id() local
362 if (!note) return 0; in exif_mnote_data_pentax_get_id()
363 if (note->count <= n) return 0; in exif_mnote_data_pentax_get_id()
364 return note->entries[n].tag; in exif_mnote_data_pentax_get_id()
370 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; in exif_mnote_data_pentax_get_name() local
372 if (!note) return NULL; in exif_mnote_data_pentax_get_name()
373 if (note in exif_mnote_data_pentax_get_name()
380 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; exif_mnote_data_pentax_get_title() local
390 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; exif_mnote_data_pentax_get_description() local
[all...]
/third_party/skia/src/core/
H A DSkOpts_erms.cpp13 static const char* note = "MSAN can't see that rep sto initializes memory."; variable
18 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
22 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
27 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
32 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
36 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
40 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dvdso.lds.S43 .note : { *(.note.*) } :text :note
63 *(.note.GNU-stack)
87 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S61 * Discard .note.gnu.property sections which are unused and have
62 * different alignment requirement from vDSO note sections.
65 *(.note.gnu.property)
67 .note : { *(.note.*) } :text :note
103 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S35 .note : { *(.note.*) } :text :note
65 *(.note.GNU-stack)
79 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dvdso.lds.S43 .note : { *(.note.*) } :text :note
63 *(.note.GNU-stack)
87 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S61 * Discard .note.gnu.property sections which are unused and have
62 * different alignment requirement from vDSO note sections.
65 *(.note.gnu.property)
67 .note : { *(.note.*) } :text :note
109 note PT_NOTE FLAGS(4); /* PF_R */
/third_party/rust/crates/io-lifetimes/src/
H A Dtraits.rs69 note = "`IntoFd` is replaced by `From<...> for OwnedFd` or `Into<OwnedFd>`" in as_socket()
93 note = "`IntoHandle` is replaced by `From<...> for OwnedHandle` or `Into<OwnedHandle>`"
117 note = "`IntoSocket` is replaced by `From<...> for OwnedSocket` or `Into<OwnedSocket>`"
144 note = "`FromFd::from_fd` is replaced by `From<OwnedFd>::from`"
190 note = "`FromHandle::from_handle` is replaced by `From<OwnedHandle>::from`"
223 note = "`FromSocket::from_socket` is replaced by `From<OwnedSocket>::from`"
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dusdt.c68 * .note.stapsdt ELF section. Here's an example USDT definition as emitted by
178 * note) as a lookup key in a hashmap. USDT spec string uniquely defines
193 #define USDT_NOTE_SEC ".note.stapsdt"
576 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie);
623 struct usdt_note note; in collect_usdt_targets() local
627 err = parse_usdt_note(elf, path, &nhdr, data->d_buf, name_off, desc_off, &note); in collect_usdt_targets()
631 if (strcmp(note.provider, usdt_provider) != 0 || strcmp(note.name, usdt_name) != 0) in collect_usdt_targets()
637 * Each SDT probe also expands into a non-allocated ELF note. You can in collect_usdt_targets()
639 * see below for details. Because the note i in collect_usdt_targets()
1133 parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, const char *data, size_t name_off, size_t desc_off, struct usdt_note *note) parse_usdt_note() argument
1190 parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) parse_usdt_spec() argument
[all...]
/third_party/libbpf/src/
H A Dusdt.c68 * .note.stapsdt ELF section. Here's an example USDT definition as emitted by
178 * note) as a lookup key in a hashmap. USDT spec string uniquely defines
193 #define USDT_NOTE_SEC ".note.stapsdt"
576 static int parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie);
623 struct usdt_note note; in collect_usdt_targets() local
627 err = parse_usdt_note(elf, path, &nhdr, data->d_buf, name_off, desc_off, &note); in collect_usdt_targets()
631 if (strcmp(note.provider, usdt_provider) != 0 || strcmp(note.name, usdt_name) != 0) in collect_usdt_targets()
637 * Each SDT probe also expands into a non-allocated ELF note. You can in collect_usdt_targets()
639 * see below for details. Because the note i in collect_usdt_targets()
1133 parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, const char *data, size_t name_off, size_t desc_off, struct usdt_note *note) parse_usdt_note() argument
1190 parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) parse_usdt_spec() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c706 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr() argument
708 return note->bit32 ? in sdt_note__get_addr()
709 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_LOC] : in sdt_note__get_addr()
710 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_LOC]; in sdt_note__get_addr()
713 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset() argument
715 return note->bit32 ? in sdt_note__get_ref_ctr_offset()
716 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_REFCTR] : in sdt_note__get_ref_ctr_offset()
717 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_REFCTR]; in sdt_note__get_ref_ctr_offset()
789 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command() argument
802 sdtgrp, note in synthesize_sdt_probe_command()
842 struct sdt_note *note; probe_cache__scan_sdt() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c741 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr() argument
743 return note->bit32 ? in sdt_note__get_addr()
744 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_LOC] : in sdt_note__get_addr()
745 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_LOC]; in sdt_note__get_addr()
748 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset() argument
750 return note->bit32 ? in sdt_note__get_ref_ctr_offset()
751 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_REFCTR] : in sdt_note__get_ref_ctr_offset()
752 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_REFCTR]; in sdt_note__get_ref_ctr_offset()
824 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command() argument
839 sdtgrp, note in synthesize_sdt_probe_command()
911 struct sdt_note *note; probe_cache__scan_sdt() local
[all...]
/third_party/alsa-lib/include/
H A Dump_msg.h44 uint8_t note; /**< Note (7bit) */ member
48 uint8_t note; /**< Note (7bit) */
63 uint8_t note; /** Note (7bit) */ member
67 uint8_t note; /** Note (7bit) */
197 uint8_t note; /**< Note (7bit) */ member
204 uint8_t note; /**< Note (7bit) */
222 uint8_t note; /**< Note (7bit) */ member
228 uint8_t note; /**< Note (7bit) */
245 uint8_t note; /**< Note (7bit) */ member
251 uint8_t note; /**< Not
274 uint8_t note; /**< Note (7bit) */ global() member
414 uint8_t note; /**< Note (7bit) */ global() member
[all...]
/third_party/alsa-lib/test/
H A Dseq-decoder.c136 printf("; ch=%d, note=%d, velocity=%d, off_velocity=%d, duration=%d\n", in decode_event()
137 ev->data.note.channel, in decode_event()
138 ev->data.note.note, in decode_event()
139 ev->data.note.velocity, in decode_event()
140 ev->data.note.off_velocity, in decode_event()
141 ev->data.note.duration); in decode_event()
147 printf("; ch=%d, note=%d, velocity=%d\n", in decode_event()
148 ev->data.note.channel, in decode_event()
149 ev->data.note in decode_event()
[all...]
/kernel/linux/linux-5.10/arch/x86/um/vdso/
H A Dvdso-layout.lds.S20 .note : { *(.note.*) } :text :note
63 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S40 .note : { *(.note.*) } :text :note
68 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
H A Dvdso.lds.S22 .note : { *(.note.*) } :text :note
55 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvdso-layout.lds.S63 .note : { *(.note.*) } :text :note
96 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/
H A Dvdso.lds.S20 .note : { *(.note.*) } :text :note
43 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S40 .note : { *(.note.*) } :text :note
68 note PT_NOTE FLAGS(4); /* PF_R */

Completed in 17 milliseconds

12345678910>>...19