Home
last modified time | relevance | path

Searched refs:note (Results 1 - 25 of 480) sorted by relevance

12345678910>>...20

/third_party/mesa3d/src/util/
H A Dbuild_id.c52 struct build_id_note *note; member
78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local
83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback()
84 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback()
85 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback()
86 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback()
87 data->note = note; in build_id_find_nhdr_callback()
92 ALIGN_POT(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback()
93 ALIGN_POT(note in build_id_find_nhdr_callback()
132 build_id_length(const struct build_id_note *note) build_id_length() argument
138 build_id_data(const struct build_id_note *note) build_id_data() argument
[all...]
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_event.c28 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
29 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
30 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
99 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
102 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
110 q->n.chn, 0, q->n.note, ev); in old_event()
181 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
184 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
188 q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
264 * process note
274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_on_event() argument
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_off_event() argument
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) set_note_event() argument
[all...]
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_event.c28 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
29 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
30 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
99 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
102 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev); in old_event()
110 q->n.chn, 0, q->n.note, ev); in old_event()
181 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
184 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
188 q->v.chn, q->v.note, q->v.parm, ev); in chn_voice_event()
264 * process note
274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_on_event() argument
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_off_event() argument
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) set_note_event() argument
[all...]
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_midi_emul.c35 int note, int vel);
88 dest_channel = ev->data.note.channel; in snd_midi_process_event()
103 /* Make sure that we don't have a note on that should really be in snd_midi_process_event()
104 * a note off */ in snd_midi_process_event()
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
108 /* Make sure the note is within array range */ in snd_midi_process_event()
112 if (ev->data.note.note >= 128) in snd_midi_process_event()
118 if (chan->note[ev->data.note in snd_midi_process_event()
235 note_off(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) note_off() argument
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_midi_emul.c35 int note, int vel);
88 dest_channel = ev->data.note.channel; in snd_midi_process_event()
103 /* Make sure that we don't have a note on that should really be in snd_midi_process_event()
104 * a note off */ in snd_midi_process_event()
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
108 /* Make sure the note is within array range */ in snd_midi_process_event()
112 if (ev->data.note.note >= 128) in snd_midi_process_event()
118 if (chan->note[ev->data.note in snd_midi_process_event()
235 note_off(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) note_off() argument
[all...]
H A Dseq_ump_convert.c81 /* encode note event */
85 ev->data.note.channel = val->note.channel; in ump_midi1_to_note_ev()
86 ev->data.note.note = val->note.note; in ump_midi1_to_note_ev()
87 ev->data.note.velocity = val->note.velocity; in ump_midi1_to_note_ev()
136 unsigned char status = val->note in cvt_ump_midi1_to_event()
[all...]
/third_party/alsa-lib/include/
H A Dseqmid.h404 * \brief set note event
407 * \param key note key
414 (ev)->data.note.channel = (ch),\
415 (ev)->data.note.note = (key),\
416 (ev)->data.note.velocity = (vel),\
417 (ev)->data.note.duration = (dur))
420 * \brief set note-on event
423 * \param key note key
429 (ev)->data.note
[all...]
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_corefile_elf.c86 * out is just a matter of calculating the size of each note from the size
87 * fields contained in the (fixed-size) note header and adjusting for 4-byte
90 * For each note found the @p visit callback will be invoked. If the callback
108 Elf64_Nhdr *note = (Elf64_Nhdr *)(segment + parsed_size); in _UCD_elf_visit_notes() local
110 unsigned name_size = UNW_ALIGN(note->n_namesz, 4); in _UCD_elf_visit_notes()
111 unsigned desc_size = UNW_ALIGN(note->n_descsz, 4); in _UCD_elf_visit_notes()
113 char *name = (char *)(note) + header_size; in _UCD_elf_visit_notes()
114 uint8_t *desc = (uint8_t *)(note) + header_size + name_size; in _UCD_elf_visit_notes()
116 ret = visit(note->n_namesz, note in _UCD_elf_visit_notes()
[all...]
/third_party/rust/crates/libc/src/
H A Dfixed_width_ints.rs5 #[deprecated(since = "0.2.55", note = "Use i8 instead.")]
7 #[deprecated(since = "0.2.55", note = "Use i16 instead.")]
9 #[deprecated(since = "0.2.55", note = "Use i32 instead.")]
11 #[deprecated(since = "0.2.55", note = "Use i64 instead.")]
13 #[deprecated(since = "0.2.55", note = "Use u8 instead.")]
15 #[deprecated(since = "0.2.55", note = "Use u16 instead.")]
17 #[deprecated(since = "0.2.55", note = "Use u32 instead.")]
19 #[deprecated(since = "0.2.55", note = "Use u64 instead.")]
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_midi.c14 static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
70 * Converts the note frequency to block and fnum values for the FM chip
80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch()
82 int block = ((note / 12) & 0x07) - 1; in snd_opl3_calc_pitch()
83 int idx = (note % 12) + 2; in snd_opl3_calc_pitch()
122 * Get a FM voice (channel) to play a note on.
236 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func()
274 * Start a note.
276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument
296 int key = note; in snd_opl3_note_on()
79 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) snd_opl3_calc_pitch() argument
654 snd_opl3_note_off_unsafe(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off_unsafe() argument
691 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off() argument
705 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_key_press() argument
716 snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_opl3_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_midi.c14 static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
70 * Converts the note frequency to block and fnum values for the FM chip
80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch()
82 int block = ((note / 12) & 0x07) - 1; in snd_opl3_calc_pitch()
83 int idx = (note % 12) + 2; in snd_opl3_calc_pitch()
122 * Get a FM voice (channel) to play a note on.
235 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func()
273 * Start a note.
275 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() argument
295 int key = note; in snd_opl3_note_on()
79 snd_opl3_calc_pitch(unsigned char *fnum, unsigned char *blocknum, int note, struct snd_midi_channel *chan) snd_opl3_calc_pitch() argument
653 snd_opl3_note_off_unsafe(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off_unsafe() argument
690 snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_note_off() argument
704 snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_opl3_key_press() argument
715 snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_opl3_terminate_note() argument
[all...]
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c193 if (ev->data.note.velocity) in dump_event()
194 printf("Note on %2d, note %d, velocity %s\n", in dump_event()
195 channel_number(ev->data.note.channel), in dump_event()
196 ev->data.note.note, in dump_event()
197 midi1_data(ev->data.note.velocity)); in dump_event()
199 printf("Note off %2d, note %d\n", in dump_event()
200 channel_number(ev->data.note.channel), in dump_event()
201 ev->data.note.note); in dump_event()
[all...]
/third_party/alsa-lib/test/lsb/
H A Dmidi_event.c190 TEST_CHECK(ev.data.note.channel == 1); in test_encode()
191 TEST_CHECK(ev.data.note.note == 2); in test_encode()
192 TEST_CHECK(ev.data.note.velocity == 3); in test_encode()
196 TEST_CHECK(ev.data.note.channel == 4); in test_encode()
197 TEST_CHECK(ev.data.note.note == 5); in test_encode()
198 TEST_CHECK(ev.data.note.velocity == 6); in test_encode()
202 TEST_CHECK(ev.data.note.channel == 7); in test_encode()
203 TEST_CHECK(ev.data.note in test_encode()
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
H A Dvdso.lds.S35 * Discard .note.gnu.property sections which are unused and have
36 * different alignment requirement from vDSO note sections.
39 *(.note.GNU-stack .note.gnu.property)
41 .note : { *(.note.*) } :text :note
74 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/
H A Dvdso.lds.S36 * Discard .note.gnu.property sections which are unused and have
37 * different alignment requirement from vDSO note sections.
40 *(.note.GNU-stack .note.gnu.property)
42 .note : { *(.note.*) } :text :note
91 note PT_NOTE FLAGS(4); /* PF_R */
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dbio.rs36 #[deprecated(note = "use BIO_meth_set_write__fixed_rust instead")]
42 #[deprecated(note = "use BIO_meth_set_read__fixed_rust instead")]
48 #[deprecated(note = "use BIO_meth_set_puts__fixed_rust instead")]
54 #[deprecated(note = "use BIO_meth_set_ctrl__fixed_rust instead")]
60 #[deprecated(note = "use BIO_meth_set_create__fixed_rust instead")]
66 #[deprecated(note = "use BIO_meth_set_destroy__fixed_rust instead")]
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dcheckpoint.js22 // Separator between the note and the signatures in a checkpoint
47 const checkpoint = LogCheckpoint.fromString(signedNote.note);
70 const data = Buffer.from(signedNote.note, 'utf-8');
80 // SignedNote represents a signed note from a transparency log checkpoint. Consists
81 // of a body (or note) and one more signatures calculated over the body. See
84 constructor(note, signatures) {
85 this.note = note;
96 // Split the note into the header and the data portions at the separator
144 static fromString(note) {
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcrash_dump.c308 * Initialize ELF note
313 Elf64_Nhdr *note; in nt_init_name() local
316 note = (Elf64_Nhdr *)buf; in nt_init_name()
317 note->n_namesz = strlen(name) + 1; in nt_init_name()
318 note->n_descsz = d_len; in nt_init_name()
319 note->n_type = type; in nt_init_name()
322 memcpy(buf + len, name, note->n_namesz); in nt_init_name()
323 len = roundup(len + note->n_namesz, 4); in nt_init_name()
325 memcpy(buf + len, desc, note->n_descsz); in nt_init_name()
326 len = roundup(len + note in nt_init_name()
432 Elf64_Nhdr note; get_vmcoreinfo_old() local
500 Elf64_Nhdr *note; nt_final() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcrash_dump.c249 * Initialize ELF note
254 Elf64_Nhdr *note; in nt_init_name() local
257 note = (Elf64_Nhdr *)buf; in nt_init_name()
258 note->n_namesz = strlen(name) + 1; in nt_init_name()
259 note->n_descsz = d_len; in nt_init_name()
260 note->n_type = type; in nt_init_name()
263 memcpy(buf + len, name, note->n_namesz); in nt_init_name()
264 len = roundup(len + note->n_namesz, 4); in nt_init_name()
266 memcpy(buf + len, desc, note->n_descsz); in nt_init_name()
267 len = roundup(len + note in nt_init_name()
374 Elf64_Nhdr note; get_vmcoreinfo_old() local
441 Elf64_Nhdr *note; nt_final() local
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dpostject-api.h142 // note segment starts at base address + segment virtual address in postject_find_resource()
152 ElfW(Nhdr)* note = (ElfW(Nhdr)*)(uintptr_t)pos; in postject_find_resource()
153 if (note->n_namesz != 0 && note->n_descsz != 0 && in postject_find_resource()
156 *size = note->n_descsz; in postject_find_resource()
157 // advance past note header and aligned name in postject_find_resource()
159 return (void*)((uintptr_t)note + sizeof(ElfW(Nhdr)) + in postject_find_resource()
160 roundup(note->n_namesz, 4)); in postject_find_resource()
163 pos += (sizeof(ElfW(Nhdr)) + roundup(note->n_namesz, 4) + in postject_find_resource()
164 roundup(note in postject_find_resource()
[all...]
/third_party/node/deps/postject/
H A Dpostject-api.h142 // note segment starts at base address + segment virtual address in postject_find_resource()
152 ElfW(Nhdr)* note = (ElfW(Nhdr)*)(uintptr_t)pos; in postject_find_resource()
153 if (note->n_namesz != 0 && note->n_descsz != 0 && in postject_find_resource()
156 *size = note->n_descsz; in postject_find_resource()
157 // advance past note header and aligned name in postject_find_resource()
159 return (void*)((uintptr_t)note + sizeof(ElfW(Nhdr)) + in postject_find_resource()
160 roundup(note->n_namesz, 4)); in postject_find_resource()
163 pos += (sizeof(ElfW(Nhdr)) + roundup(note->n_namesz, 4) + in postject_find_resource()
164 roundup(note in postject_find_resource()
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S34 .note : { *(.note.*) } :text :note
46 *(.note.GNU-stack)
60 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/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-5.10/arch/nds32/kernel/vdso/
H A Dvdso.lds.S25 .note : { *(.note.*) } :text :note
39 *(.note.GNU-stack)
53 note PT_NOTE FLAGS(4); /* PF_R */
/kernel/linux/linux-5.10/arch/arm/vdso/
H A Dvdso.lds.S34 .note : { *(.note.*) } :text :note
50 *(.note.GNU-stack)
64 note PT_NOTE FLAGS(4); /* PF_R */

Completed in 12 milliseconds

12345678910>>...20