Home
last modified time | relevance | path

Searched refs:emitter (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
26 if (!yaml_emitter_emit(emitter, event)) \
28 yaml_error_name[(emitter)->error], \
29 (emitter)->problem, __func__, __LINE__); \
32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument
51 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
89 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
93 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int()
96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument
110 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_string()
[all …]
H A Dflattree.c35 struct emitter { struct
92 static struct emitter bin_emitter = {
211 static struct emitter asm_emitter = {
236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c474 pthread_t emitter; in TEST() local
490 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
498 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
499 pthread_kill(emitter, SIGUSR1); in TEST()
500 pthread_join(emitter, NULL); in TEST()
517 pthread_t emitter; in TEST() local
533 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST()
541 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST()
542 pthread_kill(emitter, SIGUSR1); in TEST()
543 pthread_join(emitter, NULL); in TEST()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yaml-cpp/
H A Dyaml-cpp_0.8.0.bb1 SUMMARY = "yaml-cpp parser and emitter library"
2 DESCRIPTION = "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec."
/openbmc/qemu/target/hexagon/
H A Dmeson.build269 # idef-generated-emitter.c
270 # idef-generated-emitter.h.inc
317 output: ['idef-generated-emitter.c',
318 'idef-generated-emitter.h.inc',
330 output: 'idef-generated-emitter.indented.c',
337 output: 'idef-generated-emitter.indented.c',
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-ruamel-yaml_0.18.9.bb1 SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style…
/openbmc/openbmc/poky/meta/recipes-support/libyaml/
H A Dlibyaml_0.2.5.bb1 SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
/openbmc/linux/Documentation/driver-api/media/
H A Drc-core.rst29 system to support the infrared protocol used by the emitter.
31 The infrared transmission is done by blinking a infrared emitter using a
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c50 struct emitter { struct
107 static struct emitter bin_emitter = {
225 static struct emitter asm_emitter = {
250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst238 "LED Power" for extra emitter.
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc46 * For memory-only operands, if the emitter functions wants to rely on
56 * optimized away by TCG) in the emitter function.