Searched refs:note (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/arch-common/bionic/ |
D | crtend_so.S | 40 .section .note.GNU-stack,"",%progbits
|
D | crtend.S | 41 .section .note.GNU-stack,"",%progbits
|
/bionic/libc/kernel/uapi/linux/ |
D | soundcard.h | 806 …note, 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/ |
D | asequencer.h | 132 unsigned char note; member 212 struct snd_seq_ev_note note; member
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 397 addiu a0,a0,4 # note: dst=a0 is word aligned here, see NOTE1
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 397 addiu a0,a0,4 # note: dst=a0 is word aligned here, see NOTE1
|