Home
last modified time | relevance | path

Searched full:tuples (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/phosphor-dbus-monitor/src/
H A Dtupleref.hpp20 /** @brief Less than implementation for tuples of references. */
49 /** @brief Less than comparison for tuples of references. */
57 "Cannot compare tuples of different lengths."); in operator ()()
/openbmc/openpower-hw-diags/test/
H A Dtest-ffdc-file.cpp14 std::vector<util::FFDCTuple> tuples; in TEST() local
15 ASSERT_NO_THROW(util::transformFFDC(files, tuples)); in TEST()
/openbmc/libbej/src/
H A Dbej_decoder_core.c104 uint32_t tupleS = (uint32_t)(bejGetNnint(params->state.encodedSubStream)); in bejInitSFLVStruct() local
105 sflv->tupleS.schema = (uint8_t)(tupleS & DICTIONARY_TYPE_MASK); in bejInitSFLVStruct()
106 sflv->tupleS.sequenceNumber = in bejInitSFLVStruct()
107 (uint16_t)((tupleS & (~DICTIONARY_TYPE_MASK)) >> in bejInitSFLVStruct()
142 * providing the number of elements/tuples. Offset is with respect to the start
167 * using the params->sflv.tupleS.sequenceNumber from the provided params struct.
221 (bejGetDictionaryAndProperty(params, params->sflv.tupleS.schema, in bejGetPropName()
222 params->sflv.tupleS.sequenceNumber, in bejGetPropName()
329 uint16_t sequenceNumber = params->sflv.tupleS.sequenceNumber; in bejHandleBejSet()
339 bejGetDictionaryAndProperty(params, params->sflv.tupleS.schema, in bejHandleBejSet()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbootfiles.py10 # Returns a list of tuples with (original filepath relative to
23 # list of tuples (src_name, dst_name)
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A DREADME15 For more details about tuples, check https://wiki.debian.org/Multiarch/Tuples
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0005-postgresql-fix-ptest-failure-of-sysviews.patch25 @@ -52,7 +52,7 @@ from pg_backend_memory_contexts where name = 'Caller tuples';
38 @@ -33,7 +33,7 @@ from pg_backend_memory_contexts where name = 'Caller tuples';
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
67 Here an example with multiple "reg" tuples:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/
H A DDefinitions.interface.yaml9 An array of forward, reverse, endpoint tuples where:
/openbmc/u-boot/Documentation/
H A Dconf.py367 # Grouping the document tree into LaTeX files. List of tuples
399 # One entry per manual page. List of tuples
412 # Grouping the document tree into Texinfo files. List of tuples
468 # A sequence of (type, uri, title) tuples for the guide element of content.opf.
472 # The format is a list of tuples containing the path and title.
476 # The format is a list of tuples containing the path and title.
506 # Grouping the document tree into PDF files. List of tuples
/openbmc/u-boot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt8 - parade,regs: List of 3-byte registers tuples to write:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py14 for named tuples) and decorating it with a wrapper that registers each
48 '''The metaclass for the abstract base class + mix-in for named tuples.'''
65 '''The abstract base class + mix-in for named tuples.'''
/openbmc/openbmc-test-automation/lib/
H A Dfunc_args.py77 …dea is to convert python object definition source code (e.g. for lists, dictionaries, tuples, etc.)
102 string as a list of tuples.
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Daverage.hpp24 * This includes a property that is an array of timestamp/average tuples
H A Dmaximum.hpp24 * This includes a property that is an array of timestamp/maximum tuples
/openbmc/phosphor-power/power-supply/
H A Dmaximum.hpp24 * This includes a property that is an array of timestamp/maximum tuples
H A Daverage.hpp24 * This includes a property that is an array of timestamp/average tuples
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A Driscv.patch3 Rust uses above for architecture in tuples
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml28 An array of timestamp, average value tuples. The timestamp is the
H A DMaximum.interface.yaml28 An array of timestamp, maximum value tuples. The timestamp is the
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dconf.py263 # Grouping the document tree into LaTeX files. List of tuples
306 # One entry per manual page. List of tuples
320 # Grouping the document tree into Texinfo files. List of tuples
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py40 List of (name, value) tuples for the section
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py314 """Using pldmtool, generate (record handle, PDR) tuples for each record in
334 """Using pldmtool, generate (record handle, PDR) tuples for each record in
363 """Using pldmtool, generate (record handle, PDR) tuples for each record in
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest_test.cpp61 // test tuples in TEST()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sender_introspection.hpp24 // A function object that is to senders what std::apply is to tuples:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-sys-targets-targets.go-allow-users-to-override-hardc.patch8 toolchain tuples differ, especially when using vendor provided toolchains.

1234