| /kernel/linux/linux-5.10/include/sound/ |
| H A D | emux_synth.h | 108 struct timer_list tlist; /* for pending note-offs */ 164 unsigned char note; /* Note currently assigned to this voice */ member 166 unsigned char velocity; /* Velocity of current note */ 168 struct snd_sf_zone *zone; /* Zone assigned to this note */ 170 struct snd_midi_channel *chan; /* Midi channel for this note */ 174 unsigned long ontime; /* jiffies at note triggered */
|
| H A D | opl3.h | 273 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/include/sound/ |
| H A D | emux_synth.h | 108 struct timer_list tlist; /* for pending note-offs */ 164 unsigned char note; /* Note currently assigned to this voice */ member 166 unsigned char velocity; /* Velocity of current note */ 168 struct snd_sf_zone *zone; /* Zone assigned to this note */ 170 struct snd_midi_channel *chan; /* Midi channel for this note */ 174 unsigned long ontime; /* jiffies at note triggered */
|
| H A D | opl3.h | 273 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-5.10/drivers/media/pci/saa7134/ |
| H A D | saa7134-tvaudio.c | 241 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 D | vmlinux.lds.h | 66 #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 D | saa7134-tvaudio.c | 241 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
|
| /base/hiviewdfx/hiview/plugins/performance/ |
| H A D | XperfEvt.h | 131 std::string note{""};
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 90 # .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 D | divu.S | 57 ;; RETURN A may happen here (note: must happen before the next branch)
|
| H A D | divremu.S | 45 ;; RETURN A may happen here (note: must happen before the next branch)
|
| H A D | remu.S | 47 ;; RETURN A may happen here (note: must happen before the next branch)
|
| /kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
| H A D | Makefile | 60 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| H A D | Makefile | 87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
|
| /kernel/linux/linux-6.6/arch/parisc/ |
| H A D | Makefile | 78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | Makefile | 86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 106 # .note.gnu.property for code-less object files (like lib/ctype.c), 109 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
|
| /applications/standard/contacts_data/contacts/src/ |
| H A D | contacts_build.cpp | 45 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()
|
| /base/telephony/core_service/utils/vcard/src/ |
| H A D | vcard_constructor.cpp | 686 auto note = noteData->GetNote(); in ConstructNotes() local 687 VCardUtils::Trim(note); in ConstructNotes() 688 if (note.empty()) { in ConstructNotes() 691 AddLineWithCharsetAndQP(VCARD_TYPE_NOTE, { note }); in ConstructNotes()
|
| /kernel/linux/linux-5.10/sound/synth/emux/ |
| H A D | soundfont.c | 945 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.
|
| /kernel/linux/linux-6.6/sound/synth/emux/ |
| H A D | soundfont.c | 951 int note, sample_id; in load_guspatch() local 1032 note = freq_to_note(patch.base_note); in load_guspatch() 1033 zone->v.root = note / 100; in load_guspatch() 1034 zone->v.tune = -(note % 100); in load_guspatch() 1225 * The note can be rewritten by preset mapping (alias). 1325 * drums are mapped from 128 to 255 according to its note key.
|
| /base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
| H A D | AppLaunchSceneDataProcessor.cpp | 66 bundleName = data.note; in GetBundleName() 286 appStartMetrics.responseLatency = (!record.interactionResponse.note.empty()) ? in CalcMetrics()
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_s302m.c | 77 enum musical_notes note; member 249 ctx->last_tone = beethoven_fur_elise[e->src_buf_offset].note; in vidtv_s302m_get_sample()
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_s302m.c | 77 enum musical_notes note; member 249 ctx->last_tone = beethoven_fur_elise[e->src_buf_offset].note; in vidtv_s302m_get_sample()
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| H A D | seq_clientmgr.c | 873 /* reserve this event to enqueue note-off later */ in snd_seq_dispatch_event() 879 * This was originally a note event. We now re-use the in snd_seq_dispatch_event() 880 * cell for the note-off event. in snd_seq_dispatch_event() 890 ev->time.tick += ev->data.note.duration; in snd_seq_dispatch_event() 894 ev->time.time.tv_nsec += 1000000 * (ev->data.note.duration % 1000); in snd_seq_dispatch_event() 895 ev->time.time.tv_sec += ev->data.note.duration / 1000 + in snd_seq_dispatch_event() 900 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event() 902 /* Now queue this cell as the note off event */ in snd_seq_dispatch_event()
|