Home
last modified time | relevance | path

Searched refs:ET (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/qemu/audio/
H A Dmixeng_template.h74 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()
133 *out++ = glue (clip_, ET) (in->l); in glue()
134 *out++ = glue (clip_, ET) (in->r); in glue()
139 static void glue (glue (clip_, ET), _from_mono) in glue() argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py15 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 DKconfig21 tristate "Agere ET-1310 Gigabit Ethernet support"
26 This driver supports Agere ET-1310 ethernet adapters.
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py10 import xml.etree.ElementTree as ET namespace
39 tree = ET.fromstring(xml)
/openbmc/pyphosphor/obmc/dbuslib/
H A Dintrospection.py17 import xml.etree.ElementTree as ET namespace
101 ET.fromstring(data),
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py5 import xml.etree.ElementTree as ET namespace
49 tree = ET.parse(filename)
H A Dgenerate_schema_collections.py11 import xml.etree.ElementTree as ET namespace
52 tree = ET.parse(filepath)
/openbmc/openbmc/meta-phosphor/recipes-devtools/perl/
H A Dyaml-tiny_1.73.bb8 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 Dlibclass-method-modifiers-perl_2.15.bb12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtry-tiny-perl_0.31.bb12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Try-Tiny-${PV}.tar.gz"
H A Dlibtest-warnings-perl_0.033.bb16 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb14 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/
H A Dlibimport-into-perl_1.002004.bb19 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Import-Into-${PV}.tar.gz"
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report18 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 Dca-certificates_20211016.bb23 file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \
/openbmc/linux/arch/x86/kernel/
H A Dhead_32.S282 andl $0x80000011,%eax # Save PG,PE,ET
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,ethdr.yaml14 ETHDR (ET High Dynamic Range) is a MediaTek internal HDR engine and is
/openbmc/qemu/docs/devel/
H A Dnested-papr.txt96 - L1 and L0 communicate the vCPU state using the H_GUEST_{G,S}ET() hcall
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-1.078 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 DCECILL-2.080 Article 4 - ENTREE EN VIGUEUR ET DUREE
234 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
H A DCECILL-B78 Article 4 - ENTREE EN VIGUEUR ET DUREE
238 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
H A DCECILL-C76 Article 4 - ENTREE EN VIGUEUR ET DUREE
232 Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c253 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 Dxlnx-versal-canfd.c491 FIELD(TXE_FIFO_TB_DLC_REGISTER, ET, 24, 2)
1298 dlc_reg_val |= FIELD_DP32(0, TXE_FIFO_TB_DLC_REGISTER, ET, 0x3); in tx_fifo_stamp()
/openbmc/linux/arch/sparc/kernel/
H A Dentry.S239 wr %g2, PSR_ET, %psr ! keep ET up

12