Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp378 std::stack<knob::DepexOperators>& operators, in evaluateExprStack() argument
381 if (values.size() != (operators.size() + 1)) in evaluateExprStack()
386 while (!operators.empty()) in evaluateExprStack()
394 switch (operators.top()) in evaluateExprStack()
476 operators.pop(); in evaluateExprStack()
507 std::stack<knob::DepexOperators> operators; in evaluateExpression() local
533 if (!operators.empty()) in evaluateExpression()
535 if (!evaluateExprStack(values, operators, value)) in evaluateExpression()
543 operators.emplace(knob::DepexOperators::OR); in evaluateExpression()
551 if (!operators.empty()) in evaluateExpression()
[all …]
/openbmc/u-boot/doc/
H A DREADME.commands.itest4 Now table driven to allow the operators
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/
H A Doctave_7.2.0.bb47 for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.0.rst196 :append/:prepend in combination with other operators
199 The ``append``, ``prepend`` and ``remove`` operators can now only be combined with
200 ``=`` and ``:=`` operators. To the exception of the ``append`` plus ``+=`` and
203 confusion on how the override style syntax operators work and should be used.
208 the same behavior. You can learn more about override style syntax operators
H A Drelease-notes-3.4.1.rst28 - bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.="
41 - bitbake: parse/ast: Show errors for append/prepend/remove operators combined with +=/.=
H A Dmigration-1.8.rst163 multiple licenses are specified with no operators to specify how the
H A Dmigration-3.4.rst240 you will need to use a mirror or address the issue with the operators
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc117 /* Unary operators */
120 /* Binary operators */
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst11 describes the available syntax and operators as well as provides
200 assignment operators. The "??=" operator takes effect immediately, replacing
264 the "+=" and "=+" operators. These operators insert a space between the
267 These operators take immediate effect during parsing. Here are some
284 the ".=" and "=." operators.
286 These operators take immediate effect during parsing. Here are some
303 These operators differ from the ":=", ".=", "=.", "+=", and "=+"
304 operators in that their effects are applied at variable expansion time
385 ":remove" as compared to the "+=" and "=+" operators is that the
386 override style operators provide guaranteed operations. For example,
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch29 assignment operators that involve rvalue references?
/openbmc/docs/designs/
H A Dredfish-pcie.md29 administrators and operators.
H A Dredfish-spdm-attestation.md35 providing system administrators and operators an easy way to remotely verify the
/openbmc/docs/
H A Dcpp-style-and-conventions.md389 - Insert whitespace around binary operators for readability.
396 - Do not insert whitespace around unary operators.
417 - Prefer line-breaks after operators to show continuation.
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst357 machines, as opposed to exclusively human operators.
360 for human operators. While they may return large amounts of formatted
544 useful only to human operators.
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst88 * Disassembling to symbolic ASL+ operators
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustomizing-images.rst34 with operators like ``?=``. Using ``:append`` ensures the operation
H A Dnew-recipe.rst1409 practices, such as omitting spaces around ``=`` operators in assignments
1563 operators have been applied and after all ``=`` assignments have
1583 and ``=+`` operators have been applied and after all ``=``
/openbmc/phosphor-debug-collector/
H A D.clang-tidy324 readability-operators-representation,
/openbmc/dbus-sensors/
H A D.clang-tidy305 readability-operators-representation,
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb265 # Parse start version, end version and operators
H A Dcve-update-nvd2-native.bb305 # Parse start version, end version and operators
/openbmc/bmcweb/
H A D.clang-tidy325 readability-operators-representation,
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst723 BitBake also supports both ``:prepend`` and ``:append`` operators as a
724 method of extending task functionality. These operators inject code into
726 operators, see the
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dappendix-customizing.rst79 operator. You can learn more about these operators in the
/openbmc/u-boot/test/py/
H A DREADME.md152 logical operators are supported. For example:

12