/third_party/rust/crates/aho-corasick/src/ |
H A D | ahocorasick.rs | 1919 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 D | seq_clientmgr.c | 873 /* 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 D | seq_prioq.c | 341 /* 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 D | binfmt_elf_fdpic.c | 1218 /* 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 D | binfmt_elf_fdpic.c | 1199 /* 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 D | mod.rs | 290 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 D | v3dv_device.c | 647 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 D | Makefile | 128 c-obj-vdso := note.o
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | sleep.S | 127 @ note, turbo is not preserved over sleep so there is no
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 111 note PT_NOTE FLAGS(0); /* ___ */
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 24 note PT_NOTE FLAGS(0);
|
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 111 c-obj-vdso := note.o
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | sleep.S | 128 @ note, turbo is not preserved over sleep so there is no
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 44 note PT_NOTE FLAGS(0);
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 111 note PT_NOTE FLAGS(0); /* ___ */
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_prioq.c | 341 /* 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 D | Preprocess.pm | 145 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 D | mod.rs | 129 note = "This padding field might become private in the future"
|
/third_party/rust/crates/env_logger/src/ |
H A D | lib.rs | 726 /// 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 D | Preprocess.pm | 145 list for announcements about this package. Send an empty note to
|
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 715 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 D | checksum_32.S | 334 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 D | elfio_dump.hpp | 625 { 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
|