Home
last modified time | relevance | path

Searched refs:union (Results 101 – 125 of 357) sorted by relevance

12345678910>>...15

/openbmc/qemu/qapi/
H A Dui.json56 { 'union': 'SetPasswordOptions',
118 { 'union': 'ExpirePasswordOptions',
1013 { 'union': 'KeyValue',
1229 # Input event union.
1235 { 'union' : 'InputEvent',
1265 # @events: List of InputEvent union.
1543 { 'union' : 'DisplayOptions',
1606 { 'union': 'DisplayReloadOptions',
1663 { 'union': 'DisplayUpdateOptions',
H A Dintrospect.json66 # @object: an object type (struct or union)
98 { 'union': 'SchemaInfo',
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst54 * - union {
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo_types.rst112 union {
167 union {
H A Dvideo-get-event.rst77 union {
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py289 pkgs = set(bs1.keys()).union(set(bs2.keys()))
304 for task in set(tasks1.keys()).union(set(tasks2.keys())):
/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst103 union {
106 union {
110 union {
305 union bpf_iter_link_info linfo;
379 union bpf_iter_link_info linfo;
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst150 typedef union err_type_info_u {
162 typedef union err_struct_info_u {
202 typedef union err_data_buffer_u {
226 typedef union capabilities_u {
358 union semun
374 union semun arg;
/openbmc/qemu/linux-user/
H A Derrnos.c.inc2 * This list is the union of errno values overridden in asm-<arch>/errno.h
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst46 member of the ``fmt`` union as needed per the desired operation. Both drivers
H A Dvidioc-dqevent.rst53 * - union {
72 - Event data. Defined by the event type. The union should be used to
221 * - union {
H A Dvidioc-g-parm.rst57 union holding separate parameters for input and output devices.
73 * - union {
H A Dpixfmt-v4l2-mplane.rst96 * - union {
H A Ddev-sliced-vbi.rst135 On return the driver sets this field to the union of all elements
478 indicates which member of the anonymous union, ``itv0`` or
480 * - union {
514 - Indicates the ``itv0`` member of the union in struct
519 - Indicates the ``ITV0`` member of the union in struct
H A Dvidioc-dv-timings-cap.rst121 * - union {
H A Ddev-sdr.rst73 of the ``fmt`` union as needed per the desired operation. Currently
H A Dvidioc-dbg-g-chip-info.rst90 * - union {
H A Dvidioc-dbg-g-register.rst100 * - union {
H A Dvidioc-g-sliced-vbi-cap.rst59 Equal to the union of all elements of the ``service_lines`` array.
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.txt134 "union-feat1"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/
H A Ddirectfb.inc20 file://union-sigval.patch \
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst112 * - union {
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt21 set var $stacksize = sizeof(union thread_union)
66 set var $stacksize = sizeof(union thread_union)
/openbmc/
H A Dopengrok0.0.log3865 2024-10-25 03:01:02.372-0500 FINEST t360 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/args-union.out.gz
3866 2024-10-25 03:01:02.372-0500 FINE t360 DefaultIndexChangedListener.fileRemove: Remove file:/openbmc/qemu/tests/qapi-schema/args-union.out
3867 2024-10-25 03:01:02.372-0500 FINER t360 DefaultIndexChangedListener.fileRemoved: Removed file:/openbmc/qemu/tests/qapi-schema/args-union.out
3952 2024-10-25 03:01:02.379-0500 FINEST t360 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out.gz
3953 2024-10-25 03:01:02.379-0500 FINE t360 DefaultIndexChangedListener.fileRemove: Remove file:/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out
3954 2024-10-25 03:01:02.380-0500 FINER t360 DefaultIndexChangedListener.fileRemoved: Removed file:/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out
4315 2024-10-25 03:01:02.415-0500 FINEST t360 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/union-array-branch.out.gz
4316 2024-10-25 03:01:02.415-0500 FINE t360 DefaultIndexChangedListener.fileRemove: Remove file:/openbmc/qemu/tests/qapi-schema/union-array-branch.out
4317 2024-10-25 03:01:02.416-0500 FINER t360 DefaultIndexChangedListener.fileRemoved: Removed file:/openbmc/qemu/tests/qapi-schema/union-array-branch.out
4318 2024-10-25 03:01:02.416-0500 FINEST t360 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/union
[all...]
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def1073 ({ union { float f; size4u_t i; } _fipun; _fipun.i = (A); _fipun.f; }), /* behavior */
1079 …({ union { float f; size4u_t i; } _fipun; _fipun.f = (A); isnan(_fipun.f) ? 0xFFFFFFFFU : _fipun.i…
1192 ({ union { double f; size8u_t i; } _fipun; _fipun.i = (A); _fipun.f; }), /* behavior */
1198 …({ union { double f; size8u_t i; } _fipun; _fipun.f = (A); isnan(_fipun.f) ? 0xFFFFFFFFFFFFFFFFULL…

12345678910>>...15