Home
last modified time | relevance | path

Searched defs:note (Results 26 - 50 of 129) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c246 const struct build_id_note *note = in crocus_disk_cache_init() local
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs165 pub fn note(mut self, msg: String) -> Self { note() functions
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/
H A Dnapi_perf_monitor.cpp105 static void SceneStart(std::string sceneId, int type, std::string note) in SceneStart() argument
149 std::string note; in JSSceneStart() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h89 std::string note; member
/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c202 void *p = ehdr, *note; in check_core_file() local
/kernel/linux/linux-5.10/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
423 int note, pitch, octave; in snd_opl4_update_pitch() local
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() argument
563 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
[all...]
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c115 struct snd_dm_fm_note note; in snd_opl3_ioctl() local
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note() argument
[all...]
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_device.h49 int note, vel; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.c105 gen_build_id(struct buildid_note *note, in gen_build_id() argument
129 gen_build_id(struct buildid_note *note, in gen_build_id() argument
143 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c105 unsigned int head, tail, mask, note, offset, len; in post_one_notification() local
H A Dcrash_core.c300 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c77 enum musical_notes note; member
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c77 enum musical_notes note; member
/kernel/linux/linux-6.6/crypto/
H A Dansi_cprng.c53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.c102 gen_build_id(struct buildid_note *note, in gen_build_id() argument
126 gen_build_id(struct buildid_note *note, in gen_build_id() argument
140 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() argument
[all...]
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_device.h49 int note, vel; member
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c115 struct snd_dm_fm_note note; in snd_opl3_ioctl() local
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note() argument
[all...]
/kernel/linux/linux-6.6/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
423 int note, pitch, octave; in snd_opl4_update_pitch() local
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() argument
563 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c202 void *p = ehdr, *note; in check_core_file() local
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c104 unsigned int head, tail, mask, note, offset, len; in post_one_notification() local
/third_party/libwebsockets/lib/abstract/transports/
H A Dunit-test.c35 char note[128]; member
70 lws_unit_test_packet_dispose(abs_unit_test_priv_t *priv, lws_unit_test_packet_disposition disp, const char *note) lws_unit_test_packet_dispose() argument
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c287 char note[sizeof(".note")]; member
/third_party/mesa3d/src/util/
H A Ddisk_cache.h126 const struct build_id_note *note = NULL; in disk_cache_get_function_identifier() local
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c384 char note[MAXMESG]; /* message buffer for pipe */ in child() local
[all...]

Completed in 16 milliseconds

123456