Home
last modified time | relevance | path

Searched refs:attrib_types (Results 1 – 25 of 69) sorted by relevance

123

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DEventAggregator.pm300 my ( $self, $attrib_types ) = @_;
301 $self->{type_for} = $attrib_types;
909 my %attrib_types = %{ $ea1->attributes() };
919 my $attrib_types = $ea->attributes();
921 $attrib_types{$_} = $attrib_types->{$_}
922 unless exists $attrib_types{$_};
923 } keys %$attrib_types;
1039 attributes => { map { $_=>[$_] } keys %attrib_types },
1042 $ea_merged->set_attribute_types(\%attrib_types);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/mjpeg/src/
H A Dmfx_mjpeg_encode_vaapi.cpp125 VAConfigAttribType attrib_types[] = { in CreateAuxilliaryDevice() local
133 attrib.reserve(sizeof(attrib_types) / sizeof(attrib_types[0])); in CreateAuxilliaryDevice()
134 for (size_t i = 0; i < sizeof(attrib_types) / sizeof(attrib_types[0]); i++) in CreateAuxilliaryDevice()
136 attrib.push_back(VAConfigAttrib{attrib_types[i], 0}); in CreateAuxilliaryDevice()
137 attrib_map[attrib_types[i]] = i; in CreateAuxilliaryDevice()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1308 e->type = &attrib_types[r]; in choose_type()
1548 && ((e[n].type >= &attrib_types[0] in generate_fields()
1549 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1686 if (attrib_types[i].bitfld) in main()
1687 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1284 e->type = &attrib_types[r]; in choose_type()
1524 && ((e[n].type >= &attrib_types[0] in generate_fields()
1525 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1653 if (attrib_types[i].bitfld) in main()
1654 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1247 e->type = &attrib_types[r]; in choose_type()
1487 && ((e[n].type >= &attrib_types[0] in generate_fields()
1488 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1616 if (attrib_types[i].bitfld) in main()
1617 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1306 e->type = &attrib_types[r]; in choose_type()
1546 && ((e[n].type >= &attrib_types[0] in generate_fields()
1547 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1684 if (attrib_types[i].bitfld) in main()
1685 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1308 e->type = &attrib_types[r]; in choose_type()
1548 && ((e[n].type >= &attrib_types[0] in generate_fields()
1549 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1686 if (attrib_types[i].bitfld) in main()
1687 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1247 e->type = &attrib_types[r]; in choose_type()
1487 && ((e[n].type >= &attrib_types[0] in generate_fields()
1488 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1616 if (attrib_types[i].bitfld) in main()
1617 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1308 e->type = &attrib_types[r]; in choose_type()
1548 && ((e[n].type >= &attrib_types[0] in generate_fields()
1549 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1686 if (attrib_types[i].bitfld) in main()
1687 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1306 e->type = &attrib_types[r]; in choose_type()
1546 && ((e[n].type >= &attrib_types[0] in generate_fields()
1547 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1684 if (attrib_types[i].bitfld) in main()
1685 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1284 e->type = &attrib_types[r]; in choose_type()
1524 && ((e[n].type >= &attrib_types[0] in generate_fields()
1525 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1653 if (attrib_types[i].bitfld) in main()
1654 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1284 e->type = &attrib_types[r]; in choose_type()
1524 && ((e[n].type >= &attrib_types[0] in generate_fields()
1525 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1653 if (attrib_types[i].bitfld) in main()
1654 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1308 e->type = &attrib_types[r]; in choose_type()
1548 && ((e[n].type >= &attrib_types[0] in generate_fields()
1549 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1686 if (attrib_types[i].bitfld) in main()
1687 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1308 e->type = &attrib_types[r]; in choose_type()
1548 && ((e[n].type >= &attrib_types[0] in generate_fields()
1549 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1686 if (attrib_types[i].bitfld) in main()
1687 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1247 e->type = &attrib_types[r]; in choose_type()
1487 && ((e[n].type >= &attrib_types[0] in generate_fields()
1488 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1616 if (attrib_types[i].bitfld) in main()
1617 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c181 struct types attrib_types[] = { variable
350 #define NATYPES2 (sizeof (attrib_types) / sizeof (attrib_types[0]))
1282 e->type = &attrib_types[r]; in choose_type()
1522 && ((e[n].type >= &attrib_types[0] in generate_fields()
1523 && e[n].type < &attrib_types[NATYPES2]) in generate_fields()
1651 if (attrib_types[i].bitfld) in main()
1652 aligned_bitfld_types[n_aligned_bitfld_types++] = attrib_types[i]; in main()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dattrib.h10 enum attrib_types { enum
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dattrib.h10 enum attrib_types { enum

123