Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 8999) sorted by relevance

12345678910>>...360

/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-132121 particular machine. *Note Sysconf::.
2125 have on _any_ POSIX system. *Note Minimums::.
2136 this is controlled by the ‘RLIMIT_NPROC’ resource limit; *note
2143 controlled by the ‘RLIMIT_NOFILE’ resource limit; *note Limits on
2149 process can have open simultaneously. *Note Opening Streams::.
2154 *Note Time Zone Functions::.
2167 machine will let you have more (*note Sysconf::).
2187 more (*note Sysconf::). And even the value that ‘sysconf’ tells
2211 supported; use ‘sysconf’ to find out. *Note Sysconf::.
2217 processes within a session belong to a single process group. *Note
[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-132121 particular machine. *Note Sysconf::.
2125 have on _any_ POSIX system. *Note Minimums::.
2136 this is controlled by the ‘RLIMIT_NPROC’ resource limit; *note
2143 controlled by the ‘RLIMIT_NOFILE’ resource limit; *note Limits on
2149 process can have open simultaneously. *Note Opening Streams::.
2154 *Note Time Zone Functions::.
2167 machine will let you have more (*note Sysconf::).
2187 more (*note Sysconf::). And even the value that ‘sysconf’ tells
2211 supported; use ‘sysconf’ to find out. *Note Sysconf::.
2217 processes within a session belong to a single process group. *Note
[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()
264 * process note-on event for OSS synth
[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()
103 /* Make sure that we don't have a note on that should really be in snd_midi_process_event()
104 * a note off */ in snd_midi_process_event()
105 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
108 /* Make sure the note is within array range */ 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_core_dump.c1 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
77 * ELF_PRSTATUS32 note that is used to contain the MCU registers).
80 /* - 32-bit version of timeval structures used in ELF32 PRSTATUS note. */
86 /* - Structure defining ELF32 PRSTATUS note contents, as defined by the
88 * Note: GDB checks for the size of this structure to be 0x94.
217 * @file_offset: Location of the note in the file in bytes
218 * @size: Size of the note in bytes.
227 /* Auxiliary information (note) in program header. */ in fw_core_dump_fill_elf_program_header_note()
230 /* Location of first note in file in bytes. */ in fw_core_dump_fill_elf_program_header_note()
236 /* Other members not relevant for a note. */ in fw_core_dump_fill_elf_program_header_note()
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dhdspm.rst31 .. note::
32 (Note: Choosing the 56channel mode for transmission or as
39 .. note::
40 Note: Choosing the 56-channel mode for
48 .. note::
114 .. note::
115 Note: Within the windows-driver the latency is accessible of a
129 .. note::
167 .. note::
168 Note: Since MADI has a much higher bit-rate than word-clock, the
[all …]
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt317 ,note="Available:
327 Note that it does not make sense to just wait a fixed amount of
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:
[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,
70 * Converts the note frequency to block and fnum values for the FM chip
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()
122 * Get a FM voice (channel) to play a note on.
236 snd_opl3_note_off_unsafe(opl3, vp->note, 0, in snd_opl3_timer_func()
274 * Start a note.
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()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c308 * Initialize ELF note
313 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()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dssl.h237 * Note: the RFC defines the default size of SSL / TLS messages. If you
494 * \note That callback may be either blocking or non-blocking.
505 * \note The callback is allowed to send fewer bytes than requested.
515 * \note That callback may be either blocking or non-blocking.
527 * \note The callback may receive fewer bytes than the length of the
538 * \note That callback must block until data is received, or the
553 * \note The callback may receive fewer bytes than the length of the
569 * \note This callback must at least store the necessary information
573 * \note If using a event-driven style of programming, an event must
579 * \note Only one timer at a time must be running. Calling this
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dssl.h237 * Note: the RFC defines the default size of SSL / TLS messages. If you
494 * \note That callback may be either blocking or non-blocking.
505 * \note The callback is allowed to send fewer bytes than requested.
515 * \note That callback may be either blocking or non-blocking.
527 * \note The callback may receive fewer bytes than the length of the
538 * \note That callback must block until data is received, or the
553 * \note The callback may receive fewer bytes than the length of the
569 * \note This callback must at least store the necessary information
573 * \note If using a event-driven style of programming, an event must
579 * \note Only one timer at a time must be running. Calling this
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dssl.h237 * Note: the RFC defines the default size of SSL / TLS messages. If you
494 * \note That callback may be either blocking or non-blocking.
505 * \note The callback is allowed to send fewer bytes than requested.
515 * \note That callback may be either blocking or non-blocking.
527 * \note The callback may receive fewer bytes than the length of the
538 * \note That callback must block until data is received, or the
553 * \note The callback may receive fewer bytes than the length of the
569 * \note This callback must at least store the necessary information
573 * \note If using a event-driven style of programming, an event must
579 * \note Only one timer at a time must be running. Calling this
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dssl.h237 * Note: the RFC defines the default size of SSL / TLS messages. If you
494 * \note That callback may be either blocking or non-blocking.
505 * \note The callback is allowed to send fewer bytes than requested.
515 * \note That callback may be either blocking or non-blocking.
527 * \note The callback may receive fewer bytes than the length of the
538 * \note That callback must block until data is received, or the
553 * \note The callback may receive fewer bytes than the length of the
569 * \note This callback must at least store the necessary information
573 * \note If using a event-driven style of programming, an event must
579 * \note Only one timer at a time must be running. Calling this
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Drsa.h124 * Note: Set padding to MBEDTLS_RSA_PKCS_V21 for the RSAES-OAEP
129 * \note The hash_id parameter is actually ignored
132 * \note Choice of padding mode is strictly enforced for private key
138 * \note The chosen hash is always used for OEAP encryption.
164 * \note mbedtls_rsa_init() must be called beforehand to setup
212 * \note This function does NOT take care of message
216 * \note The input and output buffers must be large
234 * \note The input and output buffers must be large
259 * \note The output buffer must be as large as the size
282 * \note The output buffer must be as large as the size
[all …]
H A Dasn1write.h37 * Note: function works backwards in data buffer
49 * Note: function works backwards in data buffer
62 * Note: function works backwards in data buffer
77 * Note: function works backwards in data buffer
90 * Note: function works backwards in data buffer
101 * Note: function works backwards in data buffer
115 * Note: function works backwards in data buffer
132 * Note: function works backwards in data buffer
144 * Note: function works backwards in data buffer
157 * Note: function works backwards in data buffer
[all …]
/OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/
H A DEnglish.ini283 ERR_IMAGE_OPEN=Note:please check firmware if exist and occupied
284 ERR_IMAGE_TAG=Note:invalid tag of firmware,please check firmware
285 ERR_IMAGE_HASH=Note:wrong hash of firmware,please check firmware
286 ERR_IMAGE_BOOT_TAG=Note:invalid tag of loader,please check loader
287 ERR_IMAGE_BOOT_HASH=Note:wrong hash of loader,please check loader
289 ERR_COMM_RW=Note:Communication issues,Certainly please check usb,Completely please check device
290 ERR_WRONG_CHIP=Note:read chip info by rkdevtool and use new chip to create firmware
291 ERR_DEVICE_CREATE=Note:device did not respond and was disconnected,please reset device and retry
292 ERR_RUN_BOOT471=Note:please check ddr,please reset device and retry
293 ERR_RUN_BOOT472=Note:please check usb,please reset device and retry
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info72 lists of symbol descriptors (*note Symbol Descriptors::) and type
73 descriptors (*note Type Descriptors::) are believed to be completely
145 zero; see *note Symbol Tables::). For '.stabd', the VALUE field is
155 stab. *Note Stab Types::, for a list in numeric order of the valid TYPE
174 contain a pair of colons (*note Nested Symbols::). NAME can be omitted,
186 see *note Symbol Descriptors::. The 'c' symbol descriptor is an
187 exception in that it is not followed by type information. *Note
204 vary, depending on the TYPE-DESCRIPTOR. *Note Type Descriptors::, for a
206 number is a TYPE-REFERENCE. For a full description of types, *note
217 see *note Include Files::).
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dstabs.info72 lists of symbol descriptors (*note Symbol Descriptors::) and type
73 descriptors (*note Type Descriptors::) are believed to be completely
145 zero; see *note Symbol Tables::). For '.stabd', the VALUE field is
155 stab. *Note Stab Types::, for a list in numeric order of the valid TYPE
174 contain a pair of colons (*note Nested Symbols::). NAME can be omitted,
186 see *note Symbol Descriptors::. The 'c' symbol descriptor is an
187 exception in that it is not followed by type information. *Note
204 vary, depending on the TYPE-DESCRIPTOR. *Note Type Descriptors::, for a
206 number is a TYPE-REFERENCE. For a full description of types, *note
217 see *note Include Files::).
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Ddirectx.hpp73 // To enable DirectX support, configure OpenCV using CMake with WITH_DIRECTX=ON . Note, DirectX is
115 //! @note Note: Destination texture must be allocated by application. Function does memory copy fro…
125 //! @note Note: Destination matrix will be re-allocated if it has not enough memory to match textur…
134 //! @note Note: function does memory copy from src to
143 //! @note Note: function does memory copy from pD3D10Texture2D
152 //! @note Note: function does memory copy from src to
162 //! @note Note: function does memory copy from pDirect3DSurface9
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Ddirectx.hpp73 // To enable DirectX support, configure OpenCV using CMake with WITH_DIRECTX=ON . Note, DirectX is
115 //! @note Note: Destination texture must be allocated by application. Function does memory copy fro…
125 //! @note Note: Destination matrix will be re-allocated if it has not enough memory to match textur…
134 //! @note Note: function does memory copy from src to
143 //! @note Note: function does memory copy from pD3D10Texture2D
152 //! @note Note: function does memory copy from src to
162 //! @note Note: function does memory copy from pDirect3DSurface9
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Ddirectx.hpp73 // To enable DirectX support, configure OpenCV using CMake with WITH_DIRECTX=ON . Note, DirectX is
115 //! @note Note: Destination texture must be allocated by application. Function does memory copy fro…
125 //! @note Note: Destination matrix will be re-allocated if it has not enough memory to match textur…
134 //! @note Note: function does memory copy from src to
143 //! @note Note: function does memory copy from pD3D10Texture2D
152 //! @note Note: function does memory copy from src to
162 //! @note Note: function does memory copy from pDirect3DSurface9
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf23 ; Note: the default prefix is /var
30 ; Note: the default prefix is /var
75 ; Note: A value of 0 indicates no limit
81 ; Note: - It will only work if the FPM master process is launched as root
133 ; Note: This directive can also be relative to the global prefix.
138 ; Note: The user is mandatory. If the group is not set, the default user's group
150 ; Note: This value is mandatory.
176 ; Note: - It will only work if the FPM master process is launched as root
205 ; Note: This value is mandatory.
215 ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso/
H A Dvdso.lds.S35 * Discard .note.gnu.property sections which are unused and have
36 * different alignment requirement from vDSO note sections.
39 *(.note.GNU-stack .note.gnu.property)
41 .note : { *(.note.*) } :text :note
74 note PT_NOTE FLAGS(4); /* PF_R */

12345678910>>...360