Home
last modified time | relevance | path

Searched refs:note (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/arch-common/bionic/
Dcrtend_so.S40 .section .note.GNU-stack,"",%progbits
Dcrtend.S41 .section .note.GNU-stack,"",%progbits
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h806note, parm) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; _seqbuf[_seqbufptr+1] = (dev… argument
807 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument
809 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
810 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, … argument
/bionic/libc/kernel/uapi/sound/
Dasequencer.h132 unsigned char note; member
212 struct snd_seq_ev_note note; member
/bionic/libc/arch-mips/string/
Dmemcpy.S397 addiu a0,a0,4 # note: dst=a0 is word aligned here, see NOTE1
/bionic/libc/arch-mips64/string/
Dmemcpy.S397 addiu a0,a0,4 # note: dst=a0 is word aligned here, see NOTE1