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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-charset.c552 const char *note; local
577 note = _("Continuing anyway, expect parse errors.");
579 note = _("Continuing anyway.");
583 warning_message, recommendation, note);
602 const char *note;
615 note = _("Continuing anyway, expect parse errors.");
619 warning_message, recommendation, note);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S210 .note 0 : { *(.note) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dvmlinux.lds.S112 .note 0 : { *(.note) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dexif-mnote-data-canon.c81 exif_mnote_data_canon_get_value (ExifMnoteData *note, unsigned int n, char *val, unsigned int maxlen) argument
83 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
314 exif_mnote_data_canon_get_name (ExifMnoteData *note, unsigned int i) argument
316 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
326 exif_mnote_data_canon_get_title (ExifMnoteData *note, unsigned int i) argument
328 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
338 exif_mnote_data_canon_get_description (ExifMnoteData *note, unsigned int i) argument
340 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkexec.c1075 struct elf_note note; local
1077 note.n_namesz = strlen(name) + 1;
1078 note.n_descsz = data_len;
1079 note.n_type = type;
1080 memcpy(buf, &note, sizeof(note));
1081 buf += (sizeof(note) + 3)/4;
1082 memcpy(buf, name, note.n_namesz);
1083 buf += (note.n_namesz + 3)/4;
1084 memcpy(buf, data, note
1092 struct elf_note note; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c75 static int seq_queue(unsigned char *note, char nonblock);
330 static int seq_queue(unsigned char *note, char nonblock) argument
355 memcpy(&queue[qtail * EV_SZ], note, EV_SZ);
418 static int find_voice(int dev, int chn, int note) argument
423 key = (chn << 8) | (note + 1);
430 static int alloc_voice(int dev, int chn, int note) argument
435 key = (chn << 8) | (note + 1);
437 voice = synth_devs[dev]->alloc_voice(dev, chn, note,
450 #define note event_rec[4] macro
465 voice = find_voice(dev, chn, note);
522 #undef note macro
1567 int note, octave, note_freq; local
[all...]
H A Ddev_table.h268 int (*kill_note) (int dev, int voice, int note, int velocity);
269 int (*start_note) (int dev, int voice, int note, int velocity);
280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A DMakefile21 STRIPCMD := $(STRIP) --strip-all --remove-section=.note --remove-section=.comment --remove-section=.pdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A DMakefile4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A DMakefile3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A DMakefile23 drop-sections = .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_drums.c185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, argument
194 if ((note < 35) || (note > 81))
196 drum_mask = snd_opl3_drum_table[note - 35];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_event.c36 /* from 0 to 7 are normal commands (note off, on, etc.) */
278 /* encode note event */
281 ev->data.note.channel = dev->buf[0] & 0x0f;
282 ev->data.note.note = dev->buf[1];
283 ev->data.note.velocity = dev->buf[2];
346 /* data.note.channel and data.control.channel is identical */
347 cmd = 0x80 | (type << 4) | (ev->data.note.channel & 0x0f);
380 /* decode note event */
383 buf[0] = ev->data.note
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/compressed/
H A DMakefile28 OBJCOPY := $(CROSS_COMPILE)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
29 OBJCOPYSREC := $(CROSS_COMPILE)objcopy -O srec -R .reginfo -R .note -R .comment -R .mdebug -S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/
H A DMakefile9 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c255 struct notification *note = context; local
261 acpi_bus_generate_event(note->device, note->event, detail);
263 note->event = event;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dexif-mnote-data-fuji.c254 ExifMnoteDataFuji *note = (ExifMnoteDataFuji *) d; local
256 if (!note) return 0;
257 if (note->count <= n) return 0;
258 return note->entries[n].tag;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_synth.c310 * Executes the callback for all voices playing the specified note.
312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, argument
322 if (voice->chan == chan && voice->note == note) {
423 int note, pitch, octave; local
425 note = chan->drum_channel ? 60 : voice->note;
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7);
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
495 if (note >
565 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) argument
581 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A DMakefile55 targets += vsyscall-note.o vsyscall.lds
71 $(obj)/vsyscall-%.o $(obj)/vsyscall-note.o FORCE
83 $(obj)/vsyscall-sysenter.o $(obj)/vsyscall-note.o FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c43 static void terminate_note1(struct snd_emux *emu, int note,
56 * Start a note.
59 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) argument
76 key = note; /* remember the original note */
77 nvoices = get_zone(emu, port, &note, vel, chan, table);
81 /* exclusive note off */
108 vp->note = note;
140 /* clear voice position for the next note o
154 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) argument
232 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) argument
367 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) argument
388 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/
H A DMakefile35 OBJCOPYFLAGS := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/
H A DMakefile16 OBJCOPYFLAGS :=-O binary -R .note -R .comment -S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A DMakefile73 $(STRIP) --remove-section=.note --remove-section=.comment $(EXEC1) $(EXEC2) $(EXEC3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/
H A DMakefile36 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_device.h66 int note, vel; member in struct:seq_oss_chinfo

Completed in 325 milliseconds

12345