Home
last modified time | relevance | path

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

12345678910>>...71

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch10 This seems to be caused by a section .note.gnu.property that is placed at an
49 …COPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .regin…
50 …strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dy…
62 …COPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .regin…
63 …strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dy…
71 …COPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .regin…
72 …strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dy…
80 …COPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .regin…
81 …strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .rel.dy…
89 …COPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .regin…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-132136 this is controlled by the ‘RLIMIT_NPROC’ resource limit; *note
2143 controlled by the ‘RLIMIT_NOFILE’ resource limit; *note Limits on
2167 machine will let you have more (*note Sysconf::).
2187 more (*note Sysconf::). And even the value that ‘sysconf’ tells
2402 Inquire about the number of clock ticks per second; *note CPU
2737 ‘getpagesize’ returns the same value (*note Query Memory
2759 termination functions for ‘atexit’; *note Cleanups on Exit::.
3195 big! Use dynamic allocation (*note Memory Allocation::) instead.
3351 Besides the usual file name errors (*note File Name Errors::), the
3612 ‘_LARGEFILE_SOURCE’ feature select macro; *note Feature Test
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-132136 this is controlled by the ‘RLIMIT_NPROC’ resource limit; *note
2143 controlled by the ‘RLIMIT_NOFILE’ resource limit; *note Limits on
2167 machine will let you have more (*note Sysconf::).
2187 more (*note Sysconf::). And even the value that ‘sysconf’ tells
2402 Inquire about the number of clock ticks per second; *note CPU
2737 ‘getpagesize’ returns the same value (*note Query Memory
2759 termination functions for ‘atexit’; *note Cleanups on Exit::.
3195 big! Use dynamic allocation (*note Memory Allocation::) instead.
3351 Besides the usual file name errors (*note File Name Errors::), the
3612 ‘_LARGEFILE_SOURCE’ feature select macro; *note Feature Test
[all …]
/OK3568_Linux_fs/kernel/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()
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
112 if (ev->data.note.note >= 128) in snd_midi_process_event()
118 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) { in snd_midi_process_event()
120 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event()
122 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON; in snd_midi_process_event()
124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
127 if (! (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON)) in snd_midi_process_event()
130 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event()
[all …]
/OK3568_Linux_fs/kernel/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…
29 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct sn…
30 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel,…
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()
274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dtesttones.sh124 note=-60 # 5 octaves below middle A = 13.75Hz
125 while [ $note -le 67 ]; do # 5 and a bit octaves above middle A ~= 20kHz
127 freq=`echo "scale = 9; 440 * e($note / 12 * l(2))" | bc -l`
130 next_file %$note
132 $input $output synth -j 0 sine %$note $fade $gain
133 note=$(($note + $part_octave))
254 note=-29
257 while [ $note -lt 17 ]; do
258 $input -t s32 - synth .4 pluck %$note $options >> tmp.s32
259 note=$(($note + 1))
[all …]
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_midi.c14 static void snd_opl3_note_off_unsafe(void *p, int note, int vel,
80 int note, struct snd_midi_channel *chan) in snd_opl3_calc_pitch() argument
82 int block = ((note / 12) & 0x07) - 1; in snd_opl3_calc_pitch()
83 int idx = (note % 12) + 2; in snd_opl3_calc_pitch()
236 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func()
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()
308 chan->number, chan->midi_program, note, vel); in snd_opl3_note_on()
317 prg = note; in snd_opl3_note_on()
335 snd_opl3_drum_switch(opl3, note, vel, 1, chan); in snd_opl3_note_on()
[all …]
H A Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
21 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_cha…
H A Dopl3_synth.c60 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
115 struct snd_dm_fm_note note; in snd_opl3_ioctl() local
116 if (copy_from_user(&note, argp, sizeof(struct snd_dm_fm_note))) in snd_opl3_ioctl()
118 return snd_opl3_play_note(opl3, &note); in snd_opl3_ioctl()
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note() argument
400 if (note->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_play_note()
405 if (note->voice < MAX_OPL2_VOICES) { in snd_opl3_play_note()
408 voice_offset = note->voice; in snd_opl3_play_note()
412 voice_offset = note->voice - MAX_OPL2_VOICES; in snd_opl3_play_note()
416 reg_val = (unsigned char) note->fnum; in snd_opl3_play_note()
[all …]
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_synth.c312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note() argument
322 if (voice->chan == chan && voice->note == note) { in snd_opl4_do_for_note()
423 int note, pitch, octave; in snd_opl4_update_pitch() local
425 note = chan->drum_channel ? 60 : voice->note; in snd_opl4_update_pitch()
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch()
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() argument
495 if (note >= regions->regions[i].key_min && in snd_opl4_note_on()
496 note <= regions->regions[i].key_max) { in snd_opl4_note_on()
509 voice[i]->note = note; in snd_opl4_note_on()
563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off() argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-vmcoreinfo8 Shows physical address and size of vmcoreinfo ELF note.
9 First value contains physical address of note in hex and
10 second value contains the size of note in hex. This ELF
11 note info is parsed by second kernel and exported to user
12 space as part of ELF note in /proc/vmcore file. This note
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso/
H A Dvdso.lds.S39 *(.note.GNU-stack .note.gnu.property)
41 .note : { *(.note.*) } :text :note
74 note PT_NOTE FLAGS(4); /* PF_R */
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c313 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->n_descsz, 4); in nt_init_name()
432 Elf64_Nhdr note; in get_vmcoreinfo_old() local
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A Dfstatat64.patch12 ../../third_party/lss/linux_syscall_support.h:2671:9: note: expanded from macro '_syscall4'
15 ../../third_party/lss/linux_syscall_support.h:2640:39: note: expanded from macro 'LSS_BODY'
18 <scratch space>:222:1: note: expanded from here
21 ../../third_party/lss/linux_syscall_support.h:4547:16: note: 'sys_fstatat' declared here
22 ../../third_party/lss/linux_syscall_support.h:2668:12: note: expanded from macro '_syscall4'
24 … ../../third_party/lss/linux_syscall_support.h:1901:28: note: expanded from macr…
27 <scratch space>:213:1: note: expanded from here
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdso.lds.S34 .note : { *(.note.*) } :text :note
50 *(.note.GNU-stack)
64 note PT_NOTE FLAGS(4); /* PF_R */
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0014-Fix-build-with-binutils-note-gnu-property-section.patch4 Subject: [PATCH] Fix build with binutils note gnu property section
17 Strips the .note.gnu.property in the linker scripts for the MBRs.
32 /DISCARD/ : { *(.note.GNU-stack) }
33 + /DISCARD/ : { *(.note.gnu.property) }
42 /DISCARD/ : { *(.note.GNU-stack) }
43 + /DISCARD/ : { *(.note.gnu.property) }
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/
H A D__init__.py25 bb.note("Executing '%s' ..." % index_cmd)
28 bb.note(result)
174 bb.note("Initializing intercept dir for %s" % self.target_rootfs)
208 bb.note("If an image is being built, the postinstalls for the following packages "
219 bb.note("Running intercept scripts:")
234 …bb.note("The postinstall intercept hook '%s' could not be executed due to missing wine support, de…
238 bb.note("> Executing %s intercept ..." % script)
242 if output: bb.note(output.decode("utf-8"))
244 bb.note("Exit code %d. Output:\n%s" % (e.returncode, e.output.decode("utf-8")))
249 …bb.note("The postinstall intercept hook '%s' could not be executed due to missing qemu usermode su…
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-file.c706 static unsigned long long sdt_note__get_addr(struct sdt_note *note) in sdt_note__get_addr() argument
708 return note->bit32 ? in sdt_note__get_addr()
709 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_LOC] : in sdt_note__get_addr()
710 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_LOC]; in sdt_note__get_addr()
713 static unsigned long long sdt_note__get_ref_ctr_offset(struct sdt_note *note) in sdt_note__get_ref_ctr_offset() argument
715 return note->bit32 ? in sdt_note__get_ref_ctr_offset()
716 (unsigned long long)note->addr.a32[SDT_NOTE_IDX_REFCTR] : in sdt_note__get_ref_ctr_offset()
717 (unsigned long long)note->addr.a64[SDT_NOTE_IDX_REFCTR]; in sdt_note__get_ref_ctr_offset()
789 static char *synthesize_sdt_probe_command(struct sdt_note *note, in synthesize_sdt_probe_command() argument
802 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command()
[all …]
H A Dgenelf.c105 gen_build_id(struct buildid_note *note, in gen_build_id() argument
111 size_t sz = sizeof(note->build_id); in gen_build_id()
118 sret = read(fd, note->build_id, sz); in gen_build_id()
123 memset(note->build_id, 0, sz); in gen_build_id()
129 gen_build_id(struct buildid_note *note, in gen_build_id() argument
134 if (sizeof(note->build_id) < SHA_DIGEST_LENGTH) in gen_build_id()
137 SHA1(code, csize, (unsigned char *)note->build_id); in gen_build_id()
143 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() argument
147 if (sizeof(note->build_id) < 16) in gen_build_id()
153 MD5_Final((unsigned char *)note->build_id, &context); in gen_build_id()
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dvdso.lds.S43 .note : { *(.note.*) } :text :note
63 *(.note.GNU-stack)
87 note PT_NOTE FLAGS(4); /* PF_R */
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S65 *(.note.gnu.property)
67 .note : { *(.note.*) } :text :note
103 note PT_NOTE FLAGS(4); /* PF_R */
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt317 ,note="Available:
419 ,note="private communication"
437 ,note="Available:
580 ,note="Available:
598 ,note="Available:
613 ,note="Available:
643 ,note="Available:
658 ,note="Available:
671 ,note="Available:
685 ,note="Available:
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt20 note over mac80211,driver
23 end note
50 note over mac80211,driver: cleanup like for authenticate
61 note over mac80211: init rate control
73 note left of userspace: associated now
76 note over userspace
79 end note

12345678910>>...71