Home
last modified time | relevance | path

Searched refs:note (Results 351 - 375 of 475) sorted by relevance

1...<<111213141516171819

/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs1919 note = "not carrying its weight, will be always enabled, see: https://github.com/BurntSushi/aho-corasick/issues/57"
1951 note = "not carrying its weight, will be always enabled, see: https://github.com/BurntSushi/aho-corasick/issues/57"
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c873 /* reserve this event to enqueue note-off later */ in snd_seq_dispatch_event()
879 * This was originally a note event. We now re-use the in snd_seq_dispatch_event()
880 * cell for the note-off event. in snd_seq_dispatch_event()
890 ev->time.tick += ev->data.note.duration; in snd_seq_dispatch_event()
894 ev->time.time.tv_nsec += 1000000 * (ev->data.note.duration % 1000); in snd_seq_dispatch_event()
895 ev->time.time.tv_sec += ev->data.note.duration / 1000 + in snd_seq_dispatch_event()
900 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
902 /* Now queue this cell as the note off event */ in snd_seq_dispatch_event()
H A Dseq_prioq.c341 /* data.note.channel and data.control.channel are identical */ in prioq_remove_match()
342 if (ev->data.note.channel != info->channel) in prioq_remove_match()
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf_fdpic.c1218 /* An ELF note in memory */
1290 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() argument
1293 note->name = name; in fill_note()
1294 note->type = type; in fill_note()
1295 note->datasz = sz; in fill_note()
1296 note->data = data; in fill_note()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c1199 /* An ELF note in memory */
1271 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() argument
1274 note->name = name; in fill_note()
1275 note->type = type; in fill_note()
1276 note->datasz = sz; in fill_note()
1277 note->data = data; in fill_note()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs290 note = "Use the `mach2` crate instead",
558 note = "Use the `mach2` crate instead",
572 note = "Use the `mach2` crate instead",
3290 #[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
3976 #[deprecated(since = "0.2.49", note = "Deprecated since MacOSX 10.9")]
3984 #[deprecated(since = "0.2.49", note = "Deprecated since MacOSX 10.9")]
4191 #[deprecated(since = "0.2.49", note = "Removed in MacOSX 10.12")]
4194 #[deprecated(since = "0.2.49", note = "Removed in MacOSX 10.12")]
4363 note = "Can vary at runtime. Use sysconf(3) instead"
5069 #[deprecated(since = "0.2.49", note
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c647 const struct build_id_note *note = in init_uuids() local
649 if (!note) { in init_uuids()
655 unsigned build_id_len = build_id_length(note); in init_uuids()
662 memcpy(device->driver_build_sha1, build_id_data(note), 20); in init_uuids()
675 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in init_uuids()
685 memcpy(device->driver_uuid, build_id_data(note), VK_UUID_SIZE); in init_uuids()
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
H A DMakefile128 c-obj-vdso := note.o
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsleep.S127 @ note, turbo is not preserved over sleep so there is no
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dvmlinux.lds.S111 note PT_NOTE FLAGS(0); /* ___ */
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dvmlinux.lds.S24 note PT_NOTE FLAGS(0);
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/
H A DMakefile111 c-obj-vdso := note.o
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S128 @ note, turbo is not preserved over sleep so there is no
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dvmlinux.lds.S44 note PT_NOTE FLAGS(0);
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dvmlinux.lds.S111 note PT_NOTE FLAGS(0); /* ___ */
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.c341 /* data.note.channel and data.control.channel are identical */ in prioq_remove_match()
342 if (ev->data.note.channel != info->channel) in prioq_remove_match()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm145 list for announcements about this package. Send an empty note to
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs129 note = "This padding field might become private in the future"
/third_party/rust/crates/env_logger/src/
H A Dlib.rs726 /// Do note that direct writes to a file can become a bottleneck due to IO operation times.
1240 note = "Prefer `env_logger::Builder::from_env()` instead."
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm145 list for announcements about this package. Send an empty note to
/applications/standard/contacts_data/contacts/src/
H A Dresult_convert.cpp715 const std::string note = "note"; in ConvertNote() local
716 napi_value objectElement = GetNapiElementObject(env, napiObject, note); in ConvertNote()
722 napi_create_string_utf8(env, note.c_str(), NAPI_AUTO_LENGTH, &napiElementKey); in ConvertNote()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S334 10: EXT(5b, 10b) ! note for exception handling
359 12: EXT(cctbl, 12b) ! note for exception table handling
370 11: EXT(ccdbl, 11b) ! note for exception table handling
/third_party/elfio/elfio/
H A Delfio_dump.hpp625 { NT_NETBSDCORE_FIRSTMACH, "NT_NETBSDCORE_FIRSTMACH", "start of machdep note types" },
967 note( out, j, type, name, desc, descsz ); in notes()
998 note( out, j, type, name, desc, descsz ); in notes()
1009 static void note( std::ostream& out, in note() function in ELFIO::dump

Completed in 38 milliseconds

1...<<111213141516171819