/openbmc/qemu/audio/ |
H A D | mixeng_template.h | 34 #define ET glue (ENDIAN_CONVERSION, glue (glue (glue (_, ITYPE), BSIZE), _t)) macro 38 static inline mixeng_real glue (conv_, ET) (IN_T v) in glue() argument 57 static inline IN_T glue (clip_, ET) (mixeng_real v) in glue() argument 74 static inline int64_t glue (conv_, ET) (IN_T v) in glue() argument 84 static inline IN_T glue (clip_, ET) (int64_t v) in glue() argument 100 static void glue (glue (conv_, ET), _to_stereo) in glue() argument 107 out->l = glue (conv_, ET) (*in++); in glue() 108 out->r = glue (conv_, ET) (*in++); in glue() 113 static void glue (glue (conv_, ET), _to_mono) in glue() argument 120 out->l = glue (conv_, ET) (in[0]); in glue() [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | junit.py | 10 import xml.etree.ElementTree as ET namespace 36 testsuites_node = ET.Element("testsuites") 38 testsuite_node = ET.SubElement(testsuites_node, "testsuite") 48 testcase_node = ET.SubElement(testsuite_node, "testcase", { 54 ET.SubElement(testcase_node, "skipped", message=result['log']) 56 ET.SubElement(testcase_node, "failure", message=result['log']) 58 ET.SubElement(testcase_node, "error", message=result['log']) 60 tree = ET.ElementTree(testsuites_node)
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 15 import xml.etree.ElementTree as ET namespace 185 top = ET.Element('testsuites') 186 suite = ET.SubElement(top, 'testsuite') 198 testcase = ET.SubElement(suite, 'testcase') 206 result = ET.SubElement(testcase, 'failure') 208 result = ET.SubElement(testcase, 'error') 213 result = ET.SubElement(testcase, 'skipped') 219 measurement = ET.SubElement(testcase, data['type']) 224 ET.SubElement(measurement, 'time', 228 ET.SubElement(measurement, 'iostat', attrib=attrib) [all …]
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | Kconfig | 21 tristate "Agere ET-1310 Gigabit Ethernet support" 26 This driver supports Agere ET-1310 ethernet adapters.
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | registers.py | 10 import xml.etree.ElementTree as ET namespace 39 tree = ET.fromstring(xml)
|
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | introspection.py | 17 import xml.etree.ElementTree as ET namespace 101 ET.fromstring(data),
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_enums.py | 5 import xml.etree.ElementTree as ET namespace 49 tree = ET.parse(filename)
|
H A D | generate_schema_collections.py | 11 import xml.etree.ElementTree as ET namespace 52 tree = ET.parse(filepath)
|
/openbmc/openbmc/meta-phosphor/recipes-devtools/perl/ |
H A D | yaml-tiny_1.73.bb | 8 SRC_URI += "https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/ |
H A D | libclass-method-modifiers-perl_2.15.bb | 12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libtry-tiny-perl_0.32.bb | 12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Try-Tiny-${PV}.tar.gz"
|
H A D | libtest-warnings-perl_0.033.bb | 16 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/ |
H A D | libimport-into-perl_1.002004.bb | 19 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/ |
H A D | libextutils-cppguess-perl_0.27.bb | 14 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-build-perf-report | 18 from xml.etree import ElementTree as ET unknown 108 objs.append(ET.fromstring(xml_d)) 112 objs.append(ET.fromstring(xml_d))
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ |
H A D | ca-certificates_20240203.bb | 22 file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head_32.S | 282 andl $0x80000011,%eax # Save PG,PE,ET
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CECILL-1.0 | 78 Article 4 - ENTREE EN VIGUEUR ET DUREE 110 5.3. DROITS DE DISTRIBUTION ET DE DIFFUSION 232 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
|
H A D | CECILL-2.0 | 80 Article 4 - ENTREE EN VIGUEUR ET DUREE 234 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
|
H A D | CECILL-C | 76 Article 4 - ENTREE EN VIGUEUR ET DUREE 232 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
|
H A D | CECILL-B | 78 Article 4 - ENTREE EN VIGUEUR ET DUREE 238 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 253 if (GET_BIT(ET, le64_to_cpu(raw_desc->m3))) { in xgene_enet_tx_completion() 360 *hopinfo |= SET_BIT(ET) | SET_VAL(MSS, mss_index); in xgene_enet_work_msg()
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-versal-canfd.c | 491 FIELD(TXE_FIFO_TB_DLC_REGISTER, ET, 24, 2) 1269 dlc_reg_val |= FIELD_DP32(0, TXE_FIFO_TB_DLC_REGISTER, ET, 0x3); in tx_fifo_stamp()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | entry.S | 239 wr %g2, PSR_ET, %psr ! keep ET up
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp.db | 435 "WDC WD800JB-00(ET|FM|FS)A0" 194 C "Western Digital Caviar 80GB Special Edition 8MB"
|