Home
last modified time | relevance | path

Searched refs:note (Results 376 - 400 of 472) sorted by relevance

1...<<111213141516171819

/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs61 note="Please leave a comment on \
531 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs7 note = "This type is changed to 64-bit in musl 1.2.0, \
543 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs186 note="Please leave a comment on \
341 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/third_party/libsnd/src/
H A Dwav.c1379 uint32_t note, pitch, start, end, type = -1, count ; in wav_read_smpl_chunk() local
1393 bytesread += psf_binheader_readf (psf, "4", &note) ; in wav_read_smpl_chunk()
1394 psf_log_printf (psf, " Midi Note : %u\n", note) ; in wav_read_smpl_chunk()
1519 psf->instrument->basenote = note ; in wav_read_smpl_chunk()
1539 ** 0x02 On: Root note is Set Off: No root
1544 ** 2 bytes (short) root note
1580 psf_log_printf (psf, " Root note : 0x%x\n ???? : 0x%04x\n ???? : %s\n", in wav_read_acid_chunk()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c259 const struct build_id_note *note = in pvr_physical_device_init_uuids() local
261 if (!note) { in pvr_physical_device_init_uuids()
267 build_id_len = build_id_length(note); in pvr_physical_device_init_uuids()
277 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in pvr_physical_device_init_uuids()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c855 /* reserve this event to enqueue note-off later */ in snd_seq_dispatch_event()
861 * This was originally a note event. We now re-use the in snd_seq_dispatch_event()
862 * cell for the note-off event. in snd_seq_dispatch_event()
872 cell->event.time.tick += ev->data.note.duration; in snd_seq_dispatch_event()
876 ev->time.time.tv_nsec += 1000000 * (ev->data.note.duration % 1000); in snd_seq_dispatch_event()
877 ev->time.time.tv_sec += ev->data.note.duration / 1000 + in snd_seq_dispatch_event()
882 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
884 /* Now queue this cell as the note off event */ in snd_seq_dispatch_event()
/third_party/PyYAML/yaml/
H A D_yaml.pyx92 # problem=None, problem_mark=None, note=None):
97 # self.note = note
113 # if self.note is not None:
114 # lines.append(self.note)
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_lsm.c117 static int smk_bu_note(char *note, struct smack_known *sskp, in smk_bu_note() argument
129 sskp->smk_known, oskp->smk_known, acc, note); in smk_bu_note()
133 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC)
137 static int smk_bu_current(char *note, struct smack_known *oskp, in smk_bu_current() argument
151 acc, current->comm, note); in smk_bu_current()
155 #define smk_bu_current(note, oskp, mode, RC) (RC)
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c129 static int smk_bu_note(char *note, struct smack_known *sskp, in smk_bu_note() argument
141 sskp->smk_known, oskp->smk_known, acc, note); in smk_bu_note()
145 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC)
149 static int smk_bu_current(char *note, struct smack_known *oskp, in smk_bu_current() argument
163 acc, current->comm, note); in smk_bu_current()
167 #define smk_bu_current(note, oskp, mode, RC) (RC)
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S373 | read this as "1.0 * 2^0" - note the high bit in the mantissa
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A DMakefile54 paca.o nvram_64.o note.o syscall_64.o
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S373 | read this as "1.0 * 2^0" - note the high bit in the mantissa
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A DMakefile82 paca.o nvram_64.o note.o
/third_party/ffmpeg/libavutil/arm/
H A Dasm.S82 ELF .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable
/third_party/libunwind/libunwind/src/ia64/
H A DGinstall_cursor.S347 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/tests/
H A Dia64-test-rbs-asm.S274 .section .note.GNU-stack,"",@progbits
/third_party/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S686 .section .note.GNU-stack,"",%progbits
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite118 check-note:) ;; # ignore
/third_party/lz4/
H A DMakefile249 @echo note : this test requires V=1 to work properly
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon.S20 .section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp400 WithColor::note(OS, "", !ShowColors); in print()
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dx86.s381 .section .note.GNU-stack,"",@progbits
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_aarch64.S84 .section .note.GNU-stack,"",%progbits
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js781 _.each(notes, (note) => note.asyncSave({ success: renderNotes }));
1002 _.each(notes, function (note) { return note.asyncSave({ success: renderNotes }); });
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs889 #[deprecated(note = "this function leaks memory and does not exist on newer OpenSSL versions")]
1360 #[deprecated(since = "0.10.10", note = "renamed to `set_psk_client_callback`")]
2417 #[deprecated(note = "this function leaks memory and does not exist on newer OpenSSL versions")] in fmt()
2567 #[deprecated(since = "0.10.5", note = "renamed to `version_str`")]
3514 note = "use Ssl::from_ptr and SslStream::new instead" in fmt()
3841 note = "use the methods directly on Ssl/SslStream instead"
4033 #[deprecated(note = "Use SslRef::set_mtu instead", since = "0.10.30")]

Completed in 59 milliseconds

1...<<111213141516171819